Test javascript

This commit is contained in:
Michael RICOIS 2011-12-14 13:23:37 +00:00
parent ed43e17b9b
commit cbab6d281e

View File

@ -1,8 +1,12 @@
$(document).ready(function(){
$('#tabs').delegate('.criteres', 'click change', function(e){
e.preventDefault();
var value = $('form[name=ciblage]').serialize();
alert($(this).attr('name') + ' = ' + $(this).val() );
return false;
});
});