iron-meteor / iron-router

A client and server side router designed specifically for Meteor.
MIT License
1.98k stars 413 forks source link

issues with on click events with jquery #1497

Open hakimelek opened 8 years ago

hakimelek commented 8 years ago

I am trying to implement the preview expanding feature in a meteor project, everything was working fine until I added iron-router. When I click a thumbnail, I get redirected to the href website. The click event is not working. I have found a solution here but it did not work as well. (I had to change IronLocation.configure to Iron.Location.configure too).

Thanks.