Test javascript
This commit is contained in:
parent
ed43e17b9b
commit
cbab6d281e
@ -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;
|
||||
});
|
||||
|
||||
|
||||
});
|
Loading…
Reference in New Issue
Block a user