Test Driving NS Basic/App Studio…
When using your example to hide the Left HeaderBar button, this code —> $("#HeaderBar1>div:first";).hide()
Is returing this error --> Uncaught SyntaxError: missing ) after argument list. line 2 column 5
We are running that code in an onClick button event like this:
Button1.onclick=function(){
$("#HeaderBar1>div:first";).hide()
}
Can someone please help with this?
PS: Those smiley faces are semicolons. Not sure why they are showing that way here in the forum.