CodingForums.com

CodingForums.com (http://www.codingforums.com/index.php)
-   JavaScript frameworks (http://www.codingforums.com/forumdisplay.php?f=62)
-   -   jQuery JQfancyfields - disabled & checked checkbox problem (http://www.codingforums.com/showthread.php?t=282839)

itborg 11-23-2012 02:22 PM

JQfancyfields - disabled & checked checkbox problem
 
Hii all.
I am using JQfancyfields plugin for my website forms.
According to the docs on plugin website - checked/uncheck and disabled/enabled checkbox manually is work fine for me.
The problem happen when i am try to combine them - it is not work for me.

Thanks in advance.
Cheers.

sunfighter 11-23-2012 03:13 PM

Need to see the code you are using.

itborg 11-27-2012 06:49 AM

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


All times are GMT +1. The time now is 03:28 AM.

Powered by vBulletin®
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.