Quantcast
Channel: SCN: Message List
Viewing all articles
Browse latest Browse all 9238

Re: Jquery fadeout() function not working

$
0
0

The syntax in jquery to select an id is $("#id") so try adding a $ sign before ("#btn") so that your statement looks like below -

 

myButton.attachPress(function(){ $("#btn").fadeOut(); });

 

Thanks,

Sharan


Viewing all articles
Browse latest Browse all 9238

Trending Articles