Hi guys,
I'm a new developer when it comes to Jade. I've recently started to use Jade at my new workplace and I've come across a problem (which some of you may consider as being a simple and basic problem). I've created a web form that has a combo box containing a maximum of 6 dates. When a new/different date is selected, I want an action to take place where records that are related to that date are pulled from the database and shown to the user. I've done some of the coding for loading and saving the data but I just need help in setting off that action when the date is changed. On a combo box, there are methods, such as 'click', 'change' etc. and I have tried using them but I'm afraid that I may be doing something wrong as no action/method is triggered. Can anyone help?
Cheers.
Omash