summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorparth2012-03-28 19:08:11 +0530
committerparth2012-03-28 19:08:11 +0530
commitf7cac0a67d24a3047415cc6e69ecd249b95d28dc (patch)
tree1d5ef2f577bc529a829a635eda42fdb90521d6d6
parent296f10c22cca027bd9352d0f14ce66792c814d47 (diff)
downloadaloha-f7cac0a67d24a3047415cc6e69ecd249b95d28dc.tar.gz
aloha-f7cac0a67d24a3047415cc6e69ecd249b95d28dc.tar.bz2
aloha-f7cac0a67d24a3047415cc6e69ecd249b95d28dc.zip
changed jquery to work with multiple options
-rw-r--r--template/allotter/apply.html12
1 files changed, 7 insertions, 5 deletions
diff --git a/template/allotter/apply.html b/template/allotter/apply.html
index 7fe61cf..20fa2a1 100644
--- a/template/allotter/apply.html
+++ b/template/allotter/apply.html
@@ -16,17 +16,19 @@ $(document).ready(function(){
<script>
$(document).ready(function(){
$("select").change(function () {
- if ($("select").val() !="0"){
+ console.log("here we go")
var $this = $(this);
var prevVal = $this.data("prev");
var otherSelects = $("select").not(this);
- otherSelects.find("option[value=" + $(this).val() + "]").attr('disabled', true);
+ if ($(this).val() !="0"){
+ console.log("some shit would happen")
+ otherSelects.find("option[value=" + $(this).val() + "]").attr('disabled', true);
+ }
if (prevVal) {
- otherSelects.find("option[value=" + prevVal + "]").attr('disabled', false);
+ otherSelects.find("option[value=" + prevVal + "]").attr('disabled', false);
}
$this.data("prev", $this.val());
- }
});
});
</script>
@@ -105,7 +107,7 @@ Listing the options for first test paper.
<h3>Options available for {{second_paper}} </h3>
-<table>
+<table class="table table-bordered table-striped">
<thead>
<td><p>Programme Code </p></td>
<td><p>Programme Name </p></td>