- 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 );
var J = jQuery.noConflict();
function init(){
J(“div#sshow”).slideView();
}
J(window).bind(“load”, init );