Hi
I have one page which contains date picker and next prev buttons.
when page loads page shows current week data.
When user clicks on next button then
1) clear Div Html using $("#div").html('');
2) get data from ajax for next week.
3) load data on page (using Dhtml Table is created and $compile method is called)
so the issue is when page loads first time it is working fine. but when user starts clicking next buttons one by one the page performance is getting slow after 8-9 clicks.
When I type in text box it appears after 5-6 sec.