Quantcast
Channel: Ajax – {Complexity}
Viewing all articles
Browse latest Browse all 3

Using jQuery with Other Libraries

$
0
0
  • Overriding the $-function
  • Including jQuery before Other Libraries
  • Referencing Magic – Shortcuts for jQuery

var J = jQuery.noConflict();
function init(){
J(“div#sshow”).slideView();
}
J(window).bind(“load”, init );


Viewing all articles
Browse latest Browse all 3

Trending Articles