Subversion Repositories SmartDukaan

Rev

Rev 1688 | Rev 2176 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1688 Rev 1773
Line 231... Line 231...
231
    </div><!-- /main -->
231
    </div><!-- /main -->
232
 
232
 
233
	 $action.getFooterSnippet()
233
	 $action.getFooterSnippet()
234
 
234
 
235
	#include ( "templates/commonjsfiles.vm" )
235
	#include ( "templates/commonjsfiles.vm" )
-
 
236
 
-
 
237
	<script type="text/javascript">
236
	<script>
238
$(function(){
237
      $( "#datepicker" ).datepicker({
239
	$("#datepicker").datepicker({
238
          changeMonth: true,
240
		changeMonth: true,
239
          changeYear: true
241
		changeYear: true
-
 
242
	});
-
 
243
	
-
 
244
	$('#loginCreate #email').change(function(){
-
 
245
		$('#communicationEmail').val($(this).val());
240
        });
246
	});
-
 
247
});
241
    </script>
248
	</script>
242
  </body>
249
  </body>
243
</html>
250
</html>
244
251