I want to initialize my datepickers in a modal via jquery, but nothing happens I think the selectors onto elements inside the modal are not working
How can I access those elements?
5 Answer(s)
-
0
Hi,
There is already a sample in the project which you can check https://github.com/aspnetzero/aspnet-zero-core/blob/dev/aspnet-core/src/MyCompanyName.AbpZeroTemplate.Web.Mvc/wwwroot/view-resources/Areas/AppAreaName/Views/Tenants/_EditModal.js#L16
-
0
how can i get access to the repo?
-
1
Hi @knappnpm, you need to login with your github account associated with your aspnetzero license to view url.
you can do it at https://aspnetzero.com/LicenseManagement
-
0
thank you for telling, i am registered now.
but i still haven't solved the problem, i am not using the core version like in the example you linked.
how can i do this in my AngularJs project?
-
0
Hi,
In AngularJS version, you can use AngularJS datepicker component and it should work. Have you tried that ?