Response title
This is preview!
- .icon_help {
- background-image: url(../image/Help_16x16.png) !important;
- width: 16px;
- height: 16px;
- }
And then specifying it:
- $('#btn_help').button({
- icons: { primary: 'icon_help' },
- text: true
- });
I have tried numerous variations on this based upon various posts and none of them work.Can someone please post a simple example of replacing the icon in jquery ui button?Thanks,Nick
© 2013 jQuery Foundation
Sponsored by and others.