/[openfoncier]/trunk/app/consultation_multiple.php
ViewVC logotype

Diff of /trunk/app/consultation_multiple.php

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 536 by vpihour, Thu Oct 25 16:12:46 2012 UTC revision 548 by nhaye, Mon Oct 29 17:14:25 2012 UTC
# Line 315  Line 315 
315                  /*                  /*
316                      Change la class CSS d'un service sur lequel on clique dans la liste de droite.                      Change la class CSS d'un service sur lequel on clique dans la liste de droite.
317                  */                  */
318                  $('.liste_droite_service').live(                  $('.field-ser-them').on(
319                      'click',                      'click',
320                        '.liste_droite_service',
321                      function(){                      function(){
322                          $(this).toggleClass('liste_droite_service_selected');                          $(this).toggleClass('liste_droite_service_selected');
323                      }                      }
# Line 324  Line 325 
325                                    
326                  $('.liste_droite_service input[type=checkbox]').live(                  $('.liste_droite_service input[type=checkbox]').live(
327                      'click',                      'click',
328                        'input[type=checkbox]',
329                      function(){                      function(){
330                                                    
331                          old_id = $(this).attr('id');                          old_id = $(this).attr('id');

Legend:
Removed from v.536  
changed lines
  Added in v.548

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26