Skip to content
This repository has been archived by the owner on Jan 4, 2020. It is now read-only.

Commit

Permalink
Added missing dividers to 'Methods' section of README.
Browse files Browse the repository at this point in the history
  • Loading branch information
jstayton committed Jun 12, 2012
1 parent 615c712 commit 5aacd10
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Expand Up @@ -579,6 +579,7 @@ Methods


* **q** _string_ New input value. * **q** _string_ New input value.


---------------------------------------------------------------------------
* **destroy** * **destroy**


Remove the autocomplete functionality and return the selected input Remove the autocomplete functionality and return the selected input
Expand All @@ -588,6 +589,7 @@ Methods


$('#userSearch').marcoPolo('destroy'); $('#userSearch').marcoPolo('destroy');


---------------------------------------------------------------------------
* **list** * **list**


Get the results list element. Get the results list element.
Expand All @@ -596,6 +598,7 @@ Methods


$('#userSearch').marcoPolo('list'); $('#userSearch').marcoPolo('list');


---------------------------------------------------------------------------
* **option** * **option**


Get or set one or more options. Get or set one or more options.
Expand Down Expand Up @@ -626,6 +629,7 @@ Methods
* **nameOrValues** _string, object_ Optional options to get or set. * **nameOrValues** _string, object_ Optional options to get or set.
* **value** _mixed_ Optional option value to set. * **value** _mixed_ Optional option value to set.


---------------------------------------------------------------------------
* **search** * **search**


Programmatically trigger a search request using the existing input value Programmatically trigger a search request using the existing input value
Expand All @@ -645,6 +649,7 @@ Methods


* **q** _string_ Optional new input value to search on. * **q** _string_ Optional new input value to search on.


---------------------------------------------------------------------------
* **select** * **select**


Set the currently selected data, just as if the user clicked or keyboard Set the currently selected data, just as if the user clicked or keyboard
Expand All @@ -658,6 +663,7 @@ Methods


* **data** _string, object_ Data of the selected item. * **data** _string, object_ Data of the selected item.


---------------------------------------------------------------------------
* **selected** * **selected**


Get the currently selected data (_string_, _object_, or _null_ if not set). Get the currently selected data (_string_, _object_, or _null_ if not set).
Expand Down

0 comments on commit 5aacd10

Please sign in to comment.