2009/4/30 Steven Garcia :
>
> 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 else run into t
Hello
I have been trying make a sortable list that sorts elements among different
unordered lists and sends the data to a script to update the order in a a
database. The problem I'm having right now is that the get request is only
sending the data from the that the element is dropped into.
i'm stuck on a pretty basic concept.
on hovers of a's, i'm trying to load an element from another page by
url and id into a display div. i'm trying to get those 2 bits of info
from the triggering a. i'm close: the product matches a hard coded
string, but doesn't load (the way the hard coded vers
thank you all for the answers... basically I will have to work with
the callbacks! ;-)
On Nov 15, 3:31 pm, Wagner <[EMAIL PROTECTED]> wrote:
> Hey friends... of course when I say about stop the flow of code, I
> mean to stop the flow of code that called the window, the flow would
&g
modal window... like "call a function"
ex:
var a = 2;
var b = a + 2;
CallWindow();
// I don't want etc() to be executed until I close the window :-)
etc();
etc2();
c = a + b;
etc...
On Nov 15, 1:22 am, Brice Burgess <[EMAIL PROTECTED]> wrote:
> Wagner,
>
> Javascript&
Is it possible to make a window like jqModal, etc, etc, BUT WITH A
REAL MODAL way of work?
I mean the flow of code must STOP until the window be closed! Does
it exist?
Hi,
I certainly do like jQuery a lot. Doing it unobtrusively in this case
could be tricky though. To re-load only part of the page, you really
want AJAX, which inherently requires javascript, for the most part.
There is an exception, though: you culd be to put the module within in
iFrame. This wa
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 s
> 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 you
>
> 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
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 on
2007/6/17, Sean Catchpole <[EMAIL PROTECTED]>:
On 6/17/07, Robert Wagner <[EMAIL PROTECTED]> wrote:
> it (the link you mentioned) behaves _strange_ in safari. (2.0.4) it
> hangs a few seconds an then it shows the tabs (sometimes).
> -robert
I'll try to look into thi
it (the link you mentioned) behaves _strange_ in safari. (2.0.4) it
hangs a few seconds an then it shows the tabs (sometimes).
-robert
2007/6/17, Sean Catchpole <[EMAIL PROTECTED]>:
Phew, I finally finished getting the bugs out, so it's ready for
release. What you say? Why it's idTabs of cours
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 yo
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]>:
O
ecial proxy server... nice idea
-robert
-Shaun
On Apr 2, 2:41 pm, "Robert Wagner" <[EMAIL PROTECTED]> wrote:
> 2007/4/2, Shaun Kester <[EMAIL PROTECTED]>:
>
>
>
> > Hi everyone,
>
> > I was wondering if anyone had made progress on using jQu
2007/4/2, Jörn Zaefferer <[EMAIL PROTECTED]>:
Hi folks,
I'm trying to solve a severe performance issue I'm experiencing in an
enviroment that heavily uses incremental page rendering. I have several
parts on one page that are basically independent, but to apply any
JavaScript to one of those pa
2007/4/2, Shaun Kester <[EMAIL PROTECTED]>:
Hi everyone,
I was wondering if anyone had made progress on using jQuery on the
server side. I'm a Visual Foxpro programmer (yeah, I know MS
discontinued it) and regularly pull the HTML of a page down to a file
or variable to process. What I'd like t
18 matches
Mail list logo