html - Not sure if jquery working on - items because of firebug -
html - Not sure if jquery working on <li> items because of firebug -
would mind checking site in firebug? looks jquery hide/show working don't know why not highlighting if showing in firebug. i'm looking @ mousing on "design" block. reason want show (not in lite grey, indicating might not beingness working) want able css position text in link.
http://freespiriteurodesign.com.b1.bloomsite.net/
thanks help!!
i found nil may add together code snippet avoid error "event.layerx , event.layery broken , deprecated in webkit. removed engine in near future".
$(document).ready(function(){ (function(){ // remove layerx , layery var = $.event.props, len = all.length, res = []; while (len--) { var el = all[len]; if (el != 'layerx' && el != 'layery') res.push(el); } $.event.props = res; }());
});
or may upgrade jquery newer version.
jquery html css
Comments
Post a Comment