Call jquery function when
    content change

前端 未结 7 725
遇见更好的自我
遇见更好的自我 2021-01-17 08:40

I try to call jQuery function when ul content is changed.

Below is my code

JS

jQuery(document).ready(function($) {

        $(\'.ProductList\         


        
7条回答
  •  失恋的感觉
    2021-01-17 09:36

      don't have change event, since user cannot change it, but if you update it's content with javascript you can call any function you have in your code after changing it

提交回复
热议问题