Subversion Repositories eFlore/Applications.cel

Rev

Rev 2839 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2839 Rev 2849
Line 1345... Line 1345...
1345
				.data( "item.autocomplete", item )
1345
				.data( "item.autocomplete", item )
1346
				.append( $( "<a></a>" )[ this.options.html ? "html" : "text" ]( item.label ) )
1346
				.append( $( "<a></a>" )[ this.options.html ? "html" : "text" ]( item.label ) )
1347
				.appendTo( ul );
1347
				.appendTo( ul );
1348
		}
1348
		}
1349
	});
1349
	});
1350
})( jQuery );
-
 
1351
1350
})( jQuery );
-
 
1351