The use of the jquery default $ alias conflicts with other libraries. perhaps use: jQuery(document).ready(function($) { // Code that uses jQuery's $ can follow here. });