walmartlabs / thorax

Strengthening your Backbone
http://thoraxjs.org/
Other
1.32k stars 129 forks source link

Thorax + Bootstrap, event not correctly trigger #418

Open istrion opened 8 years ago

istrion commented 8 years ago

Hi, i'm trying to render some btn-group of radio type with Bootstratp, but event change it's doesnt catched by my view , i'm checking , bootstrap triggered event , then jquery to , but i can't catch him :

my view : ... events { "change input[type=radio]" : "changeLog" }

then in my view .hbs :

if someone can help or explain to me ?

jasonwebster commented 8 years ago

Do you think you could share a working example (well, an example of it not working) via a JSFiddle or something?