From 4d2e32e80914dbc526dcde7c743b0537ded7c853 Mon Sep 17 00:00:00 2001 From: Rod Vagg Date: Sun, 6 Nov 2011 13:20:09 +1100 Subject: tests & docs & twipsy too --- docs/javascript.html | 30 ++++++++++++++++++++++++------ 1 file changed, 24 insertions(+), 6 deletions(-) (limited to 'docs/javascript.html') diff --git a/docs/javascript.html b/docs/javascript.html index 82dcffba7..90b7be0c5 100644 --- a/docs/javascript.html +++ b/docs/javascript.html @@ -487,8 +487,8 @@ $('#.tabs').bind('change', function (e) { Name - type - default + type + default description @@ -557,7 +557,13 @@ $('#.tabs').bind('change', function (e) { template string [default markup] - The html template used for rendering a twipsy. + the html template used for rendering a twipsy + + + contentSelector + string + .twipsy-inner + selector used to find the title element within the tooltip @@ -613,8 +619,8 @@ $('#.tabs').bind('change', function (e) { Name - type - default + type + default description @@ -689,7 +695,19 @@ $('#.tabs').bind('change', function (e) { template string [default markup] - The html template used for rendering a popover. + 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 -- cgit v1.2.3 From 1b43c87eafc8948c517770282a63227cd9c5d792 Mon Sep 17 00:00:00 2001 From: Rod Vagg Date: Mon, 7 Nov 2011 12:10:53 +1100 Subject: removed twipsy options --- docs/javascript.html | 6 ------ 1 file changed, 6 deletions(-) (limited to 'docs/javascript.html') diff --git a/docs/javascript.html b/docs/javascript.html index d62dd731c..494773512 100644 --- a/docs/javascript.html +++ b/docs/javascript.html @@ -559,12 +559,6 @@ $('#.tabs').bind('change', function (e) { [default markup] the html template used for rendering a twipsy - - contentSelector - string - .twipsy-inner - selector used to find the title element within the tooltip -

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

-- cgit v1.2.3