Custom Query (7259 matches)
Results (61 - 63 of 7259)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#5079 | notabug | $getJSON BUG (Jquery 1.4) | ||
Description |
$.getJSON not work in Jquery 1.4 code: $.getJSON('json.js',function(data){alert(dataname?)}); json.js code: {nome:"Gilson"} Na versão antiga funciona, mas na versão 1.4 não funciona. |
|||
#7883 | worksforme | " Blocks dialog box | ||
Description |
When user entered data includes quotation marks, standard practice is to convert them to " or &x34;. Neither of these work inside the text of the dialog box. |
|||
#4814 | wontfix | 'Today' doesn't show properly in button panel | ||
Description |
Hi, When I have these settings on, the 'Today' doesn't show properly in the button panel. It shows as 'T24028a09' which seems like T + today's dd/mm/yy garbled in. Here are my settings: $("#datepicker").datepicker( { buttonImage : 'resources/images/jquery/calendar.gif', buttonImageOnly : true, buttonText : 'Choose', changeMonth : true, changeYear : true, closeText : 'Done', constrainInput : true, currentText : 'Today', dateFormat : 'mm/dd/yy', defaultDate : '+2', duration : 'fast', firstDay : 1, gotoCurrent : false, hidelfNoPrevNext : false, isRTL : false, maxDate : '+2m', minDate : '-1', navigationAsDateFormat : true, nextText : 'Next', numberOfMonths : 1, prevText : 'Prev', shortYearCutoff : '+10', showAnim : 'show', showButtonPanel : true, showCurrentAtPos : 0, showMonthAfterYear : false, showOn : 'both', showOptions: {direction: 'up' }, stepMonths : 1, yearRange : '-10:+10' }); Thanks, Tommy |