I am not sure if its a bug. Non-admin users are not able to mention other users in their replies. Either they can tag admin or the user who created that topic.
I have an existing forum, and I want to install the session-sharing plugin on it, and allow users to connect through my site.
The problem - if I send a cookie with a user ID that already exists in the system before, the plugin does not connect it to its user, but creates a new user for it.
I also want to allow veteran users to connect, is that possible?
I imagine if href is missing, this.href would be undefined, no? smile
No. 😛
I was surprised that it's been an empty string that got checked instead of undefined too, but it seems I'm to adapted to jQuery ^^
This is because you use the DOM-element rather than jQuery to get the href:
document.createElement('a').href === ''
$('<a></a>').attr('href') === undefined