Hi all,
I'm using the Custom Borders Plugin made by Sorin Ionescu:
http://www.studioindustryllc.com/misc/border/border.html
http://www.studioindustryllc.com/misc/border/jquery.js
My problem:
I assign a custom border to an element:
$("#myDiv").border("selected-");
Now depending on the the user interaction I need to assign another
kind of border to the same element:
$("#myDiv").border("newborder-");
The issue is that the result is that I have the second border nested
into the first. I'd like to find an easy way to remove the previous
border and replace it by the second one. Any idea?
Thanks
Roberto
PS: I'm sorry for my poor english
_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/