|
Title: Change font-size of linkbutton Post by: korenanzo on January 22, 2016, 04:12:41 AM Hi,
How I can set programmatically the text dimension (font-size) of a linkbutton? Title: Re: Change font-size of linkbutton Post by: stworthy on January 22, 2016, 06:35:54 AM Please try this:
Code: $('#b1').linkbutton({Title: Re: Change font-size of linkbutton Post by: korenanzo on January 22, 2016, 07:31:16 AM Please try this: Code: $('#b1').linkbutton({Ah! ok! thanks! because of I need it often, i've tried to improve it: Code: $.extend($.fn.linkbutton.methods, { |