Unable to access javascript from JQuery Dialog

Unable to access javascript from JQuery Dialog

hareeshsarmahareeshsarma Posts: 1Questions: 0Answers: 0
edited April 2013 in General
Hi,

I am using a JQuery dialog to show a JQuery datatable in the dialog.
In the JQuery datable, I have a anchor tag for which onclick I call a Javascript function. The syntax is as follows:

[code] [/code]

But the function is not getting called though the .js file is loaded.

I tried keeping function in html itself but no luck.

Could someone let me know if JQuery dialog restricts access to .js file?

Thanks,
Hareesh

Replies

  • hareeshsarmahareeshsarma Posts: 1Questions: 0Answers: 0
    Can some one please reply?
  • allanallan Posts: 63,516Questions: 1Answers: 10,472 Site admin
    This isn't a general jQuery forum. You'd be better asking on somewhere like StackOverflow. Also you are more likely to get a helpful answer if you include a working test case.

    Allan
This discussion has been closed.