SyntaxFix
Write A Post
Hire A Developer
Questions
You can use jQuery Mobile vclick event:
vclick
Normalized event for handling touchend or mouse click events on touch devices.
$(document).ready(function(){ $('.publications').vclick(function() { $('#filter_wrapper').show(); }); });