[jQuery] Re: jqModal +r14 updated

2009-08-31 Thread Robert Wagner
2009/4/30 Steven Garcia stevendgar...@gmail.com: I cant seem to get jQuery's live function working with this at all. I tried all variations possible, including dmitri's suggestion The modal does indeed pop up, but instead of loading the ajax content, I get redirected to that URL. Anyone

[jQuery] Re: Detect session timeouts in ajax calls

2007-10-10 Thread Robert Wagner
I already blogged about 2 straightforward approaches: http://blog.pengoworks.com/blogger/index.cfm?action=blog:605 And example code: http://www.pengoworks.com/workshop/jquery/session_expired_example.cfm All of this is pretty easy to integrate into your site's JS framework so it's handled

[jQuery] Re: Detect session timeouts in ajax calls

2007-10-10 Thread Robert Wagner
Robert, I already blogged about 2 straightforward approaches: http://blog.pengoworks.com/blogger/index.cfm?action=blog:605 And example code: http://www.pengoworks.com/workshop/jquery/session_expired_example.cfm All of this is pretty easy to integrate into your site's JS framework

[jQuery] Re: Detect session timeouts in ajax calls

2007-10-10 Thread Robert Wagner
2007/10/10, Dan G. Switzer, II [EMAIL PROTECTED]: Actually if you use the 403 - Forbidden HTTP response status code, then it should trigger the ajaxError() event: http://docs.jquery.com/Ajax/ajaxError#callback This means you could really easily add a check to see if the status code

[jQuery] Re: Speed issues when using jQuery on webapp

2007-10-04 Thread Robert Wagner
2007/9/13, Flesler [EMAIL PROTECTED]: My opinion.. Live Query is a great plugin, but it's not the fastest way to do that (although it is the safest, easiest, cleaniest). All the work I made on tables, I solved it using event delegation. Instead of binding, unbinding, rebinding, bind once to

[jQuery] Re: help! imagebox disaster - website crashes safari

2007-06-13 Thread Robert Wagner
2007/5/15, Klaus Hartl [EMAIL PROTECTED]: Look for occurences of $(elem).hmtl('...'). This causes Safari to crash for me as well. You have to replace it with $(elem)[0].innerHTML = '...' If you're using jQuery 1.1.2 that is. That should be fixed with the latest version. wow. just found

[jQuery] Re: jQuery cross-site AJAX-style loading

2007-04-12 Thread Robert Wagner
i see: jQuery XS AJAX Plugin Demo output of script #1: i=14 output of script #2: j=49 1. start sequence 2. end sequence line 2+3 are continuesly counting up after a short display: script x loaded safari 2.0.4 tiger ppc cheers, robert 2007/4/12, Ralf S. Engelschall [EMAIL PROTECTED]: On