[jQuery] JQuery and AJAX Heartbeat question

2010-01-18 Thread mind01
Hi there, I have a PHP script called zip.php to generate a zip file. This requires more than 30 seconds so my server give me an server error 500 time-out. Can i avoid this 500 error with JQuery and AJAX heartbeat? Greetz

Re: [jQuery] JQuery and AJAX Heartbeat question

2010-01-18 Thread brian
. This requires more than 30 seconds so my server give me an server error 500 time-out. Can i avoid this 500 error with JQuery and AJAX heartbeat? Greetz

Re: [jQuery] jQuery + OOP + AJAX

2009-12-31 Thread fran23
($target). I think this is just an eye-catcher for variables - a similar coding to php. If not - if it has to do with something special in Javascript or jQuery - please let me know ... } -- View this message in context: http://old.nabble.com/jQuery-%2B-OOP-%2B-AJAX-tp26945051s27240p26976695.html

Re: [jQuery] jQuery + OOP + AJAX

2009-12-30 Thread fran23
something wrong ! And thanks once more for your comments and inspirations ! s type=:-) [a type=German]einen guten Rutsch ins Neue Jahr[/a] [b type=English]slide well to the New Year[/b] /s -- fran -- View this message in context: http://old.nabble.com/jQuery-%2B-OOP-%2B

Re: [jQuery] jQuery + OOP + AJAX

2009-12-29 Thread fran23
p's and RE-START with one p - the first one of chapter 2. Do you have any hint how to do it better ? sincerely fran -- View this message in context: http://old.nabble.com/jQuery-%2B-OOP-%2B-AJAX-tp26945051s27240p26952980.html Sent from the jQuery General Discussion mailing list archive

[jQuery] JQuery Modal AJAX and ASP.NET

2009-12-28 Thread Seth
I am a newbie of JQuery and got stuck with sending data from JQuery Modal to asp.net page. Here is my code: code function getGrower(rowid) { // get data in the selected row and prepare query string var c = 0; var str = ; $(#result_tbl tr td. + rowid).each(function() {

[jQuery] jQuery + OOP + AJAX

2009-12-28 Thread fran23
in doing it this way ? What should I read learn to close the knowledge leak in my mind ;) ? thanks in advance fran -- View this message in context: http://old.nabble.com/jQuery-%2B-OOP-%2B-AJAX-tp26945051s27240p26945051.html Sent from the jQuery General Discussion mailing list

[jQuery] jQuery and Ajax find() and filter() functions NOT working for me ugh.

2009-12-03 Thread webjedi
I am successfully submitting a form using jQuery. I have code snippit below that I am trying to use some ajax functions to go thru the results page that is sent back by the form. !DOCTYPE html PUBLIC -//W3C//DTD XHTML 1.0 Strict//EN http:// www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd html head

[jQuery] jQuery and Ajax functions stop working when alternating tabs

2009-10-29 Thread Citizenstein
This issue is giving me a lot of trouble. Here's the scenario: I have a tab (using jQuery's Tabs) called Student Schedule and a tab called Administrator Schedule. Both tabs call the same calendar.php, and calendar.php includes some jQuery to get calendar days to alter their color and

[jQuery] jQuery Validation - ajax check for email

2009-10-21 Thread Samuurai
Hi, This is my first attempt at using addMethod and it's always returning true, for some reason. This is placed outside of document.ready jQuery.validator.addMethod(checkemail, function(email) { var email = $('#email').val(); $.post(user/checkemail, { email : email },

[jQuery] jQuery and Ajax conflicting only on macintosh?

2009-10-16 Thread wogahnct
I have a very simple script that fails on macintosh only (works on PC browsers) when I include the ajax.js file. I am not even using it (not in my simple script anyway, shown below). When I include that file, the drag and drop no longer works on a mac. Any help is greatly appreciated You can

[jQuery] JQuery Form - Ajax - Please HELP ! ! ! ! ! ! !

2009-09-02 Thread huntspointer2009
///Comment: Can someone help me do the following: create a function that collects ALL of the form's text field's Values, along with their corresponding ID, and create an Array like this: Example: var dataString = (item_01=123, item_01=456, item_01=789) then take the 'dataString' Array,

[jQuery] Jquery Superfish Ajax Call

2009-07-30 Thread James W
Hello, Does anyone know if it is possible to use AJAX calls with the superfish menu? and if so does anyone have any sample code to illustrate how? Instead of calling a link I would like to use the menu to load content into a container but only on certain menus. Thanks James

[jQuery] jquery tabs (ajax tabs with a form submit)

2009-06-24 Thread psycho_gamer
Hello, I am incredibly new to the world of jquery. What I am trying to do is create tabs (using the tabs plug-in) that load dynamic content via AJAX (so it makes a call to a jsp). What this does is this loads a new part of a form. What I want to do is when the user clicks on a new tab, I also

[jQuery] jQuery 1.2.6 AJAX problem in Firefox extension

2009-06-18 Thread NeverGone
Hello, I wrote a little FIrefox extension, and i have a some problem. This is code is working: function testAjax() { doc = gBrowser.selectedBrowser.contentDocument; $.ajax({ type: POST, dataType: html, url: http://testsite/;, success: function(data) { alert (data);

[jQuery] jQuery with Ajax

2009-05-19 Thread LB
Hi, I am having a particular issue with the focus/blur events. When I use the .focus function it will work fine with element that are within the html scope on load. My problem is with elements that get loaded in through ajax's request.responseText. Here is my main HTML: html head script

[jQuery] JQuery and Ajax

2009-05-13 Thread nat
Hi, I am working on adding asynchronous form submission inside a jquery dialog. I am using .ajax(). Everything is working correctly, but the submission takes longer than I would like. I am new to jquery and am unsure how to debug/optimize this. How do I determine if the lag is in the front or

[jQuery] jQuery + document.write + ajax

2009-04-24 Thread Don
Hi Folks, by clicking on a link I want to reload a skyscraper banner. The code for the skyscraper banner is in a file_with_the_banner.html I want to include this file with jquery ajax. I have this code in the index.html script type=text/javascript $(function() { $('a').click

[jQuery] jquery tabs ajax mode

2009-01-29 Thread jampov
Hello. I need some help with tabs jQuery v2.7.4 of stilbuero. I want to use Ajax Mode and open the links in a given container. For example: div id=box ul id=tabs lia href=01.htmlspanTab one/span/a/li lia href=02.htmlspanTab two/span/a/li

[jQuery] jQuery (1.2.6) $.ajax and IE7 problem

2009-01-16 Thread Charlie22
Hi all, I have probelm with these pages http://83.240.47.84/skyrace2 under FF3 menu rules and submenu works fine, but under IE7 it is loosing data. What is wrong there? scripts: Menu: $(function(){ $(ul#menu li a:first).addClass('active'); $(ul#menu li a).click(function(){

[jQuery] JQuery events + ajax question

2008-12-08 Thread gotnoboss
Hi, I've got a question I was hoping someone could shed some light on for me. Suppose you have a div like so: div id=container input type=checkbox name=check value=1 One br/ input type=checkbox name=check value=2 Two br/ input type=checkbox name=check value=3 Three br/ /div 1)

[jQuery] Jquery and AJAX

2008-10-28 Thread Byte1234
I have a form with updatePanel. I ahve Jquery inimplemented on this form. Everything works fine, but when a asynchronous postback takes place when I clickc the button inside the updatePanle, all Jquery features goes away. I googled for this and found that, I need to write the Jquery code in

[jQuery] jquery within ajax response

2007-12-29 Thread pedalpete
I'm not sure why I'm having an issue with this, but what I have is an ajax response which contains some more javascript. When I retrieve the page directly, the jquery functions work fine, but when I load the page into another page via an ajax request, none of the functions work. I can launch a

[jQuery] Jquery 1.2.1 AJAX load.() newbie question

2007-11-24 Thread Geoff Millikan
When I click the submit button it should do AJAX and put the contents of the insertme.html file in the id feeds but it's not working. I must be missing something really basic... htmlhead script src=jquery-1.2.1.min.js/script script function loadme(){alert(Hi, I'm running!); $

[jQuery] Jquery based Ajax Rss Reader

2007-06-13 Thread joomlafreak
I love jQuery and I love jQuery and... http://feed.joomlaprodigy.com/ I had surgery last week for appendicitis and while recovering in bed I made this feed reader,viewer or whatever you call it. I use Joomla on my site and this is based over Joomla. The rss feeds are imported in database with