M
Meryk
Guest
Hello, I have a workflow button that I am hiding on load of a view page this way : $('a:contains("myText")').css('display', 'none'); When I resize the page the button re appears again. We can work around this by hiding the button on resize of the page in addition to the onload, but we were wondering why is it behaving like that ? Should we hide the button in a different way maybe? Thanks, Meryem
Continue reading...
Continue reading...