[_] jQuery losing the scope!
jean-paul Gorman
underscore at firecast.co.uk
Wed Dec 9 12:28:28 GMT 2009
I found the problem I was running into was that javascript was running my event trigger function before the ajax response was being noted (thanks Jon). I got around this by passing the results of the ajax call into a callback function which then goes onto initialise the trigger event and feed in the results of the ajax test. hopefully this may help someone else down the road. You can view the plugin code here : http://pastie.org/735267 Cheers JP