You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 23, 2018. It is now read-only.
Hi ,
I have applied the chzn-select to my drop down it works great till the time i fire selected event change which is inside the updatepanel .
I tried to apply same class again using jquery as follows
$(function () {
Sys.WebForms.PageRequestManager.getInstance().add_endRequest(loadControlDuringAjax);
loadControlDuringAjax();
});
function loadControlDuringAjax() {
$("#ContentPlaceHolder1_inputMetroLineMasterId").addClass("chzn-select formInput");
}
This is not working ,
Any idea how to apply the CSS again after ajax loads the control.
Thanks in advance.
Shankar
The text was updated successfully, but these errors were encountered: