I have the possibility of
or
Later on in within a different bound function in the code I would like to test if the specific section is:
* hidden (.hide())
* or visible (.show())
Is there a way to do that?
Your advice and/or suggestions would be most appreciated.
Thanks,
JRB-Bldr
Code:
$(".section.motorcycle-rv #motorcycle-rv-entry").show()
Code:
$(".section.motorcycle-rv #motorcycle-rv-entry").hide()
Later on in within a different bound function in the code I would like to test if the specific section is:
* hidden (.hide())
* or visible (.show())
Is there a way to do that?
Your advice and/or suggestions would be most appreciated.
Thanks,
JRB-Bldr