Problem with "JQuery Adress Tabs", anchor tags not working
I get this error, (Uncaught Syntax error, unrecognized expression: [href$=roomindex.php]开发者_如何学编程) and the link to roomindex.php is outside the tab. This error seems to be showing up every time there is a href or title attribute on an element inside a tab.
Does anyone know the cause for this?
Quotes around the value?
a[href$="roomindex.php"]
There was an option "Enables the plugin for all the content links" which i disabled and that fixed it. Facepalm
精彩评论