Mon Jan 07, 2013 7:37 pm
<style type="text/css">
div.nonVisib{
display:none;
}
</style>
<div class="nonVisib"> Your content Here </div>
if( $('div.nonVisib').is(':visible') ) {
// in case the element is visible
}
else {
// in case the element is hidden
}
if( $('div.nonVisib').is(':hidden') ) {
// in case the element is hidden
}
else {
// in case the element is visible
}
Codemiles.com is a participant in the Amazon Services LLC Associates Program, an affiliate advertising program designed to provide a means for sites to earn advertising fees by advertising and linking to Amazon.com
Powered by phpBB © phpBB Group.