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
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.
>
>
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
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
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
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
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
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
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
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
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,
11 matches
Mail list logo