Skip to content

Instantly share code, notes, and snippets.

@CodeNegar
Created July 17, 2012 03:38
Show Gist options
  • Save CodeNegar/3126872 to your computer and use it in GitHub Desktop.
Save CodeNegar/3126872 to your computer and use it in GitHub Desktop.
javascript: jquery no conflict
var jqzk = jQuery.noConflict();
jqzk("#update-cart").html("<b>something</b>");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment