without seeing your jquery, it's tough to say exactly what is going on, but have you got 'return false;' at the end of your select function? That stops the page from submitting (refreshing).
On Feb 10, 5:32 pm, AndreMiranda <acymira...@gmail.com> wrote: > Hi!! > > I have a page with DatePicker and a list of events that occur in some > respective date. So, when a person selects a date in DatePicker, this > date is passed as an argument to a method (I'm using asp.net mvc) and > this method returns me all the events of the chosen date. > > The problem is the page refreshes every time this process is done. > > So, what's the best way to make this via Ajax?? $.ajax.get?? > $.ajax.post?? What do you recommend? > > And how can I when update this list events of my page?? > > Thanks in advance!! > > André