From 0c7a80c79bb9a2e1761b4af804050962aac2fe57 Mon Sep 17 00:00:00 2001 From: Jacob Thornton Date: Tue, 8 Nov 2011 11:04:26 -0800 Subject: remove selector options for popover, in favor of more generic content selector --- docs/javascript.html | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'docs/javascript.html') diff --git a/docs/javascript.html b/docs/javascript.html index 494773512..858345d72 100644 --- a/docs/javascript.html +++ b/docs/javascript.html @@ -691,18 +691,6 @@ $('#.tabs').bind('change', function (e) { [default markup] the html template used for rendering a popover - - titleSelector - string - .title - selector used to find the title element within the popover - - - contentSelector - string - .content p - selector used to find the content element within the popover -

Notice Individual popover instance options can alternatively be specified through the use of data attributes.

-- cgit v1.2.3