In jQuery, how do you select the <a> which href is pointing to the current URL
For example:
URL = http://server/dir/script.aspx?id=1
I want to select this <a> <a href="/dir/script.aspx">...</a>
I tried this but it ...
I'm writing a Ruby on Rails app. The following jQuery code is included in the head tag of the index.html.erb file, which is the template for all pages on the site.
I have a question.
In my file content.html I have script.
When load this with the load() function of jQuery, the page shows but the script doesn't work. I think it's because ...
Have a question regarding URL and jQuery.
Can I specify URL to tell jQuery to run a function?
e.g http://www.website.com/about.html?XYZ
to run a function XYZ();?
So I am creating a TagCloud for my site and am having issues being able to use JQuery to alert me of the selected link.
The site created the links just fine, ...