Go Back   CodingForums.com > :: Client side development > JavaScript programming > JavaScript frameworks

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 11-23-2012, 02:22 PM   PM User | #1
itborg
New to the CF scene

 
Join Date: Nov 2012
Posts: 6
Thanks: 0
Thanked 1 Time in 1 Post
itborg is an unknown quantity at this point
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.
itborg is offline   Reply With Quote
Old 11-23-2012, 03:13 PM   PM User | #2
sunfighter
Senior Coder

 
Join Date: Jan 2011
Location: Missouri
Posts: 2,376
Thanks: 18
Thanked 350 Times in 349 Posts
sunfighter is on a distinguished road
Need to see the code you are using.
sunfighter is offline   Reply With Quote
Old 11-27-2012, 06:49 AM   PM User | #3
itborg
New to the CF scene

 
Join Date: Nov 2012
Posts: 6
Thanks: 0
Thanked 1 Time in 1 Post
itborg is an unknown quantity at this point
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
itborg is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 02:01 PM.


Advertisement
Log in to turn off these ads.