On Apr 1, 1:39 pm, JMan wrote:
> One thing I have been struggling with is AJAX applications is managing
> the js code that powers them.
>
> For example if you have a page that loads content from an AJAX call to
> the server and that content also has js code associated with it in
> order to functi
This is interesting not sure I would create an entire document with it
but would be fun for certain areas of code.
Personally I try not to create too much of my DOM on the fly with js
as it has it's own set of challenges with accessibility, automated QA
tools and such..
hsjn does make me wonder
: [jQuery] Re: Managing scripts in AJAX applications
It's the transferring variables between functions in separate js files
is the big problem. If the functions are in the same file it's no
problem.
On Apr 10, 5:02 pm, "Rick Faircloth" wrote:
> Look interesting! When
googlegroups.com] On
>
> Behalf Of JBeckton
> Sent: Friday, April 10, 2009 4:05 PM
> To: jQuery (English)
> Subject: [jQuery] Re: Managing scripts in AJAX applications
>
> I feel your pain... The project I am working on could have went faster
> had I not used AJAX so much, B
ry-en@googlegroups.com [mailto:jquery...@googlegroups.com] On
Behalf Of JBeckton
Sent: Friday, April 10, 2009 4:05 PM
To: jQuery (English)
Subject: [jQuery] Re: Managing scripts in AJAX applications
I feel your pain... The project I am working on could have went faster
had I not used AJAX so much, But the
n working for a month trying to get an ajax app finished
> that I could have completed in a day with standard "page-to-page"
> processing, passing variables through url's and session, but I'm
> bound and determined to make this work. I keep writing and re-writing
> th
query...@googlegroups.com] On
Behalf Of Eric Garside
Sent: Thursday, April 09, 2009 7:46 PM
To: jQuery (English)
Subject: [jQuery] Re: Managing scripts in AJAX applications
I put together a pretty basic DOMBuilder tool for this purpose, called
HSJN (HTML Snippet Javascript Notation). You can view/get the source
7;s and session, but I'm
bound and determined to make this work. I keep writing and re-writing
the app as I learn more.
-Original Message-----
From: jquery-en@googlegroups.com [mailto:jquery...@googlegroups.com] On
Behalf Of JBeckton
Sent: Thursday, April 09, 2009 7:31 PM
To: jQuery (Englis
I put together a pretty basic DOMBuilder tool for this purpose, called
HSJN (HTML Snippet Javascript Notation). You can view/get the source
here: http://code.google.com/p/hsjn
It gives you the ability to specify jQuery chains within it's syntax,
and will parse it out into dom nodes you can insert
Hey...
I am using ColdFusion as well on the FuseBox Framework.
I have somewhat of a slick way to handle the js resources, it was
great at first but the more screen/interfaces I have the more
difficult it becomes to manage the js. I basically have a .cfm page
with html and dynamic data with none
Hi, JMan...
Did you get any answers to your questions?
I've been working a lot with jQuery/ajax/ColdFusion
lately. It's all new to me and I've been learning a lot.
Perhaps some of what I've learned may be of use to you.
I haven't been injecting HTML into the DOM of the ajax
calling page, but c
11 matches
Mail list logo