[jQuery] Re: css on dynamic table row

2009-08-05 Thread Stefano
be back home. On 3 Aug., 18:17, dealkk wrote: > can you give me full working example? > > This is what i try. The dummy td did apply css style ,but all dynamic > td are not apply css style. > > > dummy >  [row append dynamiccly] >   > > On Aug 2, 6:54 pm, Stefano

[jQuery] Re: Select tags within a string using jQuery

2009-08-02 Thread Stefano
try regular expressions http://www.w3schools.com/jsref/jsref_obj_regexp.asp http://www.w3schools.com/js/js_obj_regexp.asp or http://www.regular-expressions.info/javascript.html http://www.regular-expressions.info/javascriptexample.html maybe it helps ;) On 2 Aug., 21:13, cohq82 wrote: > Hi all

[jQuery] Re: css on dynamic table row

2009-08-02 Thread Stefano
this is a more css problem than a jquery problem. you have to make the right order in your css and use right selector. i had the same problem. td.td-class div a { /*some styles*/ } a.active:hover { /*some styles such as background-image dondt wordek but border worked. in my case dont worked on dy

[jQuery] Re: $.ajax bug ?!? Maybe i've not understand somethings ....

2009-01-30 Thread Stefano Corallo
someone else's code without inspection ;) > > On Jan 30, 4:34 pm, Stefano Corallo wrote: > > > On 30 Gen, 19:25, Ricardo Tomasi wrote: > > > > We can't access the success function of the $.ajax call without > > > messing with jQuery source code

[jQuery] Re: $.ajax bug ?!? Maybe i've not understand somethings ....

2009-01-30 Thread Stefano Corallo
ment to the callback > function. In the example I posted: > > jsonFlickrFeed = function(data){ //do something with data }; > i've tried but data is always undefined,take a look: http://jsbin.com/ajimu/edit > On Jan 30, 7:28 am, Stefano Corallo wrote: > > > On 28 Gen, 17:03,

[jQuery] Re: $.ajax bug ?!? Maybe i've not understand somethings ....

2009-01-30 Thread Stefano Corallo
On 28 Gen, 17:03, Ricardo Tomasi wrote: > It isn't possible to have error/success callbacks for JSONP. You can't > cancel the request either. Once you add a

[jQuery] Re: $.ajax bug ?!? Maybe i've not understand somethings ....

2009-01-28 Thread Stefano Corallo
ed (timeout or not). In your example you've defined a function before the $.jsonp call (the jsonFlickrFeed) and added in the url of the request ... why the success function is not working? I've forgotten something? Thanks. On 28 Gen, 10:15, Stefano Corallo wrote: > Ok perfect :) Many

[jQuery] Re: $.ajax bug ?!? Maybe i've not understand somethings ....

2009-01-28 Thread Stefano Corallo
Anyway thanks a lot. On 28 Gen, 09:23, Stefano Corallo wrote: > thank's i'll give it a try ... stay tuned :D > > On 27 Gen, 22:45, Ricardo Tomasi wrote: > > > Hi Stefano, I think I found a solution. All you need to do is check if > > the callback has been calle

[jQuery] Re: $.ajax bug ?!? Maybe i've not understand somethings ....

2009-01-28 Thread Stefano Corallo
thank's i'll give it a try ... stay tuned :D On 27 Gen, 22:45, Ricardo Tomasi wrote: > Hi Stefano, I think I found a solution. All you need to do is check if > the callback has been called after your specified timeout. If it has > not been called yet, overwrite it with an e

[jQuery] Re: $.ajax bug ?!? Maybe i've not understand somethings ....

2009-01-27 Thread Stefano Corallo
le to do cross domain request but i can't > > control the timeout and i'm wondering about why? > > > On 27 Gen, 12:22, Stefano Corallo wrote: > > > > yes ok but i've set the jsonp option to avoid this problem like > > > explained in > > > &

[jQuery] Re: $.ajax bug ?!? Maybe i've not understand somethings ....

2009-01-27 Thread Stefano Corallo
With the jsonp option i'm able to do cross domain request but i can't control the timeout and i'm wondering about why? On 27 Gen, 12:22, Stefano Corallo wrote: > yes ok but i've set the jsonp option to avoid this problem like > explained in > > http://bob.p

[jQuery] Re: $.ajax bug ?!? Maybe i've not understand somethings ....

2009-01-27 Thread Stefano Corallo
yes ok but i've set the jsonp option to avoid this problem like explained in http://bob.pythonmac.org/archives/2005/12/05/remote-json-jsonp/ that i've found http://docs.jquery.com/Ajax/jQuery.ajax#options i'm wrong? On 27 Gen, 12:06, Mike Alsup wrote: > > In this case the execution stop beca

[jQuery] Re: $.ajax timeout and trouble with Microsoft IIS 6

2009-01-27 Thread Stefano Corallo
maybe an $.ajax bug like explained in : http://groups.google.it/group/jquery-en/t/b75f222ac0a68bb2?hl=it On 23 Gen, 09:48, Stefano Corallo wrote: > the cache:false option not work. :( > > On 22 Gen, 20:10, jay wrote: > > > Perhaps the cache:false option is necessary? It a

[jQuery] $.ajax bug ?!? Maybe i've not understand somethings ....

2009-01-27 Thread Stefano Corallo
Hi all, with refer at this previous post http://groups.google.it/group/jquery-en/browse_thread/thread/48725e45d59f1481?hl=it i've investigate and debugging version 1.3.1 of jquery i've notice that in the ajax function (line 3278): // If we're requesting a remote document

[jQuery] Re: $.ajax timeout and trouble with Microsoft IIS 6

2009-01-23 Thread Stefano Corallo
> explain the descrepency between apache and iis. > > On Jan 22, 11:55 am, Stefano Corallo wrote: > > > Hi all, > > > i've a client side scrit that do a request to a server the server > > sleep for a 10 seconds and the respond, in the client side script i > >

[jQuery] Re: $.ajax timeout and trouble with Microsoft IIS 6

2009-01-22 Thread Stefano Corallo
wrote: > Perhaps the cache:false option is necessary? It adds a timestamp to > the end of the querystring.  The browser may be caching the request > and therefore not showing potential errors.  But then that wouldn't > explain the descrepency between apache and iis. > > On Jan 22, 11:

[jQuery] $.ajax timeout and trouble with Microsoft IIS 6

2009-01-22 Thread Stefano Corallo
Hi all, i've a client side scrit that do a request to a server the server sleep for a 10 seconds and the respond, in the client side script i setup the timeout option at 1 second (1000) and i want to catch the error thrown (like explained all around the web :) ) a bit of code explain better: //

[jQuery] call a php function with onclick

2008-10-21 Thread stefano
/index.php/Action_buttons please some easy tutorial to solve it :) Ciao Stefano

[jQuery] Re: Taconite,tables cellspacing and cellpadding in IE6

2007-09-10 Thread Stefano Griggio
Thanks a lot Mike. Stefano

[jQuery] Taconite,tables cellspacing and cellpadding in IE6

2007-09-09 Thread Stefano Griggio
Hi. In this taconite ... the attributes cellspacing and cellpadding are not working with IE6. With Firefox they work correctly. Thanks, Stefano.

[jQuery] Re: Concurrent Ajax request

2007-05-17 Thread Stefano Sala
Forget my request. It is a .Net problem. Tnx Stefano

[jQuery] Re: Concurrent Ajax request

2007-05-16 Thread Stefano Sala
Noone? :( here is a screenshot with the issue: http://ste.spa.it/upload/Immagine.png the second post wait until the first finished... Tnx in advance!! Stefano On 15 Mag, 16:04, Stefano Sala <[EMAIL PROTECTED]> wrote: > Maybe it's a firefox limit?

[jQuery] Re: Concurrent Ajax request

2007-05-15 Thread Stefano Sala
Maybe it's a firefox limit?

[jQuery] Concurrent Ajax request

2007-05-15 Thread Stefano Sala
true, error: function () { RichiestaCompleta(0, null, rilancia) }, success: function (XML) { RichiestaCompleta(1, XML, rilancia) }, data: { IdAsta: idAsta, Timeout: pTimeoutServer }, timeout: 1, type: 'POST' }); } can anybody help? Thanks!! Stefano