Hi , iam dinamiclly setting the postion attr of the element only when the view is out of viewport of the window, in other case default value is set from the css file ,
.css( { "left": (left + 20) + "px", "top": (top+10) + "px" } );
once the dynamic position is set i want to remove the position attr alone , i can remove style attribute it will also my display property of style which is required , is there a way to to remove the position attr alone ?