Hi guys,
Can anyone tell me, can I invoke third party jquery funcation from html return by ajax call please ?
The problem I am facing is, there is an ajax call, returning some chunk of html (html for jquery datatable). In this html there is one link to add a new row to the table when clicked. To add this new row dynamically I am calling jquery data table's fnOpen() function, but it's not working. If I don't use ajax call and write html by myself it works properly. The jquery datatable script is at client side, it's not being returned as part of an ajax call.
Any help is appreciated.
Thank you
Arya