the entries in each of the fields.
Now, on the other hand if I open the form to make changes to a
database entry and immediately press "Submit" without filling in the
revision comments field, it fails validation and tells me to enter
comments. Now if I fill in comments to satisfy all the
Dupecheck Function
[code]
function dupeCheck()
{
$request =
strtolower($this->input->get_post('bus_number',TRUE));
$action = strtolower($this->input->get_post('action',TRUE));
$results = $this->business->getBusinessbyNumber($reque
How do I setup this validation. Sel1 is always required.
If sel1 == 0, then sel2 must be > 0.
If sel1 > 0, then sel2 can be anything.
0
1
2
0
1
2
return
$("#bus_id").val();
}
}
}
On Aug 8, 5:41 pm, chobo2 wrote:
> Hi
>
> I am not sure what I am doing wrong I am using the Jquery.Validate
> plugin and it has a remote field
>
> so I did th
I've got an combobox that is required, but the data typed by the user
must be validated against records from a database. So I've tried to
use remote:"checkStore.php" external file but am getting nothing. What
can I do to output what goes INTO checkStore.php and what comes out of
checkStore.php to
Jörn, changed it as you mention, and loaded up Firebug - but still not
getting anywhere.
I do see in Firebug :
defaults -> messages -> storename_name -> remote -> "Please fix this
field." But I never see it on the webpage. I've only see "This field
is required.
I set it up like this:
storename_name: {
required: true,
remote: {
url: "/rtui/codeigniter/index.php/storeform/findValidstorename",
type: "post"
}
And it all worked. Hopefully someone with my same problem will find
this useful.
On May 10, 2:17 pm, Field wrote:
> Jörn, chan
$("#Form").validate({
rules: {
storename_name: {
required: true,
remote: {
url:
"/intranet/trunk/app/index.php/st
Can anyone help me get this data passed into my url alongside the
element name?
On May 15, 11:54 am, Field wrote:
> $("#Form").validate({
> rules: {
> storename_name: {
>
Hi, friends!
I very like to use jCarousel, this excellent plugin. But I can't understand how
to scroll carousel to x item automatically.
For example: I have 50 items in carousel. After page loading I need to see not
first item (as default), but 30th.
I red http://www.nabble.com/Starting-imag
Big thanx! It works! I very diffused :) Sorry.
> Did you checked the example:
> http://sorgalla.com/projects/jcarousel/examples/special_start.html
> Jan
>> I very like to use jCarousel, this excellent plugin. But I can't understand
>> how to scroll carousel to x item automatically.
>> For exam
11 matches
Mail list logo