Response title
This is preview!




$(function() { $(".capslide_img_x").capslide({ caption_color : '#fff', caption_bgcolor : '#000', overlay_bgcolor : '#000', border : '1px solid #000', showcaption : false }); });
Hi Guys,
im using the validate plugin with the metadata plugin as below :
jQuery(document).ready(
function(){
jQuery("#com-createForm").validate({ meta: "rules" } );
});
However i want to basically call this when the form is submitted becuase the form processing take along time (pdf generation):
document.getElementById('generatebutton').innerHTML='<center><b>processing</b></center>';
does anyone know how i would do this (using the validate and metadata plugin)
PS i only want to show that message if the form is submitted (ie there is no error messages)
Tnx
Sean
jQuery(function() {
jQuery('#gallery-flickr-34098829').flickr( {
});
});
BUT I get the error :
Error: jQuery is not defined
Source File: http://localhost:8888/hunaca/site/about-us.html
Line: 21
THEREFORE my question
how can i call jquery using both $ AND jQuery ?
hi
im using the validate plugin with the meta data plugin
i call it like this
and then in the html i have for example
function(){
jQuery("#com-createForm").validate({ meta: "rules" } );
});
however my problem is that all the error messages appear just after the fields and i would like to put them at the top of the page ?
<option value="">--Select Type--</option>
<option value=1>Pumped</option>
<option value=2>Gravity</option>
</select>
tnx
sean
PS : NICE FORUM!
© 2012 jQuery Foundation
Sponsored by
and others.
