-
Notifications
You must be signed in to change notification settings - Fork 44
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Carets- Julia Meier #41
base: master
Are you sure you want to change the base?
Conversation
…. Errors are not yet showing up on the page
…out difference between .submit and .on('submit'
…have a bug in saving the reservation- I can't save the url to the model to be used for hte post action
…completed the reservation process using AJAX
…lly submitting data or if empty
BackTREKWhat We're Looking For
|
const modal = $('#add-a-trip-form-container'); | ||
const openModal = $('#add-new-trip'); | ||
// const closeModal = $('.close'); | ||
const closeModal = document.getElementsByClassName("close")[0]; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
With jQuery available, you generally should be using document.
for selectors since the jQuery shorthand is much shorter.
}; | ||
$('#status-messages').show(); | ||
}, | ||
sortBooks(event) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hmm is this method name leftover from the in-class example?
BackTREK
Congratulations! You're submitting your assignment!
Comprehension Questions