Change the icon of a jQuery UI button with own image

后端 未结 7 1707
慢半拍i
慢半拍i 2020-12-10 01:31

Currently I have the following jQuery UI button:

$(\'#button\').button(
  {
    label: \'Test\',
    icons: {primary: \'ui-icon-circle-plus\', secondary: nul         


        
7条回答
  •  悲哀的现实
    2020-12-10 01:44

    search the jquery ui css file for the ui-icon-circle-plus class then copy it for your own image.

提交回复
热议问题