Subversion Repositories eFlore/Applications.cel

Rev

Rev 3120 | Rev 3208 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 3120 Rev 3163
Line 325... Line 325...
325
					var suggestions = lthis.traiterRetourNomsSci(data);
325
					var suggestions = lthis.traiterRetourNomsSci(data);
326
					add(suggestions);
326
					add(suggestions);
327
	            });
327
	            });
328
			}
328
			}
329
        },
329
        },
330
        html: true
330
        html: true,
-
 
331
        position : {
-
 
332
            my : 'top',
-
 
333
            at : 'top'
-
 
334
        }
331
	});
335
	});
Line 332... Line 336...
332
 
336
 
333
	$("#taxon").bind("autocompleteselect", this.surAutocompletionTaxon);
337
	$("#taxon").bind("autocompleteselect", this.surAutocompletionTaxon);