I know this is like the "hello world" of validate...can anyone see the
issue? This is my first time using jquery and validate so my
troubleshooting skills are not there yet.
On Wed, Oct 22, 2008 at 10:11 AM, whitewaterbug <[EMAIL PROTECTED]>wrote:
> Thanks for the suggesti
Thanks for the suggestions. I updated the form per suggestionsbut it
still isn't doing the validation :( Here is the form now:
--
// wait for the DOM to be loaded
$(document).ready(function() {
// bind 'myForm' and p
<
[EMAIL PROTECTED]> wrote:
> Your input elements must have a name, otherwise the validation doesn't
> work.
>
> Jörn
>
> On Wed, Oct 22, 2008 at 2:49 PM, whitewaterbug <[EMAIL PROTECTED]>
> wrote:
> >
> > I am trying to get the validate plugin and
I am trying to get the validate plugin and the form plugin to work
together. I would like to use in HTML markup to describe the
validation, as it seems cleaner to read to me. So, I downloaded
jquery, form, validate, and metadata...whipped up a quick form and
tried it out.
>From firebug, I can s
]> wrote:
> On Mon, Oct 20, 2008 at 6:19 AM, whitewaterbug <[EMAIL PROTECTED]>wrote:
>
>>
>> I believe this would require a 2nd download of the image so that it is
>> within the applet. I am trying to get the actual image data into the
>> applet through javascri
gt;
>
> To get the image current image location: $('#myImage').attr('src');
> To update DOM with new image use: $('#myImage').attr('src', [new image
> location]);
>
> On Sun, Oct 19, 2008 at 3:30 PM, whitewaterbug <[EMAIL PROTECTED]>wrot
I am trying to pull the image displayed in the DOM into an applet that
will do some image processing (e.g. blur), show the updated image back
in the DOM, and then print.
Is there a way in jquery to do this?
I found in JSobject, I can get attributes of the image, but I couldn't
see how to actuall
7 matches
Mail list logo