.title()

Previous Next

Gets or sets the title displayed on the tab of the browser.

Returns a string representing the current (the "old") title.

Syntax

.title( title )

The optional title is a new value that the browser tab title is set to.

 

Example

$.udb.title('My app');