views:

28

answers:

1

I am looking to offload some processing to the client via client side XSLT. If I do this will my current JavaScript and jQuery still work?

+1  A: 

Yes it will, however if you load new elements via AJAX, you will need to use jQuery's live method to ensure to elements are assigned events etc.

Marko