Hi all, I was wondering if anybody could help me with this. In using the latest autocomplete plugin from jqueryui, I have found that the click handlers compete with one another. ( iui vs jqueryui ) The autocomplete plugin utilizes a list containing an anchor tag to display the selection list of possible matches that a user inputs into the box. Upon clicking a selection from the box, the event handler for iui overrides that of the jqueryui autocomplete one. I realize that the clicking activates the anchor event handling in iUI which treats causes it to try to open the link. Morever since iui sits on top of jquery the plugin and iui may have competing click handlers. However, I was wondering if it were possible to override or allow iui to pass handling of certain events. I tried to edit the click handler for iUI to just return if the click event source was an anchor with a specified classname. Although that prevented the form from submitting, it didn't call the jqueryui event handler properly.
In firefox, an exception gets thrown and the form doesn't submit anyways. In Safari the form submits upon clicking on the autocomplete list item. Here's a link to the iUI issue tracker I opened for this problem: http://code.google.com/p/iui/issues/detail?id=269&q=jquery Thanks, -- You received this message because you are subscribed to the Google Groups "iPhoneWebDev" 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/iphonewebdev?hl=en.
