Team:TU-Munich/Results/AutoAnnotator

From 2013.igem.org

(Difference between revisions)
Line 51: Line 51:
$.urlParam = function(name){
$.urlParam = function(name){
    var results = new RegExp('[\\?&]' + name + '=([^&#]*)').exec(window.location.href);
    var results = new RegExp('[\\?&]' + name + '=([^&#]*)').exec(window.location.href);
 +
    alert(var_dump(results));
    if (results==null){
    if (results==null){
       return null;
       return null;
Line 58: Line 59:
    }
    }
};
};
-
 
-
alert(window.location.href);
 
$(document).ready(function(){
$(document).ready(function(){

Revision as of 14:07, 28 September 2013


Use the AutoAnnotator to create your own Protein-Data table

Enter a BioBrick number (e.g. K801060) or a nucleotide sequence below!

Enter BioBrick number or DNA sequence!


Read the Autoannotator Description and References

HTML Comment Box is loading comments...



Locations of visitors to this page