Jquery toggle html

badjerzeeboy2

New Member
\[code\]jQuery(this).html(jQuery(this).html() == '▼ SHOW ▼' ? '▲ HIDE ▲' : '▼ SHOW ▼');\[/code\]This will toggle the text as requested but it shows the\[code\]▼\[/code\]as the html and not as the ▼ anyone have any ideas?
 
Back
Top