Got it now. Thanks guys for all of the help.
I really appreciate it.
-Steve
>1) in your main page change this:
> $(document).ready(function() {
> $("#accordion").accordion();
> });
>
>to this:
> doAccordion = function() { $("#accordion").accordion(); });
>
>2) make html code in your test.cfm standards-compliant (add doctype,
>html, head, body, etc tags) and then add this as the last line before
>the closing </body> tag:
>
><cfset ajaxonload('doAccordion')>
>
>Azadi
>
>On 13/04/2011 11:09 , Steve Sequenzia wrote:
>>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive:
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:343696
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm