-
Pet Projects
Tag Archives: position
I used this to display a dynamically created Div beside the clicked element. var pos = $(’#button_id’).position(); alert("POSITION: nLeft: "+pos.left + "nTop: " + pos.top);
I used this to display a dynamically created Div beside the clicked element. var pos = $(’#button_id’).position(); alert("POSITION: nLeft: "+pos.left + "nTop: " + pos.top);