javascript - how to get the position of an element in inactive tab -
how position of element such div in inactive tab using jquery or javascript?i able position active tab. please me.
if using jquery-ui tabs unfortunately isn't possible. jquery-ui hides inactive tab applying css property display: none. means tab (the div) , it's contents take no space , therefore have no position.
Comments
Post a Comment