Resolving jQuery Conflicts

Resolving jQuery Conflicts in jQuery Plugins

<?php $(document).ready(function(){
// insert coding here
}); ?>

Change the line using unique variables:

<?php jQuery(document).ready(function(){
// insert coding here
}); ?>

Carla Izumi Bamford

Comments

Comments are closed.

Popular pages

Contact

Use the form below to contact, or e-mail me directly via
*(denotes required field)

Facebook

Go back to top