pkeenan
unread,Dec 14, 2008, 3:56:50 PM12/14/08Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to chainjs
Hi, I'm using Jaxer and trying to combine it with chain js
I have a list that is populated like:
<div>
<div class="title>Entry 1</div>
<div class="title>Entry 2</div>
<div class="title>Entry 3</div>
</div>
I populate the chain on the server side using Jaxer, but it doesn't
retain the events. So I have to perform a chain on the client side
again, which is fine but...
When I chain it the second time it deletes the previous information. I
would like to chain the list, but retain the data so that there is a
client change which is ajaxed up to the server.
Can I chain existing elements?