[jQuery] how to display birthdate format behind the date textbox on edit/insert dialog

2009-09-21 Thread Ravi
In short how to display format text in jqgrid's insert/edit dialog?? Thanks... Regards. Ravi Mori Software Developer.

[jQuery] Re: rounded corner recommendations

2009-08-31 Thread [ ravi ]
On Aug 31, 2009, at 10:31 AM, [ ravi ] wrote: On Aug 31, 2009, at 10:13 AM, Rich Sturim wrote: That looks like a great choice -- thanks for the tip. On Aug 28, 3:19 pm, Jack Killpatrick wrote: I've had good luck with this one after testing many of them in multiple browsers:

[jQuery] Re: rounded corner recommendations

2009-08-31 Thread [ ravi ]
bKit based). --ravi

[jQuery] edit dialog display issue

2009-07-28 Thread Ravi
Hii..i am new in jqgrid. i have to achieve following functionality.. I get grid which displays all data..now i want to edit row on selection changed. for that i wrote following code as a jqgrid parameters onSelectRow: function() { var gr = jQuery("#list").getGridParam('selrow');

[jQuery] inserting new record

2009-07-27 Thread Ravi Mori
Hi.. i have some doubts in usage of jqgrid. I am trying to achieve fallowing functionality. I have insert and edit functionality in same form. Now i have one field called "UserName", which i don't want to edit. so for that i make it readonly as following: { name: 'UserName', index: 'UserName',

[jQuery] Re: Toggle Text

2009-06-25 Thread ravi
all" ... } } A very simplistic approach (and the ":checked" above, as well as the use of .length(), is just my guess on what the selector should be; don't know off the top of my head without looking at some docs) which I am certain can be improved upon or discarded for

[jQuery] Re: how can i set the attribute of an item in a select box to selected?

2009-06-24 Thread ravi
am a bit of a newbie myself, so I am offering the above more as clues, than as exact answers. If they do not lead you to a solution, ping us again, and I will actually test with code and give you a working example. --ravi

[jQuery] Re: Multiple responses while using Jquery From Plugin

2009-06-20 Thread ravi
text you offer above suggests that you want a progress indicator on the client-side. Is that the case? --ravi

[jQuery] Re: triggering multiple events

2009-06-18 Thread ravi
On Jun 18, 2009, at 5:38 PM, shaded wrote: is is possible to trigger mutiple events in sucession? each depending on the previous? This might help: http://brandonaaron.net/blog/2007/06/5/bind-multiple-events-simultaneously-with-jquery --ravi

[jQuery] Re: jquery beginner question

2009-06-18 Thread ravi
passed a reference ($(this)) to the particular object/element of that class that it was applicable to. --ravi

[jQuery] Re: alternative to .live("change") in IE6

2009-06-18 Thread ravi
creative way around this. .livequery() works perfectly for me (except -- see earlier threads -- it or something related to the way I use it, slows my page actions down to an unusable rate; but note: I have 4000+ form elements on my page). --ravi

[jQuery] Re: Newbie: jQuery performance with 1000s of form elements

2009-06-07 Thread ravi
[apologies for the self-response] On Jun 7, 2009, at 11:08 PM, Ravi Narayan Sarma wrote: In the hope that a public recounting of my adventures will be of some edifying value, perhaps in the archives, an update: Some details that I forgot to add. I used Safari/WebKit's profiler to

[jQuery] Re: Newbie: jQuery performance with 1000s of form elements

2009-06-07 Thread ravi
t information, I will most likely switch to an Event Delegation approach for the bulk of my event handlers. I will report back with my findings. In the meantime, if any list guru has advice for me that would alleviate my stumbling around like a goof, I am gratefully receptive to it! --ravi

[jQuery] Re: Newbie: jQuery performance with 1000s of form elements

2009-06-05 Thread ravi
ster. I think there is a lot of scope for improvement in my code (the clone(true) might turn out to be one such) given my lack of jQuery (or JavaScript, for that matter!) knowledge. Thank you, again, for your response, --ravi On Jun 5, 7:13 am, ravi wrote: On Jun 5, 2009, a

[jQuery] Re: Newbie: jQuery performance with 1000s of form elements

2009-06-05 Thread ravi
On Jun 5, 2009, at 1:04 PM, ravi wrote: Hello all, a newbie question: In a web page, I have a table with 300+ rows each with 15 or so form elements, adding up to 4500+ form elements in that single page. The table is created and maintained dynamically using jQuery+AJAX. Each element has

[jQuery] Newbie: jQuery performance with 1000s of form elements

2009-06-05 Thread ravi
n of my UI)? (b) what newbie errors I might be doing... unnecessary event bubbling? Poor selector usage? etc. I am puzzled by why even scrolling slows down, at start of scroll, with jQuery active for the page. Any comments, thoughts, suggestions will be deeply appreciated. Thank you, --ravi

[jQuery] Re: [validate] blur

2009-05-19 Thread Ravi
Jörn, Thank you for the code, may I ask why is it not intended to be used that way. It works for me, but just curious to know. -- Ravi On May 18, 7:56 pm, Jörn Zaefferer wrote: > Try this: > > $("...").validate({ >   onfocusout: function(element) { >

[jQuery] [validate] blur

2009-05-18 Thread Ravi
Hello, I really liked the JQuery validate plugin. I am trying to use the plugin for one of my projects. I want the validate to work on blur as soon I move our from required field without entering any data. I know this something which should be very simple, I've been searching for this and I did f

[jQuery] Re: Round corner

2009-05-05 Thread ravi
On May 5, 2009, at 11:13 PM, bharani kumar wrote: Hi Members , How to make the round corners , welcome to jquery groups , i want round corner for this DIV Bharani, this might help: http://www.methvin.com/jquery/jq-corner.html --ravi

[jQuery] Changing text to a pulldown (select) menu on click

2009-05-05 Thread ravi
that hides 'valopts', sets the contents of 'valtext' to the value selected in 'selopts' and shows 'valtext'. Is this the right approach? Or is there a simpler method that I am unaware of? Thank you, --ravi