Closed ranmacar closed 10 years ago
Hi @ranmacar I'm not sure what your question is. Could you please explain further?
options.rootElementSelectorString is getting set to a DOM element, which results in 'Syntax error, unrecognized expression: [object HTMLBodyElement] [data-bindto],[data-watching]'. (DOM + 'string' = no go) Or am I missing something? :)
Interesting. I apologize for the inconvenience. I'll investigate this. I'm currently fighting a bad cold, but I'll try to tackle this as soon as possible.
No problem. Thanks for the work so far, looks interesting. Get well soon!
I've made a commit that should remedy the issue, but I have not yet been able to test it. Let me know if this fix improves your experience.
Thanks, -John
I've been told this issue has been resolved. Let me know if you experience the issue still and reopen this ticket. If you have any other issues using GDB, please let me know.
Yeah, works for me too. Thanks.
works with: var selector=$(options.rootElementSelectorString).find("[" + options.dataBindToAttr + "],[" + options.dataWatchingAttr+"]");