Hi I am using cfdiv but it is having one impedimen...
# cfml-general
u
Hi I am using cfdiv but it is having one impediment I am trying to use jquery ui sortable but it is not working in the file which is being used in cfdiv When I remove cfdiv tag and use cfinculde then it works Any work around for it becasue I want to use cfdiv
j
Why do you want to use cfdiv? Here is an old post from Ray that shows a cfdiv example and how to do the same thing using JQuery: https://static.raymondcamden.com/cfuitherightway/cfdiv/index.html
u
Becasue I am using ColdFusion navigate to refresh the page
m
Even though i don't support using any of the CF - UI Components... how about you explain to us how it is not working... I am guessing it has to do with something to do with maybe jquery not initializing the files maybe the look at the developer console - network tab and see if there are any lost network connections.
u
Console is showing no error jquery initializing very correctly
g
I hate to beat a dead horse, but I would think about abandoning the cf ajax stuff soon- it getting so out of date that the browsers may soon not support it. Best of luck solving the issue.
u
I finally replaced with jquery
🙌 1