i will show with jquery.
for example :
if( $('element').css('border-width') > 0)
if you have more than 1 elements in same class use ID or just create another class. you can even do it like that :
for ( i = 0 ; i < $('element').length ; i++)
{
if( $('element').eq(i).css('border-width') > 0)
//create an array and push 0 and 1 s to that . could be helpful sometimes
}
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…