From 447ed3650598e651ceea6bc3f76553169db2bf11 Mon Sep 17 00:00:00 2001 From: srenauld Date: Wed, 28 Aug 2013 16:36:19 -0400 Subject: [PATCH] Adding a refresh function The ability to add a tab to an already-running tabset is a nice feature. I've just added it. Syntax: $("#tab-container").easytabs("refresh"); Caveats: - Hash change has a bit of a bug, fixing it at the moment. --- examples/demo.html | 12 ++++++++++-- lib/jquery.easytabs.js | 23 +++++++++++++++++++---- 2 files changed, 29 insertions(+), 6 deletions(-) diff --git a/examples/demo.html b/examples/demo.html index 3214966..491c755 100644 --- a/examples/demo.html +++ b/examples/demo.html @@ -3,7 +3,7 @@ EasyTabs Demo - +