jquery - On create view, check if an entry already exist in the database -


let me in context, mvc project creates reservations. reservation contains zones , equipements (you select zones , equipement want checking checkboxes).

when create new reservation, can select date (it's datepicker). when select date, if in database there entry same date, want disable zones , equipements (checkboxes) taken. obviously, can't have 2 people take same spot on same day.

i don't know if guys understand i'm trying hasn't been answered yet.


Comments

Popular posts from this blog

linux - xterm copying to CLIPBOARD using copy-selection causes automatic updating of CLIPBOARD upon mouse selection -

c++ - qgraphicsview horizontal scrolling always has a vertical delta -