skhalil89
Results
2
issues of
skhalil89
Hi I want to use _e_ argument in **data** function like **itemSelected**. Is it possible? ``` itemSelected: function (e, callBack) { var index = $($(this)[0]).data("index"); }, ```
Hi there, I used this code https://github.com/VahidN/AspNetIdentityDependencyInjectionSample to seprate ApplicationUserManager from UI and define it in service layer and after that inject it in UI. but the problem is when...