[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 thin

[jQuery] Re: Managing scripts in AJAX applications

2009-04-10 Thread JBeckton
;   if ($.fn.tabs) loadAjax(); >   else $.getScript('/path/to/tabs', function(){ loadAjax() }); > > } > > That's not an actual implementation, more of a pseudo-code to > illustrate the idea. > On Apr 9, 7:30 pm, JBeckton wrote: > > > Hey... > > &

[jQuery] Re: Managing scripts in AJAX applications

2009-04-10 Thread JBeckton
two functions...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...@

[jQuery] Re: Managing scripts in AJAX applications

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

[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