Hi, I'm developing a web chat using jquery. I've already done with the user interface but I need to create the admin interface. The main idea is that several users connect to the web chat and the administrador will handle all these requests having an independent window for every session. The admin will have a window in their browser with a lot of jquery ui dialogs which are all chat sessions.
So what I'm doing is to search for new chat requests and load these into a new dialog window. This is working fine, then the admin needs to close chat window if he/she needs to. I'm using the close event from the dialog ui and deleting from the database the corresponding session (using jquery ajax). The ajax function is performed succesfully and the dialog closes, but then when the function nuevo_chat() is called again it loads the window that was already closed. I can't explain why this is happening since I deleted that record from my database, it seems like jquery is caching this.
Hi, i have a problem with datepicker in IE8. I added a change event to the first datepicker and it has a default date. When i change the date for the second time the datepicker does not do anything and it seems like it opens the second datepicker because the options are the same as the second one. You can test this bug on www.reservainn.com (try changing first datepicker several times)