I can't explain it, but changing the <button...> to an <a ..> or <input type='button'...> fixed the problem.
On Aug 17, 12:49 am, Hector Virgen <[email protected]> wrote: > Try returning false in your update_log function. > Also, you're creating a new dialog each time the button is clicked. It would > be better to create it once and re-use it by calling > $("#mydialog").dialog('open') in update_log function. > > -- > Hector > > On Sat, Aug 15, 2009 at 3:42 AM, Todd Chambery <[email protected]>wrote: > > > > > update_log --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "jQuery UI" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/jquery-ui?hl=en -~----------~----~----~----~------~----~------~--~---
