Any one?
On 10/10/07, Mandy Singh <[EMAIL PROTECTED]> wrote:
>
> Hello,
>
> I am little new to jQuery so trying to get a hang of it.
>
> I am using the jCarousel Lite plugin for something today and I found it to
> be brilliant.
>
> I only have one problem - so
Hello,
I am little new to jQuery so trying to get a hang of it.
I am using the jCarousel Lite plugin for something today and I found it to
be brilliant.
I only have one problem - so suppose 10 nodes are there in the scrolling
area..out of which one is shown at a time.
Clicking on next goes to t
Thank you so much Bruce. This is awesome and exactly what I needed:)
-Mandy.
On 9/20/07, Andy Matthews <[EMAIL PROTECTED]> wrote:
>
>
> Ooooh...
>
> That's TONS better than the crappy version I just wrote.
>
>
> andy
>
> -Original Message-
> From: jquery-en@googlegroups.com [mailto:[EMAI
Oh Really? Sorry, I didn't even know that :)
On 9/20/07, Chris W. Parker <[EMAIL PROTECTED]> wrote:
>
>
> On Thursday, September 20, 2007 8:23 AM Mandy Singh said:
>
> > All my code is written in jquery so rather than writing something to
> > randomly capilt
All my code is written in jquery so rather than writing something to
randomly capiltalize and change font of some stuff inside a div to generate
a tag cloud, I thought something like this, if available as jquery plugin
which takes a div as argument and randomly does the css stuff, would be
great.
Is there an implementation of Tag Cloud css or logic using jquery?
For people who used php, what I am asking for is a javascript heredoc.
On 6/8/07, Mandy Singh <[EMAIL PROTECTED]> wrote:
Hello Everyone,
My question might not be very jquery specific, but since all the brains
are here, I thought of tossing it up for some ideas.
I want to se
Hello Everyone,
My question might not be very jquery specific, but since all the brains are
here, I thought of tossing it up for some ideas.
I want to separate presentation from my data (on client side).
Eg. If I request index.php from the server, it's comprised of -
1) markup (divs, tables,
Anyone?
On 6/7/07, Mandy Singh <[EMAIL PROTECTED]> wrote:
hi,
does jquery offer some kind of javascript templates plugin?
wat do (if they do) ppl use?
since i have a box structure on my page where more or less every box is
similar in markup, i would want to create a template of tha
hi,
does jquery offer some kind of javascript templates plugin?
wat do (if they do) ppl use?
since i have a box structure on my page where more or less every box is
similar in markup, i would want to create a template of that with javascript
vars for unknown content that i later fetch through j
ce it happens then it always happens. I saw the link (comment from your
blog) for the change. But, its confusing and requires lot of changes.
I am hoping you can release a patch soon.
Thank you,
Mandy.
On 5/25/07, Klaus Hartl <[EMAIL PROTECTED]> wrote:
Mandy Singh wrote:
> Hi Klaus,
by default when you just come to the page?}
On 5/24/07, Klaus Hartl <[EMAIL PROTECTED]> wrote:
Mandy Singh wrote:
> Anyone on how I can handle this? This is really necessary for this
> plugin to be useful to me.
>
> I am sure people have faced this before, can someone not help
Anyone on how I can handle this? This is really necessary for this plugin to
be useful to me.
I am sure people have faced this before, can someone not help?
On 5/24/07, Mandy Singh <[EMAIL PROTECTED]> wrote:
Ben,
The this.id is just referring to the id of the element (anchor ta
_defaultState or something like that being triggered
from the code.
Thanks,
Mandy.
On 5/24/07, Benjamin Sterling <[EMAIL PROTECTED]> wrote:
Do you have a url we can look at? I am not sure what this.id is refering
to, I think is should be $(this).attr('id');
On 5/24/07, Mandy Singh &
anyone?
On 5/24/07, Mandy Singh <[EMAIL PROTECTED]> wrote:
Hello Klaus,
Thank you for a wonderful plugin.
Apart from the lack of documentation (for beginners who cant figure
everything out reading your code :), I am facing the following issues:
I am using the plugin from here
Hello Klaus,
Thank you for a wonderful plugin.
Apart from the lack of documentation (for beginners who cant figure
everything out reading your code :), I am facing the following issues:
I am using the plugin from here:
http://www.stilbuero.de/jquery/history/
(1) Whenever I click on any link an
Jorn?
On 5/23/07, Mandy Singh <[EMAIL PROTECTED]> wrote:
Okay I tried the following and that seems to work -
If I assign the validate class to suppose temp
then i can do -
if (mobile) {
temp.settings.messages['phone'] = "mobile";
}
if (home) {
temp.settings
if this is fine? Seems to work.
Thanks,
Mandy.
On 5/23/07, Mandy Singh <[EMAIL PROTECTED]> wrote:
Hi Jorn,
I want to be able to customize the error messages upon form submit. For
example, for a particular field my error message should be -
"Please fill in an appropriate" + pho
Hi Jorn,
I want to be able to customize the error messages upon form submit. For
example, for a particular field my error message should be -
"Please fill in an appropriate" + phoneNum + "number".
the phoneNum variable could be either "mobile", "office phone", "residence"
based on a drop down v
Hello John et al,
While working on the Validation Plugin provided by jquery, I had a very
strange issue with $(document).ready() which was not firing my functions in
FF 2.0.0.3.
Whenever I put a setTimeout call with 500 ms delay inside of it, it worked
fine. Which made me think if doconReady is
I have nailed down the issue, but I will open a separate thread to track
that as it's a bigger issue.
Stay Tune..but please reply.
On 5/21/07, Mandy Singh <[EMAIL PROTECTED]> wrote:
Anyone?
The FF 2.0.3 is becoming a big issue for me now.
On 5/21/07, Mandy Singh <[EMAIL PRO
Anyone?
The FF 2.0.3 is becoming a big issue for me now.
On 5/21/07, Mandy Singh <[EMAIL PROTECTED]> wrote:
Jon, Karl -
I am facing a strange issue today.
After pushing to a production environment only for FF 2.0.0.3, the
validate plugin is not working.
It works fine in IE 6 &a
Jon, Karl -
I am facing a strange issue today.
After pushing to a production environment only for FF 2.0.0.3, the validate
plugin is not working.
It works fine in IE 6 & 7.
It works fine locally as well.
I had put the validate code inside $(document).ready but seems like there is
a problem wi
?
Or are there any dependancies for including the pack version of the plugin?
On 5/18/07, Mandy Singh <[EMAIL PROTECTED]> wrote:
It should probably be fixed at the plugin level, ie, if a field is hidden
don't try to focus it.
was wrking in FF but not in IE (I am on IE 7).
On 5/1
In the validate(map) using focusInvalid: false, does the trick.
On 5/18/07, Mandy Singh <[EMAIL PROTECTED]> wrote:
I too have experienced an issue when a form field is hidden cos its
populated by some other script on the page (on some user action) like for
eg, selecting something from a
It should probably be fixed at the plugin level, ie, if a field is hidden
don't try to focus it.
was wrking in FF but not in IE (I am on IE 7).
On 5/18/07, Mandy Singh <[EMAIL PROTECTED]> wrote:
In the validate(map) using focusInvalid: false, does the trick.
On 5/18/07, Mandy Si
I too have experienced an issue when a form field is hidden cos its
populated by some other script on the page (on some user action) like for
eg, selecting something from a custom drop down widget populates a hidden
field and till then the form validate is put on the hidden field.
Once it reaches
BTW, would anyone be interested in a short write up on this or the info on
the plugin page is fine for everyone to understand?
As I had some difficulties in catching up with it (coming from the prototype
world), I thought I'll whip something up real fast.
Thoughts?
On 5/16/07, Mandy
should be list as they
are strings. It's just an allowed "shortcut" to leave off the quotes.
Karl Rudd
On 5/16/07, Mandy Singh <[EMAIL PROTECTED]> wrote:
> This script does not work for me when I have a "-" in my rules
>
>
> $(document).ready(func
But as soon as I change the field name to introCurrentFirstName instead of
intro-currentFirstName it starts working.
Any ideas?
On 5/16/07, Dan G. Switzer, II <[EMAIL PROTECTED]> wrote:
Exactly!
-Dan
------
*From:* jquery-en@googlegroups.com
Oh! Didn't know that. Thanks for pointing that out Dan (I am new to jquery
had been using prototype till now).
So, just the packed version of the file is good enough?
And using that I can define the rules such as -
$("#myform").validate({
event: "keyup"
rules: {
firstnam
ed:true}" to inputs, at it's most basic...
>
>
> --
> *From:* jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] *On
> Behalf Of *Mandy Singh
> *Sent:* 15 May 2007 12:29
> *To:* jquery-en@googlegroups.com
> *Subject:* [jQuery] Form Validation Plugin
>
> Does j
Does jquery have a simple form validation plugin where I can define the
rules for a field and respective error messages and throw all messages out
to a common container on top of the form. No ajax just simple client side
validations. The one I saw on the wiki is really huge and does all sorts of
t
33 matches
Mail list logo