Questions tagged [jquery]

jQuery is a popular, cross-browser JavaScript library.

jQuery is a fast and concise JavaScript Library that simplifies HTML document traversing, event handling, animating, and Ajax interactions for rapid web development. jQuery is designed to change the way that you write JavaScript.

46 questions
1
vote
4 answers

jQuery code works without jQuery library

src="http://code.jquery.com/jquery-latest.min.js" charset="utf-8"> function switch01(){ $("#con01,#con02,#con03").hide(); $("#con04").slideToggle("slow"); }; As I understand, the above code is jQuery code, and it needs the first -…
Alegro
  • 271
1
vote
2 answers

How do I match string with URL in Jquery

I want to match a string in URL and redirect my page to other URL. Current URL is: http://example.com/?healing=f29c Here is my code: