Disclaimer: I am very new to actually producing Weblocks applications.
I was wrapping a bit of jQuery code (Galleria) in a widget and found out that just including jQuery in my dependencies breaks the auto-update of widgets. I wanted to see if this is just the expected behavior and it is some kind of jQuery/Prototype conflict, or something else . This might very well be a some other kind of error. Here is my test case:
http://paste.lisp.org/display/129114Without jQuery, you can increase and decrease the number-box widgets. With jQuery loaded, the links make no immediate changes, but after a page refresh, the changes show up.
Also, any thoughts on a cleaner way to do this kind of demo program (although I am happy with everything except the inline style, but that is just for convenience during development). I am trying to write a tutorial reflecting the current recommendations on how to use Weblocks while I am learning (i.e. focus on widgets and dispatch facilities, leave out views, downplay continuations).
Zach KS