I was following the answer here: Jquery's Chosen plugin with Chained plugin and select box
And I found a line that I just don't follow - as I don't understand what 'liszt:updated' means - I can't find many references to this online to explain.
Specifically in the code:
$("#budget").trigger("liszt:updated");
What does 'liszt:updated' in jQuery mean?