SHARING MY KNOWLEDGE
$('#id').css("border-width");
$('#id').css("borderLeftWidth");
(border-width) -> (border_width)
(border-width) -> (border_width) doesn't work ..
Seems to me it's right that border-width does not work, as each side border might be a different width. Which one to return? You have to ask for the specific board: border-top-width, border-right-width, etc.
(border-width) -> (border_width)
ReplyDelete(border-width) -> (border_width) doesn't work ..
ReplyDeleteSeems to me it's right that border-width does not work, as each side border might be a different width. Which one to return? You have to ask for the specific board: border-top-width, border-right-width, etc.
ReplyDelete