kevinclee92 / ProjectTwo

4 stars 0 forks source link

Working on event listeners/ Models folder #5

Open kurrytran32 opened 6 years ago

kurrytran32 commented 6 years ago

Adding event listeners for

kevinclee92 commented 6 years ago

Event Listeners:

/tripPlanning (basic planning form)

form id = "planForm" name input id = "nameInput" destination input id = "cityInput" start date id = "startDate" end date id = "endDate" submit button id = "planFormSubmit"

image


/tripExpenses (expense form)

form id = "expenseForm" select (dropdown) id = "expenseSelect" option id = (whatever the option name is... for example "food", "transit") cost id = "plannedCost" submit button id = "expenseFormSubmit"

image