Add virtual event

This commit is contained in:
Nicolas Le Goff
2012-03-19 16:21:40 +01:00
parent 87cb0b2299
commit 5393b487da

View File

@@ -2,10 +2,10 @@ $(document).ready(function(){
if(typeof validator_loaded === 'boolean')
return;
$('.agreement_radio').live('mousedown', function(){
$('.agreement_radio').live('vmousedown', function(){
var sselcont_id = $(this).attr('for').split('_').pop();
var agreement = $('#' + $(this).attr('for')).val() == 'yes' ? '1' : '-1';
$.mobile.pageLoading();
$.ajax({