I\'m trying to modify the icons for the jQuery UI portlets. Rather than have a plus to minimize and a minus to expand, I wanted to switch them.
I\'ve only had lim
You can try the below code
$(this).toggleClass('ui-icon-plusthick ui-icon-minusthick');