Francisco Neves
Francisco Neves
MongoDB 4.0 now supports multi-document transactions. @jenssegers Any chance to have transactions working here? Let me know if you need help.
I'm experiencing the same issue
Hello, First, thank you for using this plugin! Currently, I am not maintaining this plugin since I dropped jQuery from my projects and started using reactive libraries. Do you accept...
I'll add it to next release. Thanks.
Hi, Override/Update the existing labels' target when content changes, is what you're asking for ? It's not possible, yet.
Can you give me an example of what you trying to do ?
Not yet, but would be a great improvement. Added to to-do list !
So, please tell me specifically which callbacks you want, and next week I'll tag a new release :+1:
I was thinking the following: The destroy callback makes sense, but I think that you can apply those events directly to the input, once it still exists. Anyway, are you...
But you still can use this: ``` javascript $(".labelauty").click( function(){ if( $(this).is(':checked') ) alert("checked"); }); ``` Yes, they are, but most of them can be defined directly to the input...