Skip to content

Instantly share code, notes, and snippets.

@devdays
Created February 26, 2015 18:33
Embed
What would you like to do?
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