Hi all,

I am using jQuery corner plugin (version 1.92)
and I am adding corner style using onclick method..
But I didnt remove it.

function addCorner(){
      jQuery('#divName).corner("fray 8px");
}

function removeCorner(divName){
      jQuery('#divName).corner("none");
}

Actually I also tried to change it but the old one was also there..
jQuery('#divName).corner("round");

Do you know how can I remove it?

thanks

Reply via email to