NetTalk Central

Author Topic: Putting JQuery Icons into XHTML strings  (Read 2503 times)

Rob Kolanko

  • Sr. Member
  • ****
  • Posts: 253
    • View Profile
Putting JQuery Icons into XHTML strings
« on: September 08, 2012, 09:49:13 AM »
Hi,
Is there a standard method to add the JQuery button icons into display strings. Such as "Click on the  <check JQuery icon> to select the record".
I would like to add a legend of the browse button icons below my browse.
Thanks
Robert Kolanko

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11244
    • View Profile
Re: Putting JQuery Icons into XHTML strings
« Reply #1 on: September 09, 2012, 09:52:24 PM »
<span class="ui-icon ui-icon-locked"></span>

where the second class is obviously the button you'd like to display.

cheers
Bruce