[jQuery] Re: Toggle Help

2009-10-20 Thread Etienne Robillard
false > }); > return false; > }); > }); > > > > Thanks, > > Dave > - -- Etienne Robillard Green Tea Hackers Club <http://gthc.org/> Blog: <http://gthc.org/blog/> PGP Fingerprint: 178A BF04 23F0 2BF5 535D 4A57 FD53 FD31 98D

[jQuery] Re: getJSON flicker works but not mine -- URGENT HELP

2009-06-25 Thread Etienne Robillard
"modified": "2009-06-25T17:40:33Z", > "generator": "http://www.flickr.com/";, > . > . > . > } > > but the callback never fires. > > Any other ideas? > > > Etienne Robillard-3 wrote: >> >>

[jQuery] Re: getJSON flicker works but not mine -- URGENT HELP

2009-06-25 Thread Etienne Robillard
?"">http://include.classistatic.com/include/c3js/classifieds/rel1/auto2/a/p10.js?jsoncallback=?"</a>;, > > //$.getJSON("<a rel="nofollow" href="http://api.flickr.com/services/feeds/photos_public.gne?tags=cat&tagmode=any&format=json&jsoncallba

[jQuery] Re: jquery-ui dialog and ajax issues updating from 1.2.6 to 1.3.2

2009-06-24 Thread Etienne Robillard
one by one add the other scripts in and check whether there are > errors. This will closer pinpoint the cause of the issue. > > On Jun 23, 4:35 am, Etienne Robillard > wrote: >> I retried and it's still grokking loudly: >> >> http://gthc.org/tm_api-2.0/demo.html

[jQuery] Re: jquery-ui dialog and ajax issues updating from 1.2.6 to 1.3.2

2009-06-23 Thread Etienne Robillard
-2.0/src/ajax.js I have find no use yet for the 'xhr' param, is this now required in jquery 1.3.X ? Best regards, Etienne Etienne Robillard wrote: > Thanks! > > I'll upgrade to jQuery UI 1.7+ and retry.. :D > > Best regards, > Etienne > > > Cesar San

[jQuery] Re: jquery-ui dialog and ajax issues updating from 1.2.6 to 1.3.2

2009-06-22 Thread Etienne Robillard
: '#000', >> opacity: 0.5 >> }, >> buttons: { >> "It's all good, add my comment please." : function() { >> $(this).dialog('close'); >> }, >> Cancel: function() { >> $(this).dialog('close'); >> } >>

[jQuery] jquery-ui dialog and ajax issues updating from 1.2.6 to 1.3.2

2009-06-22 Thread Etienne Robillard
} //open }); $(commentHTMLDialog).dialog('open'); return false; //$('#'+'commentForm').html('Thanks for your input!'); } else { // found some validation errors for (var x in result) { $('<p class="error">'+'<b>'+x+': <\/b>'+result[x]+'<\/p>').appendTo('#'+'commentForm'); }; }; }, "json"); return false; }); }); -- Etienne Robillard Green Tea Hackers Club <http://gthc.org/> Blog: <http://gthc.org/blog/> PGP Fingerprint: AED6 B33B B41D 5F4F A92A 2B71 874C FB27 F3A9 BDCC