Hi,
I am using jquery 1.11.3 and want to close popup after some information is submited using POST method.
To be exact, i have a page with listed calendar. User at first inserts as a filter which year and month he wans to show.
When calendar appears user chooses (on popup) day to to enter event for example 15 (day) event (birthday).
When user submits data and closes popup, firefox works pefectly:
- reload page on filtered year and month with inserted event
IE 11 reloas page without any filters , and scrolls on the top.
Help