Custom Query (7259 matches)
Results (28 - 30 of 7259)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#7760 | notabug | $ converts prototype in Firefox | ||
Description |
Hi!, Well, when using setTimeout or setInterval the JQuery is not in variable "$". Below I put a simple example: setTimeout(function(){console.log($)},100) /* Output: >[] (function JSTH_$(aId) {try {return aJSTerm._window.document.getElementById(aId);} catch (ex) {aJSTerm.console.error(ex.message);}}) */ |
|||
#1858 | wontfix | $(".calendarRange").calendar({ dateFormat: 'YMD-' }); | ||
Description |
The code is like next, if there are to date blank(state date and end date),if we set this attribute [dateFormat: 'YMD-'], then the date limit of calendar was invalidate. For example, if the start date is 2007-10-10,then if we focus end date, the day before 2007-10-10 should invalidate, but it is validate now. I think the function of getDate should be improved! ====================== $(document).ready(function(){
}); ===================== |
|||
#4486 | notabug | $('#div').dialog in not a function | ||
Description |
hi i am using below file for jquery and i am getting error in open iframe dialog so please guide me what i have to do to make working proper. jquery-1.js http://ajax.googleapis.com/ajax/libs/jquery/1.2.6/jquery.min.js jquery-ui-personalized-1.js jquery-fieldselection.js |