Difference between revisions of "Team:Oxford/Software"

Line 95: Line 95:
 
//minLength: 1,  // requires that the user enters at least one character
 
//minLength: 1,  // requires that the user enters at least one character
 
select: function( event, ui ) { // Once the term is selected from the list
 
select: function( event, ui ) { // Once the term is selected from the list
$("tr[class^='item']").hide(); // hide all rows with class name starts with "item"
+
//$("tr[class^='item']").hide(); // hide all rows with class name starts with "item"
 
          $("#myInput").val( ui.item.label ); // populate the selected term in the input box
 
          $("#myInput").val( ui.item.label ); // populate the selected term in the input box
 
                     
 
                     

Revision as of 08:02, 31 October 2017

jQuery UI Autocomplete functionality

Software Tool

Enter the disease name, parasite or specific protease to find the cleavage sequence of protease specific to the disease of interest and how our system may be applicable.