FYI for anyone else that runs into this issue. The problem stemmed from Hobo moving to jquery 1.9 which Kendoui doesn't support yet. see http://docs.kendoui.com/getting-started/javascript-dependencies#jquery-version for reference
Once I added jquery-migrate https://github.com/jquery/jquery-migrate/ everything worked again. Bob On Wednesday, January 30, 2013 1:35:26 PM UTC-5, Bob Sleys wrote: > > You are both right on the money. > > I'm getting the following error > > Uncaught TypeError: Cannot read property 'msie' of undefined in > kendo.web.min.js > > Which is quite odd since nothing has change with the kendoui stuff in > almost a year. I'll have more time to dig into this later tonight or > tomorrow but at least I know what's breaking now just to find a fix. > > Thanks again > > Bob > > On Tuesday, January 29, 2013 9:30:03 PM UTC-5, Bob Sleys wrote: >> >> I'm using Hobo 2.0.0-pre7 with bootstrap and for some unknown to me >> reason the +/- buttons on input many forms have started to submit the main >> form instead of adding/removing subitems like they used to. >> >> The html code for one of the buttons is: >> >> <button class=" remove-item" >> id="manufacturer_machine_models_1_remove">-</button> >> >> I haven't done anything that I know of cause this behavior so I'm a bit >> confused on finding a solution so any help would be appreciated, ie ideas >> on where to look. >> >> Thanks >> Bob >> > -- You received this message because you are subscribed to the Google Groups "Hobo Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/hobousers?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
