Hi,
I have been working on a Jquery project, my problem is "Visible:" CSS selector is not working in safari.
My code is as follows:
$( 'td:visible:first' ).css('border-left','3px solid #DDD7DD');
this is jquery syntax which says: for the "First" "Visible" TD make border "3px solid #DDD7DD".
This is working fine in IE and FF but safari it is crashing and because of Visible:, is there any alternative in safari of how to detect First Visible cell in a row.
I have been working on a Jquery project, my problem is "Visible:" CSS selector is not working in safari.
My code is as follows:
$( 'td:visible:first' ).css('border-left','3px solid #DDD7DD');
this is jquery syntax which says: for the "First" "Visible" TD make border "3px solid #DDD7DD".
This is working fine in IE and FF but safari it is crashing and because of Visible:, is there any alternative in safari of how to detect First Visible cell in a row.