PHP FIX IssuesCategory: Jqueryfix jquery conflict issue
phpfix asked 46 years ago

just use this before head close to fix jquery conflict issue


jQuery.noConflict();
(function( $ ) {
// Your jQuery code here, using the $
})( jQuery );
 

Author - comments - 0

Copyright © 2014 - Designed by Jolly Themes