What is trigger “liszt:updated” in jQuery?

后端 未结 1 1269
北恋
北恋 2021-01-11 21:23

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

相关标签:
1条回答
  • 2021-01-11 22:18

    liszt:updated is just a custom event that Chosen was using at the time. It is not a standard event, so you won't find anything on the web about it.

    Moreover, Chosen itself doesn't use that event name any more (they're using chosen:updated now ), which would make it even more difficult to find any references to it.

    See here: How do I reset a jquery-chosen select option with jQuery?.

    0 讨论(0)
提交回复
热议问题