523 |
$('.liste_gauche_service_selected').each( |
$('.liste_gauche_service_selected').each( |
524 |
function(i) { |
function(i) { |
525 |
|
|
526 |
|
var id = $(this).attr('id'); |
527 |
|
data += ';' + id.split('_')[1] + '_' + id.split('_')[2] ; |
528 |
|
|
529 |
if ( !$(this).is(':visible') ) |
if ( !$(this).is(':visible') ) |
530 |
return; |
return; |
|
|
|
|
var id = $(this).attr('id'); |
|
531 |
|
|
532 |
if ( listServ.length > 0 && listServ.indexOf(id.split('_')[1]) != -1 ) |
if ( listServ.length > 0 && listServ.indexOf(id.split('_')[1]) != -1 ) |
533 |
return; |
return; |
534 |
listServ[i] = id.split('_')[1]; |
listServ[i] = id.split('_')[1]; |
535 |
data += ';' + id.split('_')[1] + '_' + id.split('_')[2] ; |
|
536 |
|
|
537 |
$('.list-sel-ser-them').append( |
$('.list-sel-ser-them').append( |
538 |
'<div class=\'row liste_droite_service\'>'+ |
'<div id=\'s' + i + '\' class=\'row liste_droite_service\'>'+ |
539 |
'<div class=\'cell1\'>'+ |
'<div class=\'cell1\'>'+ |
540 |
'<div class=\'' + $(this).attr('id') + '\' name=\'' + $(this).attr('id') + '\'>'+ |
'<div class=\'' + $(this).attr('id') + '\' name=\'' + $(this).attr('id') + '\'>'+ |
541 |
$(this).html().split('<')[0]+ |
$(this).html().split('<')[0]+ |