[jQuery] Make jeditable select show the option's text instead of value

2009-03-17 Thread FSan
I mean If I have this: {'E':'Letter E','F':'Letter F','G':'Letter G'} and the corresponding generated select with options. I want jeditable to display for example Letter F instead of F after selection. Is it possible? Thanks

[jQuery] date picker date range and overall minDate and maxDate

2008-06-05 Thread FSan
How can I set an overall min and max date having 2 dates fields as date range? That is, not only the fields should restrict each other regarding the selected dates but also BOTH FIELDS respect a min and max date. Any ideas? Thanks

[jQuery] Datepicker: convert date string back to date?

2008-06-05 Thread FSan
Does anyone know if there is a way to convert datepicker's generated date range string back to a suitable date format I can use to provide values for minDate and maxDate? Thanks!