Im building a draggable map that when the map is dragged the element is given a \'left\' and \'top\' attribute with values for each as so...
相关标签:
Simply set the CSS property with an empty string, for example with the following code:
$('#mydiv').css('color', '');
See jQuery Documentation on CSS.