How to create External data-source in html5
In html5 the input field has the following format
<input type='text', data-provide= "typeahead", data-items="4",
autocomplete="off", data-source='["Business and Commercial Laws",
"Consumer Laws", "Criminal Laws"]', name='userInputName',
placeholder='Court of practice'> Data </input>
How do i create link the above tag with a data-source which is not inline,
but external. I ultimately want to re-use the data-source.
No comments:
Post a Comment