Skip to content

Commit

Permalink
Markdown formatting fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
heyman committed Sep 29, 2010
1 parent 441048d commit f1ecb50
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions README.markdown
Expand Up @@ -22,14 +22,22 @@ Parameters and Options

<pre>jQuery.titleAlert(message, options)</pre>

**message**: A string the message that should be flashed in the browser title.
**options**: JavaScript object containing options

<table>
<tr>
<td>**message**</td>
<td>A string the message that should be flashed in the browser title.</td>
</tr>
<tr>
<td>**options**</td>
<td>JavaScript object containing options
* **interval** - The flashing interval in milliseconds (default: 500).
* **duration** - The total lenght of the flashing before it is automatically stopped. Zero means infinite (default: 0).
* **stopOnFocus** - If true, the flashing will stop when the window gets focus (default: true).
* **requireBlur** - Experimental. If true, the call will be ignored unless the window is out of focus (default: false). Known issues: Firefox doesn't recognize tab switching as blur, and there are some minor IE problems as well.

</td>
</tr>
</table>

License
-------
Expand Down

0 comments on commit f1ecb50

Please sign in to comment.