emposha / FCBKcomplete

Jquery facebook like(fancy) multi-select
http://www.emposha.com
383 stars 115 forks source link

How do you get onselect working? #100

Closed pufamuf closed 12 years ago

pufamuf commented 12 years ago

I did a simple onselect: alert("Thanks for visiting!"), and onremove: alert("Thanks for visiting!"),

and the dialog appears on page load, never when you add or remove an item :/ I want to add a php code in there and it doesn't work at all after that.

emposha commented 12 years ago

example: function fireEvent() { alert(1); } onselect: fireEvent

go2shibu commented 8 years ago

Hi, I want to change the text when click the item from the list and place the changed text into the text box. I override the onselect method, but I noticed that selected text has been placed before fired onselect event. Could you please gimme the solution to call function before the selected item place in the text box?