Birden fazla jquery ile çalışan kütüphane eklerseniz bazıları çalışmayabilir. İşte çözümü…
·<!DOCTYPE html>http-equiv="Content-Type" content="text/html;charset=UTF-8"src="//ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"type="text/javascript"var $x = jQuery.noConflict();$x(function(){$x( ".a" ).click(function() {$x( this ).css("background-color","yellow");});});var $y = jQuery.noConflict();$y(function(){$y( ".a" ).click(function() {$y( this ).css("color","red");});});class="a"test