[jQuery] Re: Ajax links not working

2008-01-11 Thread Steve Brownlee
Because the newly inserted link IDs are not in the root DOM. You need to use this tool to properly identify any elements added after the page load http://brandonaaron.net/docs/livequery/ On Jan 11, 12:57 pm, 700lbGorilla <[EMAIL PROTECTED]> wrote: > Still confused as to why this isn't working,

[jQuery] Re: don't get it: how to pass a variable to a callback function

2008-01-11 Thread Steve Brownlee
Why not just make the showResponse() function an inner, anonymous function of onSuccess()? var options = { success: function() { jQuery('div#adv_content').load('inc/ de.application.adv.inc.php?page='+pageNumber); } url: 'inc/application.adv.func.php' } O

[jQuery] Re: New jQuery release, but what about documentation

2007-12-17 Thread Steve Brownlee
I know I would help, but it's hard to volunteer to update documentation for a library when you have no idea what you're documenting. In order for one of us to actually update the documentation on the API site or the Wiki, we'd have to be provided that documentation as we have no idea what the cha

[jQuery] Re: jqGrid update

2007-11-12 Thread Steve Brownlee
Fantastic job, Tony. I already know where I can use this. On Nov 12, 5:59 am, Tony <[EMAIL PROTECTED]> wrote: > Just now I have updated the jqGrid. > The news are: > - Row editing > - From now jqGrid can accept XML and JSON data with arbitrary > structure using a xmlReader and jsonReader. > > De

[jQuery] Re: EXTjs and Jquery

2007-10-04 Thread Steve Brownlee
Brook: Yes, and it's a match made in heaven because jQuery is, in my opinion, unmatched at DOM traversing, event handling and element manipulation. Ext, as you notice when you're drooling, is by far the best framework for making things pretty. As for working together, as long as you download the

[jQuery] Re: Packed version of BlockUI?

2007-10-04 Thread Steve Brownlee
but move to jqModal for future > projects. > > Thanks for invalidating a half day's work Steve! > > :)-Original Message- > From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On > > Behalf Of Steve Brownlee > Sent: Wednesday, October 03, 2007 10:33 A

[jQuery] Re: ajaxCFC and CF8

2007-10-04 Thread Steve Brownlee
I'll chime in on this topic as well. The Javascript objects that are available in CF8 are, as Rey said, simplistic and for people who need a neat little widget in their application. I am still heavily reliant upon ajaxCFC because I use the Ext library with the jQuery adapter. For advanced AJAX d

[jQuery] Re: AjaxCFC

2007-10-03 Thread Steve Brownlee
Brook: Your post is just vague enough to not be answerable. What exactly do you mean by calling object? Do you mean the function inside which you make the $.AjaxCFC() call? Do you mean the the arguments - and their values - passed via the data property of AjaxCFC? A code snippet would really

[jQuery] Re: Packed version of BlockUI?

2007-10-03 Thread Steve Brownlee
Andy, check out jqModal http://dev.iceburg.net/jquery/jqModal/ On Oct 3, 10:01 am, "Andy Matthews" <[EMAIL PROTECTED]> wrote: > I'm in need of a simple page overlay, which I'll be using to display help > messages. I found BlockUI, but it's 15k. Is there a packed version of it, or > a simpler ver

[jQuery] Re: Child elements

2007-10-03 Thread Steve Brownlee
pectively. > > --Karl > _ > Karl Swedbergwww.englishrules.comwww.learningjquery.com > > On Oct 2, 2007, at 4:58 PM, Steve Brownlee wrote: > > > > > jQuery has finally managed to make me feel stupid. I've been using it > > a while and never had any problems, until today. > >

[jQuery] Child elements

2007-10-02 Thread Steve Brownlee
jQuery has finally managed to make me feel stupid. I've been using it a while and never had any problems, until today. What's the proper way to specify the 'acc-ct' div inside NoteModalDialog? So far I've tried... $("#NoteModalDialog").find("#acc-ct") $("#NoteModalDialog #x-dlg-bd #x-dlg-tab #a