I’m just wondering what this file is that’s pulled in as javascript..
/index.php?ACT=saef
On the page I’m working on (http://whereyouoff.to/index.php/home/index_editable) I have jQuery UI set up to reorder an unordered list. It behaves ok untill I bring in the safecracker form. When you drag an icon around to reorder everything goes wonky. I narrowed it down to that script. When I pull out the reference to it in a static copy of the page the problem is gone (http://whereyouoff.to/index_editable-static.html)
( I’m hoping to use the sortable of the jquery ui to work with safecracker and modify the sort order of my matrix field. Haven’t figure that part out yet tho =)