Mar 12
Digg
Stumbleupon
Technorati
Delicious

Javascript frameworks quick note

I guess finally I became jQuery fan. It did not happen quickly though. As symfony from the beginning uses Prototype I was staying for the long time prototype-oriented
But I believe in last time improvements and extra plugins developed for jQuery went through critical edge and now it’s beyond comparison (this is for discussion [...]

Author: admin
Sep 11
Digg
Stumbleupon
Technorati
Delicious

AJAX with multiple content updates

I think that’s what finally everyone will come up to. So you want to perform AJAX action and result should be returned not into single div but into multiple divs or another tags. Unfortunately, form_remote_tag allows to point in only one ‘update’ parameter and this does not resolve the problem. That’s why I had to [...]

Author: admin