[jQuery] Re: Creating custom attributes in html

2009-04-15 Thread JBeckton
I was using custom attributes, I just discovered that when using live () to bind events to HTML elements coming in via AJAX would mysteriously stop working. I searched around the bugs DB and found that it was the custom attributes I was using to select the elements to bind to that was causing

[jQuery] Re: Managing scripts in AJAX applications

2009-04-10 Thread JBeckton
through url'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

[jQuery] Re: Managing scripts in AJAX applications

2009-04-10 Thread JBeckton
...are you talking about sharing variables?  If so, then how do you currently get around send one variable and its value from one function to another? Thanks, Rick -Original Message- From: jquery-en@googlegroups.com [mailto:jquery...@googlegroups.com] On Behalf Of JBeckton Sent

[jQuery] Re: Managing scripts in AJAX applications

2009-04-10 Thread JBeckton
(){ loadAjax() }); } That's not an actual implementation, more of a pseudo-code to illustrate the idea. On Apr 9, 7:30 pm, JBeckton jbeck...@gmail.com wrote: Hey... I am using ColdFusion as well on the FuseBox Framework. I have somewhat of a slick way to handle the js resources

[jQuery] Re: Managing scripts in AJAX applications

2009-04-09 Thread JBeckton
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