Closed janstieler closed 8 years ago
It's possible to define ajaxClick.on('click', function(ajaxClick){...}); inside redrawCallback like desribed here: http://jplist.com/documentation/js-settings#redraw-callback-function
or you can use another onclick notation: $(document).on('click', '.ajaxClick', function(){...})
Hello, I have an portfoliogrid with links, images and some text. The filtering works great but I have problems width the links. The links should loaded though ajax inside an container if they are clicked but the jplist plugin destroy the ajax loading and I have no idea where the problem is. Here are my code:
Hope someone can help me?
Kind regards