marcosesperon / Messi

A simple message plugin for jQuery
http://marcosesperon.es/apps/messi/
146 stars 135 forks source link

Event button hanlder with on function. Needs jQuery 1.7+ #25

Closed juanblo closed 11 years ago

juanblo commented 11 years ago

When a Messi dialog has buttons, the click event handler is attached from container and button. If a user makes click out of the button, the click is fired. The change attach the click event just to the button not container.

marcosesperon commented 11 years ago

Thanks!

juanblo commented 11 years ago

Fix in https://github.com/marcosesperon/Messi/pull/30