mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-31 14:07:16 +00:00
set typeahead function for any id starting with choosedoc.../choosefold...
This commit is contained in:
parent
7fb6a58e5f
commit
df883772f1
|
@ -60,7 +60,7 @@ $(document).ready( function() {
|
|||
});
|
||||
|
||||
/* Document chooser */
|
||||
$("#choosedocsearch").typeahead({
|
||||
$("[id^=choosedocsearch]").typeahead({
|
||||
minLength: 3,
|
||||
formname: 'form1',
|
||||
source: function(query, process) {
|
||||
|
@ -89,7 +89,7 @@ $(document).ready( function() {
|
|||
});
|
||||
|
||||
/* Folder chooser */
|
||||
$("#choosefoldersearch").typeahead({
|
||||
$("[id^=choosefoldersearch]").typeahead({
|
||||
minLength: 3,
|
||||
formname: 'form1',
|
||||
source: function(query, process) {
|
||||
|
|
Loading…
Reference in New Issue
Block a user