Skip to content

Commit

Permalink
Added markForReload example in README
Browse files Browse the repository at this point in the history
  • Loading branch information
Steven Kutkoski committed Aug 24, 2016
1 parent 6d1db19 commit c12030b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,10 @@ $('#tab_modal_anchor').tabModal({
// show() displays the tabbed modal. It often makes sense to put this in a click handler.
$('#tab_modal_anchor').tabModal('show');
// markForReload(tab_id) - Marks a tab to be reloaded. This means the next time the tab is selected, it will load
// content even if the tab has been previously loaded.
$('#tab_modal_anchor').tabModal('markForReload', 'fourth');
</script>
```

Expand Down

0 comments on commit c12030b

Please sign in to comment.