2
votes
0answers
163 views

Working with forms in Meteor, using selectors for every input

I'm trying to work with forms, and just getting a grasp on Javascript. Basically I'm unsure if there is a more reusable way to handle forms with Meteor/jQuery. // Creating a new prayer, including the ...