[jQuery] Re: call ajax on ENTER key press

2009-07-31 Thread Sandeep Gonivada
I believe if the button is of the type "Submit" then on press of enter the same function will be invoked. - for which you havee already defined "onclick" On Fri, Jul 31, 2009 at 9:26 AM, bharani kumar < bharanikumariyer...@gmail.com> wrote: > Hi all > > > > This is my autosuggest field , > > w

[jQuery] Re: Is it possible to hide the destination URL of a link?

2009-07-31 Thread Sandeep Gonivada
you can use post method to achieve it. http://docs.jquery.com/Ajax/jQuery.post On Fri, Jul 31, 2009 at 5:19 AM, Anoop kumar V wrote: > I have a menu, on which is a delete link. The URL of the link is quite > plain: http://mysite.com?delete=true&id=123 > (quite obvious I think that the request is

[jQuery] Multiple entry add rows functionality

2008-11-19 Thread sandeep
Hello, I have a requirement wherein the UI needs dynamic addition of records into a list. Basically the requirement is something like this http://devblog.jasonhuck.com/assets/infiniteformrows.html But this is not index based, rather it is just navigating the dom by parent reference. However I

[jQuery] Re: Probs..

2008-02-25 Thread Sandeep
thanx! On Tue, Feb 26, 2008 at 3:48 AM, the_woodsman <[EMAIL PROTECTED]> wrote: > > Hi, > > I think what you're after is generally referred to as lightbox. > > > A JQ implementation: > http://leandrovieira.com/projects/jquery/lightbox/ > > Enjoy!

[jQuery] Probs..

2008-02-25 Thread Sandeep
Hey Folks! This is Sandeep & new to this group, I want help in AJAX. IN AJAX how a frame opens by dimming the page, when we click on a Image? Can u suggest any Link r code?? Thanks -- Best Regards, Sai Sandeep Thota.

[jQuery] Re: toggle disables links - unwanted

2008-02-25 Thread Sandeep
; > function(){ > > > $(this).css("background-color","#FEFFAF"); > > }, > > function(){ > > $(this).css("background-color","#FFF"); > > } > > ); > > > > Thanks! > > > > BR > -- Best Regards, Sai Sandeep Thota.

[jQuery] Re: Which jquery plugin is best to use to create this effect

2008-02-25 Thread Sandeep
Can you give me the code with the example? Plz On Mon, Feb 25, 2008 at 3:21 PM, Dave Stewart <[EMAIL PROTECTED]> wrote: > > You don't need a plugin, just the animate effect: > > $('page').animate({left:600}, 1000) > -- Best Regards, Sai Sandeep Thota.