AutoComplete is now using jQuery UI AutoComplete.

Removed jquery.liveQuery.
This commit is contained in:
Mark McDowall
2011-09-08 20:26:48 -07:00
parent 59d4ae6219
commit d330c65165
14 changed files with 107 additions and 380 deletions

View File

@@ -12,3 +12,10 @@
Add</button>
</div>
<br />
<script type="text/javascript">
jQuery(document).ready(function () {
//AddNew
$('#newSeriesLookup').watermark('Title of the series you want to add...');
});
</script>