Posts tagged jQuery
Sep
25
2010
How to Use jQuery For Rails 3
jQuery is the de facto Javascript framework used by happy programmers. I am very glad to use it in almost all of the applications I am working on.
There are many posts on how to use it for Rails 3. But here's another one which may help Rails 3 newbies (aren't we all newbies when it comes to Rails 3?).
Continue reading »
Feb
22
2009
jQuery team adds jQuery.support and deprecates jQuery.browser
The latest and greatest jQuery release no longer uses browser sniffing but jQuery.browser still exists in jQuery 1.3.
What is browser sniffing? It's a simply a method of detecting the user's browser. It's normally done through old school javascript (client-side sniffing) and exists as a feature for some other javascript frameworks as well.
Continue reading »