<script src="jquery.multi-select.js"></script>
<script>
var selects = {
+ profondeur: {
+ label: 'Profondeurs',
+ data: {
+ '54': '54 cm',
+ '46': '46 cm',
+ '22': '22 cm',
+ '65': '65 cm'
+ }
+ },
+
+ poignees: {
+ label: 'Poignées',
+ data: {
+ 'yes': 'Oui',
+ 'no': 'Non',
+ }
+ },
largeur: {
label: 'Largeurs',
data: {
- '40': '40 cm',
+// '40': '40 cm',
'60': '60 cm',
'70': '70 cm',
'90': '90 cm',
'105': '105 cm',
'120': '120 cm',
- '124': '124 cm',
+ // '124': '124 cm',
'140': '140 cm'
}
},
meuble: {
// Simple vasque,Double vasque,Vasque à gauche,Vasque à poser
- label: 'Meubles',
+ label: 'Sous-vasques',
data: {
'1T': '1 tiroir',
'2T': '2 tiroirs',
'P': 'Porte',
}
},
- profondeur: {
- label: 'Profondeurs',
- data: {
- '22': '22 cm',
- '46': '46 cm',
- '54': '54 cm',
- '65': '65 cm'
- }
- },
- poignees: {
- label: 'Poignées',
- data: {
- 'yes': 'Oui',
- 'no': 'Non',
- }
- },
+
}
$(function () {