[jQuery] Hi

2009-11-24 Thread Raju
Hi All,

I need a chat script to embed into my website, can anyone help me to find
the script,


Warm Regards,

Mari Raj K,


[jQuery] Re: Paging

2009-11-09 Thread Raju
Hi All,

Im new to Jquery, I want to do table paging, Can some body help me to do
this

Warm Regards,

Mari Raj K,
Bangalore
+91 9740765135


[jQuery] Re: Jquery document .ready function throwing object expected

2009-09-15 Thread Raju
remove this and try it ..





egards,

Mari Raj K,
Bangalore
+91 9740765135


On Tue, Sep 15, 2009 at 4:45 PM, Vardhini  wrote:

>
> yeah..I tried..i'm getting $ as "Undefined". Important point to note
> is that it is working fine when we run from VStudio but when
> application is hosted on IIS, it is throwing the javascript  error.
>
>
> On Sep 15, 3:59 pm, Steven Yang  wrote:
> > hum...
> > how about just try loading the jquery-1.3.2.js first and see if you get
> the
> > $ as an Object
> > and if that works then try loading one after another and see which one is
> > having error.
> >
> > On Tue, Sep 15, 2009 at 6:54 PM, Vardhini  wrote:
> >
> > > Thanks for the response..I tried ..both no luck..
> >
> > > On Sep 15, 3:43 pm, Steven Yang  wrote:
> > > > i am not sure what /jquery-1.3.2-vsdoc.jsis for but try putting it
> behind
> > > > jquery-1.3.2.js
> >
> > > > and also putting ui.core.js before ui.datepicker.js
> >
> > > > On Tue, Sep 15, 2009 at 6:31 PM, Vardhini 
> wrote:
> >
> > > > > Hi,
> >
> > > > > I'm getting Javascript error "object expected"on PageLoad at the
> > > > > following line:
> >
> > > > > $(document).ready(function()
> >
> > > > > I found that  alert(typeof $); is returing undefined.
> >
> > > > > Below is the code snippet:
> >
> > > > >  
> > > > > type="text/javascript"
> > > > > language ="javascript">
> > > > >
> > > > >
> > > > >
> > > > > > > > > language ="javascript">
> >
> > > > > 

[jQuery] Re: Jquery document .ready function throwing object expected

2009-09-15 Thread Raju
can u check the "FromDate" in the form , is it properly spelled,
Warm Regards,

Mari Raj K,
Bangalore
+91 9740765135


On Tue, Sep 15, 2009 at 4:24 PM, Vardhini  wrote:

>
> Thanks for the response..I tried ..both no luck..
>
> On Sep 15, 3:43 pm, Steven Yang  wrote:
> > i am not sure what /jquery-1.3.2-vsdoc.jsis for but try putting it behind
> > jquery-1.3.2.js
> >
> > and also putting ui.core.js before ui.datepicker.js
> >
> > On Tue, Sep 15, 2009 at 6:31 PM, Vardhini  wrote:
> >
> > > Hi,
> >
> > > I'm getting Javascript error "object expected"on PageLoad at the
> > > following line:
> >
> > > $(document).ready(function()
> >
> > > I found that  alert(typeof $); is returing undefined.
> >
> > > Below is the code snippet:
> >
> > >  
> > > > > language ="javascript">
> > >
> > >
> > >
> > > > > language ="javascript">
> >
> > > 

[jQuery] Re: [validate] problem of defining custom rules

2009-08-25 Thread Raju
try this ,




Warm Regards,

Mari Raj K,
Bangalore
+91 9740765135


On Tue, Aug 25, 2009 at 11:26 AM, david  wrote:

>
> i played with the example.html from jquery.validate 1.55 and wanted to
> make a custom rule firstname that is required, with the message please
> enter a firstname.
> My changes were in the validate :
> $("#commentForm").validate({
>   rules: {
>   firstname: "required"
>   },
>   messages: {
>   firstname: "Enter your firstname"
>   }
>   });
>
> and then minlength="2" />
> my problem is that it is shown as valid, even i don't enter nothing.
> i don't know what i am making wrong
>
> Thanks,
> David
>
> This is the code
>  "http://
> www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
> http://www.w3.org/1999/xhtml";>
> 
> 
> jQuery validation plug-in - comment form example
>
> 
>
> 
> 
>
> 
> 
>
> 
> $(document).ready(function() {
>   $("#commentForm").validate({
>   rules: {
>   firstname: "required"
>   },
>   messages: {
>   firstname: "Enter your firstname"
>   }
>   });
> });
> 
>
> 
> #commentForm { width: 500px; }
> #commentForm label { width: 250px; }
> #commentForm label.error, #commentForm input.submit { margin-left:
> 253px; }
> 
>
> 
> 
>
> 
>   
>   Please provide your name, email address (won't
> be published)
> and a comment
>   
>   Name (required, at least 2
> characters)
>minlength="2" />
>   
>   E-Mail (required)
>   
>   
>   
>   URL (optional)
>value="" />
>   
>   
>   Your comment (required) label>
>class="required">
>   
>   
>value="Submit"/>
>   
>   
> 
>
> 
> 


[jQuery] Re: How to deterine number of words in a string?

2009-07-24 Thread Raju
Hi

i want a jquery plugin to view word files,

can somebody help me out in this regards


Warm Regards,

Mari Raj K,
Bangalore
+91 9916140688


On Fri, Jul 24, 2009 at 3:49 PM, Liam Potter wrote:

>
> you don't need a plugin, this will do it
>
> var string = $("span.string").text();
> var count = string.split(" ");
> alert(count.length);
>
>
> Conrad Cheng wrote:
>
>> Hi all,
>> Any jquery plugin can check number of word in a string instead using of
>> .length?...
>>
>> Many thanks.
>>
>> Conrad
>>
>

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"jQuery (English)" group.
To post to this group, send email to jquery-en@googlegroups.com
To unsubscribe from this group, send email to 
jquery-en+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/jquery-en?hl=en
-~--~~~~--~~--~--~---



[jQuery] CSS

2008-03-27 Thread raju

Hi

Friends h r u ?

this is raju

I want to create dropdown menu in css.

Advance thanks