Jeff,

My suspicion is that ColdFusion is writing a lot of javascript to handle the 
cfdiv functionality. Your element that is requiring a jQuery plugin to do its 
thing can’t do so because another event is already bound to it. It would be 
necessary to unbind this event from this element and then bind your jQuery 
method to it. However, this will have the result of breaking the cfdiv 
functionality.

Just my guess, maybe some others have some more useful input.

Thank you,

Troy Jones
Technical Manager
Third Wave Digital
1841 Hardeman Ave.
Macon, GA 31201
t...@thirdwavedigital.com<mailto:t...@thirdwavedigital.com>
www.thirdwavedigital.com<http://www.thirdwavedigital.com>

From: ad...@acfug.org [mailto:ad...@acfug.org] On Behalf Of Jeff Howard
Sent: Wednesday, August 20, 2014 9:36 PM
To: discussion@acfug.org
Subject: [ACFUG Discuss] jQuery table not working inside a cfdiv

I have a simple dropdown that populates a cfdiv with the results in a sortable 
jQuery table format. The table works fine outside of the cfdiv but inside the 
cfdiv the sort function breaks.

Any ideas?

Thanks,
Jeff

Reply via email to