[jQuery] not able to receive POST data in php file

2009-12-21 Thread Amit
i am using the following JQuery function to successfully POST data to the user_submit.php file, its just that the php file is unable to receive the data. $(function() { $(#submit_js).click(function() { $.post(user_submit.php, { comment: $(#comment).val()

[jQuery] (autocomplete) multiple inputbox using same autocomplete function

2009-10-01 Thread Amit
code at the bottom is working fine .. wherein data is coming from database via postcode.php in following format : 2221|BLAKEHURST|NSW 4401|ACKLAND|QLD 2221|BLAKEHURST|NSW 4401|ACKLAND|QLD 2221|BLAKEHURST|NSW 4401|ACKLAND|QLD Now issue is I have multiple postalcode, city and state input box in

[jQuery] Re: (autocomplete) multiple inputbox using same autocomplete function

2009-10-01 Thread Amit
I know that we can use multiple selector in autocomplete function but we can't access them in result function. On Oct 2, 11:30 am, Amit amit.aggar...@gmail.com wrote: code at the bottom is working fine .. wherein data is coming from database via postcode.php in following format : 2221

[jQuery] JQuery lightbox plugin through we can show flash in overlay..

2009-08-09 Thread Amit
Regards, Amit Kr. Sharma

[jQuery] Re: DISABLE BUTTON AFTER 1 CLICK -JQUERY: NOT WORKING WITH IE8

2009-07-07 Thread Amit Rampurkar
a working version for IE :) Thanks a lot for your help though and hoping to get help the next time I step back in here with any queries. Regards, ~Amit On Tue, Jul 7, 2009 at 9:38 AM, Cesar Sanz the.email.tr...@gmail.comwrote: Sorry for my suggestion, I misread your point, thought you were

[jQuery] DISABLE BUTTON AFTER 1 CLICK -JQUERY: NOT WORKING WITH IE8

2009-07-06 Thread Amit
(compatibility mode). When I click the submit button for the form in IE, it disables the button but the form never submits. (it behaves like an AJAX button where it gets disabled without the submit action ever happening) How do I solve this? Please help me out of this... Thanks, ~Amit

[jQuery] Re: DISABLE BUTTON AFTER 1 CLICK -JQUERY: NOT WORKING WITH IE8

2009-07-06 Thread Amit
Hi Cesar, Thanks for your reply. But that isn't working. It still gives me the same result. The form does not post. It is just that the button gets disabled after click. Wonder why it works properly in Firefox and Chrome but not in IE.. :( Please help. ~Amit On Jul 6, 2:14 pm, Cesar Sanz

[jQuery] Re: DISABLE BUTTON AFTER 1 CLICK -JQUERY: NOT WORKING WITH IE8

2009-07-06 Thread Amit Rampurkar
Here is the code from the view source window in IE for the submit button if this can help: div id='uploading_msg_wrap'div id='uploading_msg'Now uploading ...br/(This may take a minute)/div/divinput type=submit name=op id= edit-submit value=Save class=form-submit / Thanks, ~Amit On Mon, Jul

[jQuery] Unique url and browser back button in an ajaxified page.

2009-07-02 Thread Amit
Hi, Does jQuery provides any feature or plugin to handle unique url and browser back button in an ajaxified page. thanks in advance. -- Regards, Amit Kr. Sharma

[jQuery] jQuery get JSON error data.channel is undefined

2009-06-20 Thread Amit
Error: data.channel is undefined Source File: http://203.129.220.178/gri-valudeal/new.html Line: 131 line :131 bcontains the function : getJSON Any one having any idea why this error is coming. -- Regards, Amit Kr. Sharma Mobile: 09780141161 Profile: http

[jQuery] Re: using find method on a documentFragment attached node

2009-06-12 Thread amit
. Basically the classes set in the class attribute, if defined outside the fragment, become just simple labels. so this means searching elements inside the fragment is not supported. Is there any work around available for this? Thanks, amit On Jun 12, 5:36 am, Charlie charlie...@gmail.com wrote: var

[jQuery] using find method on a documentFragment attached node

2009-06-11 Thread amit
'); alert (d.length); but the above alert always returns 0 length. The same code works fine in IE. I am using jquery 1.3.2. I apologize if something along these lines has been discussed earlier and would appreciate if someone guides me in this. Thanks, amit

[jQuery] Using jQuery to insert IFrame dynamically after page loads.

2009-06-05 Thread Amit Saurav
Hello, I have a use case in which I need to insert an IFrame as a child to an existing DIV just after the page load completes. That is, the request to fetch content for this Iframe should go to the server after all the media in the page has loaded, basically after the page load event and not the

[jQuery] IFrame caching in Firefox

2009-06-05 Thread Amit Saurav
Hello, I am using a jQuery script to insert iframe in the document after the page load completes as follows: jQuery(window).load(function() { var container = jQuery(‘#container_id”); jQuery(‘iframe id=”my_iframe” src=”www.some-url.com”/iframe’).prependTo(container); }); Apparently

[jQuery] HELP jQuery and Ajax form submission !!!!!!!!!!!!!!!! help ! help !! help !!!! help !! help !! help !!

2009-06-03 Thread Amit
//h2/div div class="both paddbot2"textarea id="iComment" name="Comment" rows="4" cols="17" Comments/textarea/div div class="both paddbot2 marginTop10" style="width:148px;" div style="float:left;" class="p

[jQuery] Select box// onchange in niceform doesn't work !!

2009-05-26 Thread Amit
in such a situation, or any work around. Any kind of help is appreciable , thanks -- Regards, Amit Kr. Sharma Profile: http://www.linkedin.com/in/amit2sharma

[jQuery] [Form submittion not working]any error in the code..... please check

2009-05-02 Thread Amit
rn false; } showNotice('Response posted!','Project '+ projectname); ); } ); -- Regards, Amit Kr. Sharma Mobile: 09780141161 Profile: http://www.linkedin.com/in/amit2sharma Email id: amit.mca...@gmail.com

[jQuery] How to adjust the position of the of the error message in jQuery

2009-04-18 Thread Amit
Hi is there any way by which we can adjust the position of the of the error message in jQuery... i.e, not after the input box , some container that I specify (through id). Thanks Amit Shrama

[jQuery] IE freez when I open a page with tabs.

2009-03-31 Thread amit
of data but it worked before. Anyone know why its freezing or how can I debug to find out who is responsible for this. It works fine in FF. Regards, Amit

[jQuery] Re: Executing javascript that comes inside an AJAX response

2009-03-27 Thread Amit Shah
: by an inline mouseover, and by a jQuery selector (take your pick)-- both methods are on the ajax page. No higher power need be invoked. On Mar 26, 12:53 pm, Amit Shah amitsh...@gmail.com wrote: oh god. i got a function sometesting() in the ajax response text ok? not in calling main page. it's

[jQuery] Re: Executing javascript that comes inside an AJAX response

2009-03-26 Thread Amit Shah
to (with the appropriate selector for your div):  $('div').html(data); On Mar 24, 3:44 am, Amit Shah amitsh...@gmail.com wrote: it's not working. well eval(responseText); don't works. cells = divResult.getElementsByTagName(script);                         alert(cells.length

[jQuery] Re: Executing javascript that comes inside an AJAX response

2009-03-26 Thread Amit Shah
want to do it before then, you'd have to do it server-side before sending the response. On Mar 26, 2:14 am, Amit Shah amitsh...@gmail.com wrote: you didn't get it. i mean the function written in response text. which has be evaluated. can be called only from the main script. not from

[jQuery] Re: Executing javascript that comes inside an AJAX response

2009-03-24 Thread Amit Shah
it's not working. well eval(responseText); don't works. cells = divResult.getElementsByTagName(script); alert(cells.length); for (var i = 0; i cells.length; i++) { alert(cells[i].innerHTML);

[jQuery] Question Regarding Superfish

2009-01-21 Thread Amit Shah
).superfish(); }); /script Can someone help me out? Thanks in advance. Kind Regards, Amit Shah

[jQuery] issue regarding superfish horizontal menu

2008-12-23 Thread Amit Negi
Amit Negi

[jQuery] using my{} instead of ${}.

2008-11-06 Thread Amit Sharma
Hi Can I use any other character in my jquery functions. Thats may be using my{} instead of ${}. Thanks Amit Sharma

[jQuery] Problems with Firefox and JCarousel

2008-11-04 Thread Amit
forgot to mention that it's Jcarousel i'm about.

[jQuery] Problems with Firefox

2008-11-03 Thread Amit
built on wordpress. i also tried adding the ($.browser.safari || $.browser.mozilla) hack from one the other posts but nothing.. i also tried removing completely the other jquery scripts i have there and nothing helps. thanks for any help and for the precious time! Amit

[jQuery] Table Manipulation Help!

2008-06-13 Thread Amit
Hello all. I'm new to jQuery and Javascript. I've been trying to solve a problem since last 2 days.. :( Here is my HTML: table border=1 id=test tr class=msgold td1/td tda href=1.html2/a/td td3/td /tr tr class=msgold td4/td tda href=2.html5/a/td td6/td /tr /table

[jQuery] Table Manipulation Help!

2008-06-13 Thread Amit
Hello all. I'm new to jQuery and Javascript. I've been trying to solve a problem since last 2 days.. :( Here is my HTML: table border=1 id=test tr class=msgold td1/td tda href=1.html2/a/td td3/td /tr tr class=msgold td4/td tda href=2.html5/a/td td6/td /tr /table

[jQuery] getting value out of datepicker

2008-04-24 Thread Amit Uchat
').datepicker(getDate)); Thanks in advance, Amit -- Know that you are special but be ordinary. -Sri Sri Ravisankar

[jQuery] PHP and ajaxForm submit generates duplicate HTML!

2008-02-05 Thread Amit
First, here is my code for test.php file. It has a form with 2 text fields. Once submitted it adds a record to database and gives a message 1 record added. in a div message : ?php require_once('Connections/local.php'); ? head meta http-equiv=Content-Type content=text/html; charset=utf-8 /

[jQuery] Re: which query is most efficient?

2007-12-04 Thread Amit Uchat
Benjamin, very good way to explain complex information. I would look forward to hear more on your website. On Dec 4, 2007 8:23 PM, Benjamin Sterling [EMAIL PROTECTED] wrote: Dave, I know I am getting in here late, but I did a post on fast selectors that may point you in the right direction:

[jQuery] Re: jQuery improving performance

2007-12-03 Thread Amit Uchat
thank you all for quick and quality replys... I am re-writing my script to accomodate new suggestions. and profile my function again to check any improvement. Thanks, Amit On Dec 3, 2007 10:36 AM, Dave Methvin [EMAIL PROTECTED] wrote: I want to improve performance for following snipet when