[jQuery] Sort options in select.

2010-01-18 Thread NMarcu
Hello all, What's the best way to sort options in select. I found a jquery plugin sortOptions(), but if I have options: Address 1 Address 2 Address 3 Address 100 Address 200 , will be sort like this: Address 1 Address 100 Address 2 Address 200 Address 3 ...and is not good. Do you have another

[jQuery] SlideDown Issue.. help!

2010-01-18 Thread for...@gmail.com
I am new to jQuery but am using it to SlideDown a DIV element when the a:link is clicked. However, no matter what link i click on the page, it slides down the div, it's as if the script has taken over every link on the page. Here is the code: script

Re: [jQuery] SlideDown Issue.. help!

2010-01-18 Thread waseem sabjee
ok heres an HTML structure style type=text/css * { /* css reset */ margin:0; padding:0; } .work { /* this prevents the content from still being shown when you slide up */ overflow:hidden; } /style div class=work a href=# class=slidecontrolslide controller/a div class=content

Re: [jQuery] SlideDown Issue.. help!

2010-01-18 Thread Andre Polykanine
Hello forcer and all, You have: $('a').click(function()... This tells jQuery to perform the function on a click to every a link. -- With best regards from Ukraine, Andre Skype: Francophile; WlmMSN: arthaelon @ yandex.ru; Jabber: arthaelon @ jabber.org Yahoo! messenger: andre.polykanine; ICQ:

[jQuery] Ajax calls and Internet Explorer performance problems

2010-01-18 Thread m.ugues
Hallo all. I ran into a performance problem with Internet Explorer. I got an homepage similar to iGoogle that makes a lot of ajax calls to populate different kinds of widget (from 5 to 20). When the widgets are loaded on Internet Explorer the user interaction is freezed and until the loading is

[jQuery] Re: SlideDown Issue.. help!

2010-01-18 Thread for...@gmail.com
Hi, can you tell me the alternative to make it only work on the select 'a' On Jan 18, 11:56 am, Andre Polykanine an...@oire.org wrote: Hello forcer and all, You have: $('a').click(function()... This tells jQuery to perform the function on a click to every a link. -- With best regards

[jQuery] Validation plugin

2010-01-18 Thread perkin5
I am testing this plugin (in conjunction with another called 'InFieldLabel.js' that merely fades back the label on focus) and am getting a strange effect where only some of the fields validate. The test page is: http://www.richardbarnfather.co.uk/esu/php/booking_mike.php All fields have a class

[jQuery] Select part of text and add a CSS class

2010-01-18 Thread Mircea
Hi, I am trying to create my first jQuery script. I want to have a text in a p, select it with the cursor and add a class to it. I know that I can use the .select and .addClass functions. $(p).live(mouseup, function() { selection = getSelectedText();

[jQuery] .add() strange behavior?

2010-01-18 Thread Matt Parlane
Hi all... I've come across something that I think is a little odd, but I'm not sure if I'm just being dumb. Have a look at this: $(function() { var $div = $(div); var $divs = $(); $divs.add($div); console.log($divs.length); // == 0 $divs = $().add($div);

[jQuery] Re: appending link to head problem

2010-01-18 Thread Flo
Hi, same problem here. After a little rewrite, IE seems to understand this: var link = $(link/).appendTo($(head)); link.attr({ rel: stylesheet, href: path }); Anybody knows any details why IE doesn't like the link-append in jQuery 1.4? On 15 Jan., 03:21, easyOne yes...@gmail.com wrote:

[jQuery] jquery 1.4 and jqueryui tabs with ajax load

2010-01-18 Thread Joris D'Huys
I've upgraded to jquery 1.4 and my tabs with ajax load no longer work. uncaught exception: jQuery UI Tabs: Mismatching fragment identifier. When I use the previous jquery version, everything works fine. Any idea on how to solve this? Thanks

[jQuery] Superfish jquery.noconflict and ajax problem

2010-01-18 Thread Kiki Ess
Having a big issue here on my joomla website. I'm trying to integrate a video component called Jvideodirect. The main listings portion of Jvideo is run by ajax and has a tab system. You can see the page in question here: http://www.globallinkup.net/video.html When you click on any of the page

[jQuery] Reduce Image Quality

2010-01-18 Thread German Bortoli
Hello everybody, I'm getting a problem in my server, for example when someone want to upload an image with 5mb of size, on the server side is kinda impossible to upload that, max size is 2mb and I cannot modify it because is rented host. Now my question is... there is some stuff on client/browser

Re: [jQuery] Reduce Image Quality

2010-01-18 Thread Jonathan Vanherpe (T T NV)
German Bortoli wrote: Hello everybody, I'm getting a problem in my server, for example when someone want to upload an image with 5mb of size, on the server side is kinda impossible to upload that, max size is 2mb and I cannot modify it because is rented host. Now my question is... there is

Re: [jQuery] Reduce Image Quality

2010-01-18 Thread German Bortoli
2010/1/18 Jonathan Vanherpe (T T NV) jonat...@tnt.be German Bortoli wrote: Hello everybody, I'm getting a problem in my server, for example when someone want to upload an image with 5mb of size, on the server side is kinda impossible to upload that, max size is 2mb and I cannot modify it

Re: [jQuery] Select part of text and add a CSS class

2010-01-18 Thread Nathan Klatt
On Mon, Jan 18, 2010 at 6:02 AM, Mircea i...@amsterdamsat.com wrote: I am trying to create my first jQuery script. I want to have a text in a p, select it with the cursor and add a class to it. I know that I can use the .select and .addClass functions. I bet you need to wrap the selected text

Re: [jQuery] Validation plugin

2010-01-18 Thread Nathan Klatt
On Mon, Jan 18, 2010 at 4:55 AM, perkin5 mshe...@btinternet.com wrote: http://www.richardbarnfather.co.uk/esu/php/booking_mike.php All fields have a class of 'required' and the email field has The fields that aren't validating have typos in the class setting - they're missing the equals sign:

[jQuery] new forums used?

2010-01-18 Thread speedpac...@gmail.com
Hi there, I just noticed this group is still having lots of activity. I for one am very pleased to see we're moving to actual forum on forum.jquery.com, but it appears that moderation isn't done there yet (or I'm just too impatient...) Are we supposed to continue posting here, or was my first

Re: [jQuery] Reduce Image Quality

2010-01-18 Thread Jonathan Vanherpe (T T NV)
German Bortoli wrote: 2010/1/18 Jonathan Vanherpe (T T NV) jonat...@tnt.be mailto:jonat...@tnt.be German Bortoli wrote: Hello everybody, I'm getting a problem in my server, for example when someone want to upload an image with 5mb of size, on the server side is kinda

Re: [jQuery] Reduce Image Quality

2010-01-18 Thread German Bortoli
2010/1/18 Jonathan Vanherpe (T T NV) jonat...@tnt.be German Bortoli wrote: 2010/1/18 Jonathan Vanherpe (T T NV) jonat...@tnt.be German Bortoli wrote: Hello everybody, I'm getting a problem in my server, for example when someone want to upload an image with 5mb of size, on the server

RE: [jQuery] new forums used?

2010-01-18 Thread Rick Faircloth
Hi, David... What do you find more appealing about forums than an email list? Rick -Original Message- From: jquery-en@googlegroups.com [mailto:jquery...@googlegroups.com] On Behalf Of speedpac...@gmail.com Sent: Monday, January 18, 2010 9:50 AM To: jQuery (English) Subject: [jQuery] new

Re: [jQuery] Re: SlideDown Issue.. help!

2010-01-18 Thread Nathan Klatt
On Mon, Jan 18, 2010 at 6:19 AM, for...@gmail.com for...@gmail.com wrote: Hi, can you tell me the alternative to make it only work on the select 'a' Simplest way is to give the 'a' an id: a id=alias-box-link href=#alias-box style=font-size:10px;Custom Alias/a Then set its click handler this

[jQuery] Re: new forums used?

2010-01-18 Thread speedpac...@gmail.com
well, for starters the fact that Google does not accept my emails to the list, een though I'm subscribed, so for some reason it forces me to go to groups.google.com to submit any messages I'd like to submit, which to be honest has limited my contribution on the list to just some questions helping

[jQuery] Reset range slider values

2010-01-18 Thread Bruce
I setup a slider using jQuery(id).slider({ range:true, min: 1, max: 100, step: 1, values: [1, 100]} After I moved the slider handles I try to reset the values: jQuery(id).slider('option', 'min', 1); //works jQuery(id).slider('option', 'max', 100); //works jQuery(id).slider('option', 'values',

[jQuery] Re: new forums used?

2010-01-18 Thread MorningZ
As long as your questions/issues continue to get answered, it shouldn't matter where you post as there's plenty of people on one or the other..or both :-) At some point perhaps this mailing list will just get turned off, but there should, and appears to be, a transition period where both are

Re: [jQuery] new forums used?

2010-01-18 Thread Octavian Rasnita
If the forum is prefered by some users, that's OK, but I don't think it is a good idea to kill the mailing lists, because there are many users that prefer reading a mailing list. The forums will *always* be much less accessible for the blind users for example so it would be much helpful if

Re: [jQuery] new forums used?

2010-01-18 Thread Nathan Klatt
On Mon, Jan 18, 2010 at 10:05 AM, Octavian Rasnita orasn...@gmail.com wrote: If some of the users won't like the forum, they would be able to use the mailing lists, while if other users wouldn't want to receive the emails from the mailing list they could just unsubscribe, so the mailing lists

[jQuery] Open/Save as dialog box

2010-01-18 Thread m.ugues
Hallo all. Is there a way to catch the event when the browser open to the user the classical Open/ Save as dialog box? http://qpack.orcanos.com/helpcenter/Images/openSave.png I need to do something when the dialog is shown. Kind regards Massimo

[jQuery] Re: Select part of text and add a CSS class

2010-01-18 Thread Mircea
Yes, I want to be able to select a part of the text and add a span to it. Can this be done? Thank you.

[jQuery] JQuery Trigger Event

2010-01-18 Thread ashar udeen
Hi, In JQuery I tried to trigger click event like below, based on their ID. $('#parent0').trigger(click); $('#parent1').trigger(click); This code seems to be work in Firefox. But when I tried the same in IE8, it does not work. Could any one update me, how to fix this. Thanks in Advance,

[jQuery] Autocomplete: How to prevent multiple queries(url) to the backend when there is no match

2010-01-18 Thread Goblel
I'm trying to use autocomplete to send a query to our backend search engine. This is working very well, howver, we are notcing that when we submit a query for a substring such as foo and there is no match in the results a subsquent query is also been submitted for foobar to the backend. This is

[jQuery] Superfish

2010-01-18 Thread Pini
I'm a beginner developing drupal on mysql. Looking for the easiest way to setup drop down menus, since NICE MENUS seems to disapear for all user's asside from the master user. Is Superfish for me?

Re: [jQuery] JQuery Trigger Event

2010-01-18 Thread Nathan Klatt
On Mon, Jan 18, 2010 at 10:30 AM, ashar udeen asharud...@gmail.com wrote: $('#parent1').trigger(click); This code seems to be work in Firefox. But when I tried the same in IE8, it does not work. Could any one update me, how to fix this. Have you tried just $('#parent1').click()?

[jQuery] Re: Select part of text and add a CSS class

2010-01-18 Thread MorningZ
yes, it indeed is selection = getSelectedText(); if(selection.length = 3) { $(this).html($(this).html().addClass(selected); } to selection = getSelectedText(); if(selection.length = 3) { var $spn = $(span/span).html(selection).addClass (selected); // append/set this '$spn'

[jQuery] $.ajax call doesn't complete on 400 bad request response

2010-01-18 Thread anton
Can't seem to get any response from an ajax call which response is 400 Bad Request $.ajax({ url: url type: GET, dataType: json, success: aj.dataLoaded, error: function() { alert(error);

Re: [jQuery] $.ajax call doesn't complete on 400 bad request response

2010-01-18 Thread Nathan Klatt
On Mon, Jan 18, 2010 at 11:05 AM, anton anton.johans...@gmail.com wrote: Can't seem to get any response from an ajax call which response is 400 Bad Request      $.ajax({               url: url               type: GET,               dataType: json,               success: aj.dataLoaded,    

[jQuery] Re: Select part of text and add a CSS class

2010-01-18 Thread Mircea
Thanx for the code. It does not work to me. I am a newbye is JQuery, please excuse the dumb questions... This is my code and markup: !DOCTYPE HTML PUBLIC -//W3C//DTD HTML 4.01 Transitional//EN http://www.w3.org/TR/html4/loose.dtd; html head script

[jQuery] Re: $.ajax call doesn't complete on 400 bad request response

2010-01-18 Thread anton
success function is not called at all when I receiver error code 400: success: function() { alert(success); }, error: function() { alert(error); }, complete: function() {

RE: [jQuery] new forums used?

2010-01-18 Thread Rick Faircloth
+ 1 Why not have both? (beside possible spammers)... I use the CF-Talk list constantly and it's email- and forum-based. Messages go to both email and the forum. Does the forum have subscribe to this thread capability? What the URL for the forum, anyway? Rick -Original Message- From:

Re: [jQuery] new forums used?

2010-01-18 Thread Octavian Rasnita
From: Nathan Klatt n8kl...@gmail.com On Mon, Jan 18, 2010 at 10:05 AM, Octavian Rasnita orasn...@gmail.com wrote: If some of the users won't like the forum, they would be able to use the mailing lists, while if other users wouldn't want to receive the emails from the mailing list they could

[jQuery] Re: Select part of text and add a CSS class

2010-01-18 Thread MorningZ
it probably is working, but you failed to *do* anything with the generated span tag... that's why i added as a comment: // append/set this '$spn' inside another DOM object On Jan 18, 12:29 pm, Mircea i...@amsterdamsat.com wrote: Thanx for the code. It does not work to me. I am a newbye is

Re: [jQuery] $.ajax call doesn't complete on 400 bad request response

2010-01-18 Thread Nathan Klatt
On Mon, Jan 18, 2010 at 11:05 AM, anton anton.johans...@gmail.com wrote: Can't seem to get any response from an ajax call which response is 400 Bad Request      $.ajax({               url: url               type: GET, Hey, is that missing comma after url a typo? Nathan

RE: [jQuery] new forums used?

2010-01-18 Thread Rick Faircloth
it is easier to use a spammed mailing list than a forum. Yes... I would gladly put up with some spam to keep all messages flowing to my inbox, rather than having to use a forum. I can filter the spam as it arrives... -Original Message- From: jquery-en@googlegroups.com

[jQuery] Re: selected accordion background

2010-01-18 Thread spiderling
bump :-) On Jan 15, 7:13 pm, spiderling webmas...@spiderling.ca wrote: I'm using an accordion which functions perfectly. I was using jQuery 1.2.6 with UI 1.6 and was able to have a different background image displayed when the section was expanded using .selected. I upgraded to jQuery 1.3.2

[jQuery] Re: $.ajax call doesn't complete on 400 bad request response

2010-01-18 Thread anton
A type, sorry, everything works fine without javascript warnings or errors, can seem to get any function to be called after a request which return 400. Just fixed the server so that it returns correct MIME-type application/javascript instead of just text for errors, this wasn't the problem

Re: [jQuery] Re: selected accordion background

2010-01-18 Thread Nathan Klatt
Pasquale, Looks like it no longer sets the class to selected for you; just gotta do it yourself. On Mon, Jan 18, 2010 at 12:31 PM, spiderling webmas...@spiderling.ca wrote: bump :-) On Jan 15, 7:13 pm, spiderling webmas...@spiderling.ca wrote: I'm using an accordion which functions

[jQuery] Re: Select part of text and add a CSS class

2010-01-18 Thread Mircea
I've added $(p).append(spn) It ads only the text spn at the bottom of the text. I probably did not used the append function right to pass the variable to p. Thanx

[jQuery] Re: Select part of text and add a CSS class

2010-01-18 Thread MorningZ
the variable name/reference is $spn so it would be: $(p).append($spn); your line of $(p).append(spn) does exactly what you told it to do :-) On Jan 18, 2:34 pm, Mircea i...@amsterdamsat.com wrote: I've added $(p).append(spn) It ads only the text spn at the bottom of the text. I

[jQuery] coda slider nested in an accordion

2010-01-18 Thread sbansak
Hello! I am fairly new to javascript and I could use some help debugging something. . .I created a page with a working accordion, but then I added a coda slider to one of the accordion tabs, and now the accordion does not work properly. . . I've been using firebug to debug, but I can't figure

[jQuery] Re: Select part of text and add a CSS class

2010-01-18 Thread Mircea
Thanx a lot Morning. It does work this way All the best!

[jQuery] click action effect/problem

2010-01-18 Thread Legostrat
Hey, I've got a toolbar on the bottom of my website, and I've got it to where a user clicks on a div tag, and it reveals another div tag, which contains the content described in the previous div. So if a person clicks on the div with share in it, a hidden div is revealed containing links to

[jQuery] Re: click action effect/problem

2010-01-18 Thread MorningZ
Hope this helps put you on the path http://jsbin.com/ejuga3 (run) http://jsbin.com/ejuga3/edit (edit) Event Delegation = awesome knowledge to have http://www.learningjquery.com/2008/03/working-with-events-part-1 On Jan 18, 4:07 pm, Legostrat legost...@gmail.com wrote: Hey, I've got a

[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

[jQuery] Re: click action effect/problem

2010-01-18 Thread Scott Sauyet
On Jan 18, 4:07 pm, Legostrat legost...@gmail.com wrote: div id=button    Click here       div id=submenu        option 1        option 2       /div /div So, when you click on the button div, it reveals the sub-menu div. The problem is that when you click on the content within the

[jQuery] Re: JQuery and AJAX Heartbeat question

2010-01-18 Thread Scott Sauyet
On Jan 18, 4:25 pm, mind01 mindproduction...@gmail.com wrote: 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? Probably not. AJAX is just

[jQuery] Re: Select part of text and add a CSS class

2010-01-18 Thread Scott Sauyet
On Jan 18, 11:46 am, Mircea i...@amsterdamsat.com wrote: Yes, I want to be able to select a part of the text and add a span to it. Can this be done? It's a very difficult problem to solve in the general case. Imagine this markup: pIt's a strongvery difficult problem/strong

[jQuery] Re: 14 Days of jQuery - Donation for free ebook

2010-01-18 Thread Amos King
Did you ever hear back about this? I'm in the same boat. On Jan 13, 11:06 am, Peter Duerden peterduer...@gmail.com wrote: I made adonationvia PayPal that qualifies to receive a random free ebook (seehttp://jquery14.com/donate). Just wondering how/when I would hear about obtaining the book? Of

[jQuery] Re: 14 Days of jQuery - Donation for free ebook

2010-01-18 Thread Amos King
It says Jan 19 books will be distributed. On Jan 13, 11:06 am, Peter Duerden peterduer...@gmail.com wrote: I made adonationvia PayPal that qualifies to receive a random free ebook (seehttp://jquery14.com/donate). Just wondering how/when I would hear about obtaining the book? Of have I jumped

[jQuery] Re: Open/Save as dialog box

2010-01-18 Thread Scott Sauyet
On Jan 18, 11:27 am, m.ugues m.ug...@gmail.com wrote: Is there a way to catch the event when the browser open to the user the classical Open/ Save as dialog box?http://qpack.orcanos.com/helpcenter/Images/openSave.png I need to do something when the dialog is shown. I don't know for sure,

[jQuery] (validate) (remote) How to check a returning user without locking the submission?

2010-01-18 Thread PhilY
Hi there. I'm working on a quiz where you can submit another time your answers (yes, I want them to win ;-). But if you do so, I'd like to display a warning that tells you that you have already submitted and that your new submission will erase the previous one. I've used the remote feature on the

[jQuery] XPath Selectors / Custom Selectors - Error?

2010-01-18 Thread k
In the list at http://docs.jquery.com/DOM/Traversing/Selectors#XPath_Selectors, shouldn't :eq(0) and :nth(0) Selects the Nth element... be :eq(N) and :nth(N)?

[jQuery] [mcDropdown] Enhancement Request

2010-01-18 Thread Jerry
Howdy... The GivaInc.com site says that the devs monitor this list for stuff and they don't give out their emails anywhere on the site. So... The mcDropdown is great but needed a little push from me in order to get the field to display properly on a form with labels to the left of the field

[jQuery] (validate) plugin

2010-01-18 Thread PhilY
Hi there. I'm working on a quiz where you can submit another time your answers (yes, I want them to win ;-). But if you do so, I'd like to display a warning that tells you that you have already submitted and that your new submission will erase the previous one. I've used the remote feature on the

[jQuery] Re: Sort options in select.

2010-01-18 Thread Scott Sauyet
On Jan 18, 3:52 am, NMarcu marcu.nico...@gmail.com wrote:     What's the best way to sort options in select. I found a jquery plugin sortOptions(), but if I have options: Address 1, Address 2, Address 3, Address 100, Address 200 , will be sort like this: Address 1, Address 100, Address 2,

[jQuery] Re: Select part of text and add a CSS class

2010-01-18 Thread Scott Sauyet
On Jan 18, 4:55 pm, Scott Sauyet scott.sau...@gmail.com wrote: pIt's a         strongvery /strong typo: strongdifficult /strong -- Scott

[jQuery] Re: $.ajax call doesn't complete on 400 bad request response

2010-01-18 Thread anton
I see now I misunderstood the complete functionality of JSONP, no XMLHttpRequest is made at all, and as a result it's not possible to control HTTP headers. In my case a script like: script type=text/javascript src=http://localhost:9998/search/jonas? callback=jsonp1263842210822 /script is injected

Re: [jQuery] Re: Superfish - Arrows don't display on dropdown

2010-01-18 Thread Charlie
without seeing a link it sounds like path problems. Use firebug Net tab to see if everything is loading initialsbr wrote: Also, it appears that the menu works fine on the home page but not on any of the individual pages. Any suggestions there? On Jan 17, 7:57pm, initialsbr

[jQuery] Re: Drive jQuery plugin: a new kind of DOM builder

2010-01-18 Thread lfortin
Hi Kevin, Thanks a lot for your suggestion. If you say that it would improve performance, I can try this way of inserting missing elements with a single 'append'. Also, do not hesitate if you have any other recommendation or comment. -Laurent On Jan 17, 11:58 am, Kevin Dalman

[jQuery] Animation for cloned elements

2010-01-18 Thread Andy789
Hi All, I am trying to clone an element and add it with some animation efects. something like $item.clone(true).appendTo($list).slideDown(slow); It adds an element correctly, but I cannot get any effects working (tried fadeIn etc). What am i doing wrong? Thanks

[jQuery] Mixing jsTree with jqueryUI draggable and droppable

2010-01-18 Thread John Arrowwood
I'm trying to create a tight integration between two trees and a 'desktop' on which are floating elements (cards). I need to be able to: * drag and drop a tree node to the 'desktop' to 'open' the card that the node represents * drop a tree node onto an open card in order to create a relationship

Re: [jQuery] Animation for cloned elements

2010-01-18 Thread John Arrowwood
Is the item you are cloning already visible? If so, there is nothing for 'slideDown' to do. After you clone, but before you append, make it so that it is not visible (by whatever means is most appropriate), and see if that solves the problem. On Mon, Jan 18, 2010 at 3:28 PM, Andy789

[jQuery] Re: click action effect/problem

2010-01-18 Thread Legostrat
Thanks guys!

[jQuery] Re: click action effect/problem

2010-01-18 Thread Legostrat
I'd like to thank you guys again for the quick response, but for some reason, both methods aren't working. With the first method, when you click on the containing div, in this case #twitter, it reveals the div with the content, #flwtwitter. However, when you click on it a second time it tries

[jQuery] jQuery 1.4 upgrade + env.rhino.js + blue-ridge

2010-01-18 Thread Ross K
We'd like to move to jQuery 1.4 but we're being held up by compatibility issues in our javascript spec suite. The specs use the blue-ridge framework which leverages jQuery, Screw.Unit and env.rhino.js to run enable them to run on command line. As far as I can tell, Blue Ridge uses Envjs to set

[jQuery] Re: Validation on a Modal form does not work

2010-01-18 Thread IntelliCAD
We have a similar problem. When trying to validate the modal dialog box decides its tired and goes away. Not sure how to do validation on the form without it disappearing... On Jan 7, 10:39 am, Elan Noy elan...@gmail.com wrote: I have amodalform that I want to validate. Themodalis based on the

[jQuery] Re: UI dialog uses old data

2010-01-18 Thread Lestat
I'm assuming you are submitting via $.ajax() .post. I ran into this same problem, even using dialog('destroy'). What I found is, you do destory the dialog, yet the form seems to remain in memory resulting in two of the same forms submitting. I spent 3 days trying to figure this out but here is the

Re: [jQuery] JQuery and AJAX Heartbeat question

2010-01-18 Thread brian
Put this near the top of your PHP script: set_time_limit(0); The expected value is integer seconds. A value of 0 disables the time limit altogether. On Mon, Jan 18, 2010 at 4:25 PM, mind01 mindproduction...@gmail.com wrote: Hi there, I have a PHP script called zip.php to generate a zip file.

Re: [jQuery] Re: Validation on a Modal form does not work

2010-01-18 Thread Nathan Klatt
On Jan 7, 10:39 am, Elan Noy elan...@gmail.com wrote: I have amodalform that I want to validate. Themodalis based on the simplemodalplugin and thevalidationis based onvalidationplugin. Thevalidationworks well on a regular (nonmodal) form. ANy ideas?  script type=text/javascript            

[jQuery] Simple .html problem in 1.4

2010-01-18 Thread Bruce MacKay
Hi folks, The following function works fine in jQ1.3, but not in jQ1.4 function getArchive(pID){ $.get(scripts/ajax_editor.asp?id=getArcepID=+pID+q= + new Date().getTime(), function(responseText){ //console.log(responseText);

Re: [jQuery] After donating how do I download a book title?

2010-01-18 Thread Brett Ryan
My apologies, I'm sure that was not on there when I made the donation as I did read the whole page. -Brett 2010/1/17 Nicolai Constantin Reuschling codeblog...@gmail.com Brett, have you even read the website: http://jquery14.com/donate The jQuery Project will send you an email with