我正在使用JQuery填充下拉列表。每当我从下拉列表中选择任何项目(即下拉选择的索引更改)时,我都想运行另一个JQuery函数……这是我的控制器..public ActionResult PopulateTest(string Id) // Here i want to call the JQuery functionreturn PartialView("Details");我的JQuery函数</e
ShowNotifications() { }我的目的是在不单击按钮的情况下,但在AngularJS控制器中每隔几秒钟显示一次此弹出窗口var showPop = function () {
//how can i call that jQuery function here ??netdna.bootstrapcdn.com/bootstrap