This week's book giveaway is in the General Computing forum.
We're giving away four copies of Arduino in Action and have Martin Evans, Joshua Noble, and Jordan Hochenbaum on-line!
See this thread for details.
The moose likes HTML, CSS and JavaScript and the fly likes Not able to hide a sentence using jquery Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Engineering » HTML, CSS and JavaScript
Reply Bookmark "Not able to hide a sentence using jquery" Watch "Not able to hide a sentence using jquery" New topic
Author

Not able to hide a sentence using jquery

Vishal Hegde
Ranch Hand

Joined: Aug 01, 2009
Posts: 984

HTML PAGE:



disclaimer.js page



http://www.lifesbizzare.blogspot.com || OCJP:81%
Matthew Brown
Bartender

Joined: Apr 06, 2010
Posts: 3860
    
    1

Looks like you're missing some quotes round "#hideButton".
Vishal Hegde
Ranch Hand

Joined: Aug 01, 2009
Posts: 984

Hi Mathew,

I too realised the same thing
Bear Bibeault
Author and ninkuma
Marshal

Joined: Jan 10, 2002
Posts: 56529
    
  14

Are you not running with the JavaScript console open?


[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
Vishal Hegde
Ranch Hand

Joined: Aug 01, 2009
Posts: 984

Bear Bibeault wrote:Are you not running with the JavaScript console open?



I am using NotepadEditor, is there any other IDE I need to use
Matthew Brown
Bartender

Joined: Apr 06, 2010
Posts: 3860
    
    1

Vishal Hegde wrote:
Bear Bibeault wrote:Are you not running with the JavaScript console open?

I am using NotepadEditor, is there any other IDE I need to use

I think he meant in your web browser. It should have an console that error messages are written to. For instance, if you're using Firefox, look for "Error Console" under the "Tools" menu (maybe somewhere else now, I'm using an old version at the moment). And there are plugins like Firebug that give you even more tools, allowing you to step through your Javascript, etc.
Vishal Hegde
Ranch Hand

Joined: Aug 01, 2009
Posts: 984

Oooh found it but how do i come to know where to apply correct brackets.. I am getting confused with refernce to bracket
Bear Bibeault
Author and ninkuma
Marshal

Joined: Jan 10, 2002
Posts: 56529
    
  14

Huh? Who said anything about "brackets"?
Vishal Hegde
Ranch Hand

Joined: Aug 01, 2009
Posts: 984

Bear Bibeault wrote:Huh? Who said anything about "brackets"?


the issue was because of the brackets
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Not able to hide a sentence using jquery
 
Similar Threads
date picker not displayed?
my jquery script is not executing
JQuery not working
jQuery.getJSON callback not executing
change event is firing twice