dialog-form input impossible
dialog-form input impossible
pearly_030
Posts: 42Questions: 0Answers: 0
Hello,
I've a problem with dialog-form.
I can't modify input fields but I can modify the select field.
I don't understand why.
Can you help me ?
My script
[code]
.....
$('#dialog-form').load('passagers.php').dialog({
autoOpen: true,
title: 'Nombre de passagers.',
width: 450,
resizable : true,
modal: true,
position: 'center',
buttons: {
'OK':function() {
alert("Hello");
}
}
}).height('auto');
.....
[/code]
passagers.php
[code]
Veuillez renseigner le nombre de passagers :
1
2
3
4
5
6
7
[/code]
I've a problem with dialog-form.
I can't modify input fields but I can modify the select field.
I don't understand why.
Can you help me ?
My script
[code]
.....
$('#dialog-form').load('passagers.php').dialog({
autoOpen: true,
title: 'Nombre de passagers.',
width: 450,
resizable : true,
modal: true,
position: 'center',
buttons: {
'OK':function() {
alert("Hello");
}
}
}).height('auto');
.....
[/code]
passagers.php
[code]
Veuillez renseigner le nombre de passagers :
1
2
3
4
5
6
7
[/code]
This discussion has been closed.