Skip to content

Instantly share code, notes, and snippets.

@jaxxreal
Created July 12, 2013 05:43
Show Gist options
  • Save jaxxreal/5982141 to your computer and use it in GitHub Desktop.
Save jaxxreal/5982141 to your computer and use it in GitHub Desktop.
Запуск JQuery вместе с другими фреймворками
jQuery. noConflict();
jQuery(function($){
/****************
Ваш код теперь может начинаться со знака "$")
****************/
$(document).ready(function(){
});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment