Team:Calgary/Sandbox

From 2011.igem.org

(Difference between revisions)
Line 12: Line 12:
$(function() {
$(function() {
-
   $("#accordion").accordion();
+
   $(".button").button();
});
});
</script>
</script>
Line 28: Line 28:
     </div>
     </div>
-
<div id="accordion">
+
  <span class="button">jq Button</span>
-
    <h3><a href="#">First header</a></h3>
+
-
    <div>First content</div>
+
-
    <h3><a href="#">Second header</a></h3>
+
-
    <div>Second content</div>
+
-
</div>
+
   </div>
   </div>

Revision as of 23:58, 12 June 2011

Background

This section outlines the nature of the problem we are trying to solve, why it matters, and the strategy we are using to contribute to an eventual solution.

Abstract

This is the abstract of the project.

jq Button