Ok, just a recap.
I needed jquery 1.8.x for some calender stuff. That broke the 
initSortable,detachLibraryItem & deleteLibraryItem in farcryForm.cfm.
I ended up having to use 
$j('##' + id + '-library-wrapper li').map(function(){return $j(this).attr(
'serialize')}).get();
You get the array of value from the attribute 'serialize' in the farcryForm 
functions.
Once I had that in place I discovered it wasn't working again :( even 
though I'd tested it fine in jsfiddle.
Found a reference to tinyMCE breaking the attr function in jQuery 1.7.2.
I updated tinyMCE to 3.5.4.1 and now all works a treat.

Ergo Farcry 6.2.10, Jquery 1.8.2 and tinyMCE 3.5.4.1

Phil



-- 
You received this message cos you are subscribed to "farcry-dev" Google group.
To post, email: [email protected]
To unsubscribe, email: [email protected]
For more options: http://groups.google.com/group/farcry-dev
--------------------------------
Follow us on Twitter: http://twitter.com/farcry
--- 
You received this message because you are subscribed to the Google Groups 
"farcry-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to