dyaa
9/7/2013 - 12:19 PM

jquery noconflict wordpress - From http://codex.wordpress.org/Function_Reference/wp_enqueue_script

jQuery(document).ready(function($) {
  // Inside of this function, $() will work as an alias for jQuery()
  // and other libraries also using $ will not be accessible under this shortcut
});