我正在尝试将一些具有各种 ColdFusion UI 标签的代码转换为 jQuery。我必须制定一个迁移计划。目前这就是我所拥有的
Tag Replacement
CFApplet ???
CFCalendar http://jqueryui.com/datepicker/
CFChart http://stackoverflow.com/questions/1201098/jquery-charting
CFForm too many to list
CFGrid http://stackoverflow.com/questions/5622716/choosing-a-jquery-datagrid-plugin
CFMap ???
CFProgressBar http://jqueryui.com/progressbar/
CFSlider http://jqueryui.com/slider/
CFTextArea (rich edit) ???
CFToolTip http://jqueryui.com/tooltip/
CFTree http://stackoverflow.com/questions/1710114/jquery-tree-plugin
CFWindow http://jqueryui.com/dialog/
一些ColdFusion 标签,如cfapplet 和cftextarea 似乎没有简单的对应替换。我特别关心cfmap和cftextarea。有与这些相对应的 jQuery 东西吗?