What is wrong with this simple jQuery code? -
This is a simple jQuery code, what I have to do is hide #bling
, but it < / P>
& lt; Script language is not "javascript" & gt; $ ("Document") ready (work () ($ ('# bling'). Hide ();}); & lt; / script & gt; & lt; div id = "bling" style = "background-color : #FFFF66; width: 100px; height: 100px; "> Change $ ("document")
to $ (document)
Comments
Post a Comment