Skip to content Skip to sidebar Skip to footer

Jquery Code Not Working In Google Chrome After Adding It To Main Website

My JQuery code is not working in Google Chrome when I am testing it on main website but its working in IE. Also when I am testing it in JSFiddle using Google Chrome, it's working t

Solution 1:

Finally I found the solution. All I need to do is to remove href='#' from my links. I don't know why this is not working in Chrome. If anybody can explain me it will be a great help. href='#' I think usually added to activate links for anchors that use JavaScript function on click, but that can be done using CSS cursor: pointer.


Post a Comment for "Jquery Code Not Working In Google Chrome After Adding It To Main Website"