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

oracle - The fastest way to check if some records in a database table? -

php - multilevel menu with multilevel array -

jQuery UI: Datepicker month format -