Subversion Repositories SmartDukaan

Rev

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

Rev 1107 Rev 1235
Line 63... Line 63...
63
});
63
});
64
 
64
 
65
 
65
 
66
$(document).ready(
66
$(document).ready(
67
function() {
67
function() {
68
          $("#controls").tabs();
68
          $(".controls").tabs();
69
});
69
});
70
 
70
 
71
$(document).ready(
-
 
72
function() {
-
 
73
          $(".demo").tabs();
-
 
74
     }
-
 
75
);
-
 
76
 
-
 
77
$(function() {
71
$(function() {
78
     $('#forgot_username_link').tipsy({gravity: 'w'});
72
     $('#forgot_username_link').tipsy({gravity: 'w'});
79
});
73
});
80
 
74
 
81
function changeSignInClass(){
75
function changeSignInClass(){
Line 83... Line 77...
83
          document.getElementById("signinClass").className='signin';
77
          document.getElementById("signinClass").className='signin';
84
     }else{
78
     }else{
85
          document.getElementById("signinClass").className='signin1';
79
          document.getElementById("signinClass").className='signin1';
86
     }
80
     }
87
}
81
}
88
</script>
-
 
89
 
-
 
90
<script type="text/javascript">
-
 
91
$(document).ready(
-
 
92
function() {
-
 
93
          $(".demo").tabs();
-
 
94
     }
-
 
95
);
-
 
96
</script>
-
 
97
<script type="text/javascript">
-
 
98
$(document).ready(
-
 
99
function() {
-
 
100
          $(".controls").tabs();
-
 
101
}
-
 
102
);
-
 
103
 
-
 
104
</script>
-
 
105
 
82
 
106
<script>
-
 
107
$(document).ready(function() {
83
$(document).ready(function() {
108
   // Main "Add to Cart" 
84
   // Main "Add to Cart" 
109
    $("#zipcode").val($("#defaultpincode").val()); 
85
    $("#zipcode").val($("#defaultpincode").val()); 
110
   
86
   
111
    $("#colorselector").change(onSelectChange);
87
    $("#colorselector").change(onSelectChange);