ProjectOneTeamFour / date-concierge

This is a joint repository for our group members to host our project.
MIT License
2 stars 2 forks source link

[bug] additional duplicate jquery selectors #35

Open eapostol opened 3 years ago

eapostol commented 3 years ago

related to code duplications. Screen Shot 2021-02-16 at 11 18 23 PM

could likely be written as

$("#city-name").prop('disabled', true).val("");

eapostol commented 3 years ago

for reference, see jQuery Chaining - https://www.w3schools.com/jquery/jquery_chaining.asp