Home > Web > Using jQuery with Other Libraries

Using jQuery with Other Libraries

  • 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 );

Categories: Web Tags: , ,
  1. No comments yet.
  1. No trackbacks yet.