diff --git a/javascript.html b/javascript.html index 6d7b7ccad1..845a6e9ec8 100644 --- a/javascript.html +++ b/javascript.html @@ -262,7 +262,7 @@ $('#myModal').on('show.bs.modal', function (e) { remote path false -

If a remote URL is provided, content will be loaded via jQuery's load method and injected into the .modal-body. If you're using the data api, you may alternatively use the href tag to specify the remote source. An example of this is shown below:

+

If a remote URL is provided, content will be loaded via jQuery's load method and injected into the .modal-body. If you're using the data api, you may alternatively use the href attribute to specify the remote source. An example of this is shown below:

{% highlight html %} Click me {% endhighlight %} @@ -802,7 +802,7 @@ $('#example').tooltip(options) title string | function '' - default title value if title tag isn't present + default title value if title attribute isn't present trigger