[jQuery] Only one of two fields is required. How to implement this logic in Jquery form validation?

2009-10-10 Thread Phper
There are two input fields in a form, but only one of them is required, they are not required at the same time. Either A or B is required. ( A is required OR B is required). In other words, a user can input data to field A, or he can input data to filed B, but he can not input data to Both A and

[jQuery] only one allowed at a time

2009-06-24 Thread Paul Witschger
I understood what you meant, and I actually thought about it beforehand, I'm just not familiar enough with jQuery to be confident in my assumptions. I appreciate your help in this. I couldn't seem to get what you offered to work. I just found it to be easier to leave the link in place whether

[jQuery] only one allowed at a time

2009-06-24 Thread theprodigy
I'm creating a photo gallery admin section. I'm allowing the user to decide which single image they would like to be the gallery image (the image that displays on the list of galleries page). I am using a green box to show which image is currently set as the gallery image, and a red box to show wh

[jQuery] Only one

2009-04-19 Thread Patrik
Hi Can you load jquery multiple times? Is there any way to only load jquery if it haven't already been included like if you use Wordpress some plugins needs and includes jquery then it can be loaded many times.

[jQuery] only one $(document).ready() with IE6?

2008-11-13 Thread Stan McFarland
Hi, Newbie here. I have two JS files, common.js and homepage.js. Both have calls to $(document).ready(). Using FF, both $(document).ready() methods execute, but in IE6, only one does. Is this a known problem? Thanks, Stan McFarland