R: [jQuery] Check form before submit with ajax

2009-11-07 Thread Salvatore FUSTO
Use the $.ajax() function: in it among other you can specify a structure of data to pass to your action page -Messaggio originale- Da: BMnt [mailto:bmonter...@gmail.com] Inviato: venerdì 6 novembre 2009 23.29 A: jQuery (English) Oggetto: [jQuery] Check form before submit with ajax I'm

[jQuery] R: [jQuery] datagrid with horizontal scrollbar

2008-09-19 Thread Salvatore FUSTO
jqgrid -Messaggio originale- Da: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] Per conto di Arnold Inviato: venerdì 19 settembre 2008 17.36 A: jQuery (English) Oggetto: [jQuery] datagrid with horizontal scrollbar Hello! I am looking for a lightweight jquery datagrid which also

[jQuery] more on mce + jquery

2008-06-30 Thread Salvatore FUSTO
Hi, i've another problem with mce + jquery: i've to read the content of the textarea transformed in a html editor by mce but either $(#myTextarea).val() or $(#myTextarea).html() always return an empty string. how can i read the textarea content? thanks and regards salvatore

[jQuery] Re: jquery + tinymce

2008-06-28 Thread Salvatore FUSTO
if it matters (think I saw a comment about it somewhere though), but in which sequence do you load the scripts? I load jQuery first and TinyMCE at the end... Good luck! Regards, Mickster On Jun 27, 7:24 pm, Salvatore FUSTO [EMAIL PROTECTED] wrote: Hi all, i'm

[jQuery] Re: jquery + tinymce

2008-06-28 Thread Salvatore FUSTO
just noted: if i use an older version of the editor, 1.240, all is ok. any suggestion? salvatore - Original Message - From: Salvatore FUSTO To: jquery-en@googlegroups.com Sent: Saturday, June 28, 2008 10:13 AM Subject: [jQuery] Re: jquery + tinymce yes, mce and jquery

[jQuery] jquery + tinymce

2008-06-27 Thread Salvatore FUSTO
Hi all, i'm using jquery library in my projects, and it works fine. in my last app, i've to implement a page taht acts as an html editor, so i used the tiny mce library: i have already used tinymce, but this is the first time with jquery, and they seem not to work together. first of all, at

[jQuery] Re: Adobe AIR v1.0 and jQuery Ajax calls

2008-03-03 Thread Salvatore FUSTO
Hi, i tried the following jquery ajax call: function doRequest(){ var myUrl = 'http://192.168.16.72:8500/cfAir/index.cfm'; $.ajax({ type: GET, url: myUrl, async: false, success: function(data){$(div#myDiv).html();$(#myDiv).html(data);}, dataType:

[jQuery] Re: Adobe AIR v1.0 and jQuery Ajax calls

2008-03-02 Thread Salvatore FUSTO
If you use aptana and it's air plugin, it can directly include the jquery library when compling the project; if you define a simple app with an application sandbox , an ajax call $(#myDiv).load(myUrl) invoked by $(document).ready() should work. salvatore - Original Message - From:

[jQuery] Re: Adobe AIR v1.0 and jQuery Ajax calls

2008-03-02 Thread Salvatore FUSTO
I get from using Aptana. Cheers, Dave On Mar 2, 5:15 pm, Salvatore FUSTO [EMAIL PROTECTED] wrote: If you use aptana and it's air plugin, it can directly include the jquery library when compling the project; if you define a simple app with an application sandbox , an ajax call $(#myDiv).load(myUrl

[jQuery] Re: problem with $.ajax()

2007-07-18 Thread Salvatore FUSTO
Hi dan, thaanks for replay. i use ff and fire baug: on my pc, i have this data from the first call: {CONFORMATO:1,COMPLETO:84,99,TAGLIE:[43,45,47,49,51,53,55,57,59,61]}but i remember that on the intranet server i get this object prepended by coldfusion release, etc: cah be this the problem?

[jQuery] Re: ajax api question

2007-07-12 Thread Salvatore FUSTO
Hi, you can also write $.post('test.cgi', params, function(data) { myCallback(data,arg1,...);}); function myCallback()data, arg1,...){...} if you need to pass arguments, other than data, to callback function salvatore - Original Message - From: james_027 [EMAIL PROTECTED] To: jQuery

[jQuery] test

2007-07-12 Thread Salvatore FUSTO
excuse for this test

[jQuery] problem with each() function

2007-07-12 Thread Salvatore FUSTO
Hi, i've a table in which there are a number of cells, of class myCl: these cells are not in all rows; in each of these cells i have one select and one input ; i would retreive for each myCl-classed td the value of the first element, then i think to write:

[jQuery] Re: test

2007-07-12 Thread Salvatore FUSTO
thanks :) - Original Message - From: Aaron Heimlich To: jquery-en@googlegroups.com Sent: Thursday, July 12, 2007 5:46 PM Subject: [jQuery] Re: test You are excused :) On 7/12/07, Salvatore FUSTO [EMAIL PROTECTED] wrote: excuse for this test -- Aaron

[jQuery] Re: slideViewer now works with the toolTip plugin!

2007-06-27 Thread Salvatore FUSTO
great, paisa' salvatore P.S. è che su queste liste sembriamo degli emigrati stile inizio '900 :) - Original Message - From: GianCarlo Mingati [EMAIL PROTECTED] To: jQuery (English) jquery-en@googlegroups.com Sent: Wednesday, June 27, 2007 3:43 PM Subject: [jQuery] slideViewer now works

[jQuery] Re: ANNOUCE: slideView plugin released

2007-06-24 Thread Salvatore FUSTO
salve, secondo me bisognerebbe fare in modo di associare la foto visualizzata al relativo pulsante (disattivandolo o altro): se le foto si scorrono sequenzialmente, uno si ricorda, in caso siano parecchie, dove è arrivato. comunque complimenti: un gran bel utilissimo plugin salvatore -

[jQuery] Re: ANNOUCE: slideView plugin released

2007-06-21 Thread ing. Salvatore FUSTO
Very good, congrats, but... i think a user would know what image is displayed, in term of its number, so i suggest to disable the button of the displayed image salvatore - Original Message - From: GianCarlo Mingati [EMAIL PROTECTED] To: jQuery (English) jquery-en@googlegroups.com

[jQuery] Re: plugin development

2007-04-17 Thread ing. Salvatore FUSTO
http://www-128.ibm.com/developerworks/library/x-ajaxjquery.html - Original Message - From: phpLord [EMAIL PROTECTED] To: jquery-en@googlegroups.com Sent: Tuesday, April 17, 2007 7:55 PM Subject: [jQuery] plugin development Hi; do you know any guide about plugin development except