Skip to content

Instantly share code, notes, and snippets.

@devdays
Created February 26, 2015 18:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save devdays/26915259c421db516c37 to your computer and use it in GitHub Desktop.
Save devdays/26915259c421db516c37 to your computer and use it in GitHub Desktop.
Widget client callback sample
<script>
var myFilterable = $("#myFilterable").filterable({
visible: function (event, data) {
console.log("filterable visible")
}
});
$("#myFilterable").filterable({ className: "myClass" });
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment