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

Popular posts from this blog

php - multilevel menu with multilevel array -

c# - TypeConverter in propertygrid only converts from string, not to -

jQuery UI: Datepicker month format -