This topic contains 1 reply, has 2 voices, and was last updated by Sean 2 years, 10 months ago.
a few problems with IE8 with ui_buttons.html
You must be logged in to reply to this topic.
This topic contains 1 reply, has 2 voices, and was last updated by Sean 2 years, 10 months ago.
I am currently using Internet Explore 8 and there are 2 problems here ;
Firstly , in ui_buttons.html , theme doesn’t apply for all buttons on “Metronic Custom Buttons”
Secondly , I can’t use a jquery function like “(“#radio” ).prop(“checked”, true);” because this file “jquery.uniform.min.js” , if I want to use that function I must comment that file out , does it OK with this file ?
Thanks.
Hi,
Thanks for your feedback. Noted. we will check the custom button issue and try to fix them in the next update.
After using (“#radio” ).prop(“checked”, true); you will need to update the customized checkbox/radio state with unifornjs plugin API:
$.uniform.update(“#radio”);
For more info please check: https://github.com/pixelmatrix/uniform
Thanks.
You must be logged in to reply to this topic.