Given this CSS:
#gbox_MyGrid .s-ico span {
display:none;
}
How would one apply this and unapply it programatically using jQuery?
That is we'd dynamically set this style to none (hide) and "" (show) using jQuery.
Not sure how you create a jQuery id representing #gbox_MyGrid .s-ico span
For background on why you'd want to do this, see this post.