Hii sunfighter.
I am trying to checked / unchecked and disabled / enabled check box according to some actions in my form.
According to the docs in -
http://www.jqfancyfields.com/examples-docs/
I am using - $(#myCheckBox).fancydields("checked");
it is work fine.
but after some time when i am using -
$(#myCheckBox).fancydields("disable"); &&
$(#myCheckBox).fancydields("enable");
it's stop working... it could by some bug on plugin script.
also when i try to checked when disabled like this it is not working. :
$(#myCheckBox).fancydields("disable");
and after some action :
$(#myCheckBox).fancydields("checked");
it is not working.
again - i belive it's some bug in plugin.. but any help will be great!
Thanks in advance