RE: Executing Javascript when page changes or a column is sorted in a Grid

2013-05-12 Thread Ben Titmarsh
Hi Thiago, I don't believe this will work because if I register to the click event, I rebind my javascript click listeners before the sort has changed to DOM. > To: users@tapestry.apache.org > Subject: Re: Executing Javascript when page changes or a column is sorted in > a Grid &

Re: Executing Javascript when page changes or a column is sorted in a Grid

2013-05-11 Thread Thiago H de Paula Figueiredo
On Sat, 11 May 2013 12:38:45 -0300, Ben Titmarsh wrote: Been hunting around for a jQuery way of listening to a change in the DOM but I don't really want to get involved with Manipulators. Is there a Tapestry way to rerun my javascript when the page changes Nope. Just use JavaScript as y