The original official jQuery Templates plugin. This project was maintained by the jQuery team as an official jQuery plugin. It is no longer in active development, and has been superseded by JsRender.
I am using this plugin in my project. It is working fine but when applying templating inside a ajaxcall success response it is calling an unknown http url https://xxxxxxxx.azurewebsites.net/class=%22%22 like this
I am using this plugin in my project. It is working fine but when applying templating inside a ajaxcall success response it is calling an unknown http url https://xxxxxxxx.azurewebsites.net/class=%22%22 like this
My template is defined like this way
And in success applying templating like this way
When I am commenting the templating code inside ajax success that unknown http url call is not happening.