Jim

Results 7 comments of Jim

I'll investigate this and let you know what I find.

I apologize for the delay on getting this fixed. One possible work around is to pass your save method in as a closure: ``` $('#test').on('click', function(){ $('#a').data('jqScribble').save(function() { alert('saveA'); });...

Thanks for the heads up. I'll check it out.

Wouldn't you just pass a slash for the root directory? ``` php $lib->metadata('/'); ```

I was wondering how long it would be before someone brought this up. I'm not sure when I will be able to add this. I do plan on it but...

I'm trying to figure out if there is a difference between passing a string with a slash vs not passing anything. ``` php $lib->metadata('/'); $lib->metadata(); ``` If these two calls...

If you're going to use another library I recommend the official dropbox API instead. https://www.dropbox.com/developers/core/sdks/php