Georgi Naplatanov
Georgi Naplatanov
Hi, I have 2 div elemets with images and I want to remove and add colorbox for these divs separately. I would be happy if there is something like $.colorbox.remove('selector')...
I also would like this feature to be implemented.
Hi @singulared, thanks for the link!
@singulared, sure, but I think that it'll be a good idea this possibility for custom error handler to be documented somewhere.
Maybe it should be a unique list of fields which have errors (hash table) and every value for every field should be an array of error messages ( vector of...
I would like to use promise too. For example I would like to use something like this ```js function pgCursorPromise(cursor, itemNum){ return new Promise(function(resolve,reject){ cursor.read(itemNum, (err, rows) => { if...
Hi, the library can be easily patched to support continuation. Just look into the code and make a few adjustments. I patched an old version of the library two years...