i am getting the following error while loading my index page in FF3.0. Sorry, i am unable to paste the script here as it is 2030 lines of code.
elemen
Change the following line
$(document).ready(function() {
To
jQuery.noConflict(); jQuery(document).ready(function($) {