[jquery-dev] JQuery Tabs error in IE

2009-06-24 Thread Obinna
[Note: See issue #2 at bottom for jquery-dev relevance] I have been getting a 'object does not support this method' error on IE7 when the jquery-ui is trying to initialize a tabbed pane (using jquery 1.3.2, jquery-ui-1.7.1) I finally narrowed down the problem to line 5470 in jquery-ui-1.7.1:

[jquery-dev] Error in attr when adding function to Object.prototype

2009-04-21 Thread Obinna
I have some code where I add a function to object prototype like: Object.prototype.merge= (function (object) { ... }); However, if i use this code with jquery (1.3.2) and then try to use the attr() operator to set an attribute value, it throws an error because (line 1026) tries

[jquery-dev] unexpected eq() operator precedence result

2009-03-21 Thread Obinna
If I have a grid composed of row and cell div element as follows: div class=grid div class=row div class=cell/ div class=cell/ div class=cell/ /div div class=row div class=cell/ div class=cell/ div class=cell/ /div div class=row div

[jquery-dev] Re: [jQuery] #4231: Add new path method which returns selector path to jQuery object

2009-03-01 Thread Obinna
Because the query using the to selector path to resolve the element may be a made at a much later time, in a different session, on a different machine etc. I simply need to build an efficient path to an element to be able to retrieve the element at anytime in the future (assuming that the dom

[jquery-dev] Multi-Calendar I18N Support in UI Datepicker

2009-02-18 Thread Obinna
I am planning on using the ui datepicker component in an app with multi-calendar requirements. This includes the datepicker UI component, meaning that the datepicker should be able to render with a completely different calendar (such as Julian or Coptic) as well as the current localized text