[jQuery] Input text hover error
Hey, this is what what happens
<span style="color: rgb(255, 0, 0);">uncaught exception: Permission denied to get property HTMLDivElement.parentNode
</span>and this is the lines.
<span style="color: rgb(0, 0, 153);">
$("#searchform #s").hover(</span><br style="color: rgb(0, 0, 153);"><span style="color: rgb(0, 0, 153);"> function(){ $(this).css("backgroundColor","#999").css("border","1px solid #0c9"); },
</span><br style="color: rgb(0, 0, 153);"><span style="color: rgb(0, 0, 153);"> function(){ $(this).css("backgroundColor","#666").css("border","1px solid white"); }
</span><br style="color: rgb(0, 0, 153);"><span style="color: rgb(0, 0, 153);"> )</span>
I couldn't understand oO
hey its the search form in a WP based blog.
_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/