Forum Post: [4.0.4] Hidden Button Re Appearing On Resize Of The Page

  • Thread starter Thread starter Meryk
  • Start date Start date
Status
Not open for further replies.
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...
 
Status
Not open for further replies.
Back
Top