var jq = $.noConflict(); jq(document).ready(function(){ jq("button").click(function(){ jq("p").text("Működik"); }); });