Re: [jQuery] DatePicker plugin: dateFormat enhancement [u]

2006-11-23 Thread devsteff [c]
It's keLvin but that's OK :) sorry keLvin, mea culpa! This must be the most requested feature for the plugin. It's something I originally thought unnecessary but since there has been so many requests for it I am willing to implement it. When I next get a free couple of hours I'll look at

Re: [jQuery] Help with the SVN Build Process [u]

2006-08-16 Thread devsteff [c]
I've an ANT build for my development environment before and I added targets to checkout/update the latest version from the SVN. The available tag checks, if an SVN version exist (my eclispe project was initial empty), if not an initial checkout is done, otherwise the sources are updated. If

Re: [jQuery] AJAX get() Prob. retrieving XML Dom from file system [u]

2006-08-09 Thread devsteff [c]
I've fixed the problem so that a given type of xml forces an responseXML regardless of the response header. For me it's ok for local AJAX requests and also for remote requests wich provide a content-type response header. I changed: httpData: function(r,type) { var ct =