[jQuery] How to remove 'null' or replace it with "" for the returned data?

2009-05-03 Thread neil
$.getJSON('/MailDatQueryJsonAction', {mailDatHeaderID:maildatheaderid},function(data){ $('#historyJobID').attr("value",data.historyJobID); } In jquery-1.2.1.js, when data.historyJobID is empty,it will return "",correct!! But in jquery-1.3.2.min.js, it returns "null

[jQuery] Re: Can not get Select

2009-04-19 Thread neil
lid. > It's suppose to be in the form of: > > >option > > > Is there a reason you're doing it like that? > > On Apr 18, 8:27 pm, neil wrote: > > > > > > > SelectFileNameDate > > > > Company: > > > > >

[jQuery] Can not get Select

2009-04-18 Thread neil
SelectFileNameDate Company: Division: i can reference the fist select 'licenseeID' and populate it. but the third 'divisionID' can not be referenced,which says 0.options. var licenseeid=$('#licenseeSelectID').val(); $('#divisionSelectID')[0].options.length=0;

[jQuery] how to access the data from $.getJSON(ur,pa rams,function(data)(){}‏

2009-03-31 Thread neil
Hello, I am using struts2 and Jquery now. And who can please tell me how to access the sorttiervo from the 'data'$.getJSON('SortTiersAction',params,function(data)(){} data.sorttiervo? or other ways? public class SortTiersAction extends BaseActionS2 implements M

[jQuery] Re: IE Help

2009-02-17 Thread Neil Bailey
10:51 PM To: jquery-en@googlegroups.com Subject: [jQuery] Re: IE Help Sounds good, Neil. And don't let my "reinterpretation" of your original post put you off - come on back any time! :-) -Mike _ From: Neil Bailey Thanks Michael - I will do just that.

[jQuery] Re: IE Help

2009-02-16 Thread Neil Bailey
Hahaha I understand completely. And cannot tell you how much I appreciate the assistance. -Original Message- From: jquery-en@googlegroups.com [mailto:jquery...@googlegroups.com] On Behalf Of MorningZ Sent: Monday, February 16, 2009 8:59 PM To: jQuery (English) Subject: [jQuery] Re: IE He

[jQuery] Re: "undefinedjquery.block.js"

2009-02-15 Thread Neil Bailey
: "undefinedjquery.block.js" Hi Neil, Check this out "In the following code I'm including more than what is necessary for AjaxCFC to function. The only bits required for AjaxCFC to work are: json.js, wddx.js, and wddxDes.js (depending on which you intend to use for se

[jQuery] "undefinedjquery.block.js"

2009-02-14 Thread Neil Bailey
I am just getting started w/ jQuery, so if this is just a ridiculous question that has been answered a million times, I apologize in advance. I googled, and didn't find ANYTHING, so I am hoping that maybe someone on this list has seen it. I have the following code:

[jQuery] Re: jQuery w ajaxCFC

2009-02-13 Thread Neil Bailey
Or you can build your own json string in CF and return that from your function. Or you can use returnFormat=JSON in your cffunction to do the serialization for you. -- Josh -Original Message- From: jquery-en@googlegroups.com [mailto:jquery...@googlegroups.com] On Behalf Of Neil Bailey Sen

[jQuery] Re: jQuery w ajaxCFC

2009-02-13 Thread Neil Bailey
s.com [mailto:jquery...@googlegroups.com] On Behalf Of Neil Bailey Sent: Friday, February 13, 2009 3:05 PM To: jquery-en@googlegroups.com Subject: [jQuery] jQuery w ajaxCFC We are currently running CF7 (management feels if it ain't broke), and have been using ajaxCFC for about three year

[jQuery] jQuery w ajaxCFC

2009-02-13 Thread Neil Bailey
We are currently running CF7 (management feels if it ain't broke), and have been using ajaxCFC for about three years now. We are looking to update our AJAX methodology, and Chris Jordan had strongly suggested we check out jQuery. We are also pretty entrenched w/ EXT for the front end UI, and

[jQuery] Re: Recommendation Required - Custom Classes Library

2009-02-06 Thread Neil Craig
Note, that this applies to Mootools 1.11. I haven't touched version 1.2+, I'm sure they differ a lot. On Jan 23, 2:30 pm, Balazs Endresz wrote: > Then what if you just use Class.Extras and all its dependencies as it > is? Now that sounds too easy :) > > On Jan 23, 9:21

[jQuery] Re: jQuery 1.3.x & XPath

2009-02-06 Thread Neil Craig
Mmmm, haven't tried that. Thanks! On Jan 29, 8:33 am, Klaus Hartl wrote: > On 29 Jan., 06:05, Neil Craig wrote: > > > I have tried it, but it yields no results when searching for elements. > > > What I loved about the xpath functionality was that I could have used >

[jQuery] Re: jQuery 1.3.x & XPath

2009-01-28 Thread Neil Craig
, Karl Swedberg wrote: > On Jan 28, 2009, at 6:43 AM, Neil Craig wrote: > > > > > Earlier version of jQuery allowed one to search for elements using > > XPath, but after the implementation of the Sizzler selector engine, > > the XPath support was lost, or so it seems. &

[jQuery] jQuery 1.3.x & XPath

2009-01-28 Thread Neil Craig
Earlier version of jQuery allowed one to search for elements using XPath, but after the implementation of the Sizzler selector engine, the XPath support was lost, or so it seems. Any comments?

[jQuery] Re: Recommendation Required - Custom Classes Library

2009-01-23 Thread Neil Craig
and Class, and hack it to work with jQuery ... now that sounds > like a whole new framework :) > I don't know Mootools that much at all but maybe it's not as hard as > it sounds... > > On Jan 21, 8:18 am, Neil Craig wrote: > > > Bump :) > > > On Jan 20,

[jQuery] jQuery.support & IE6 or later

2009-01-21 Thread Neil Craig
I fully understand why support detection is considered much better than browser sniffing. But I have yet to see a way to detect the flash/ selectbox bleed-through issue that exists in IE version 6 or earlier. For that reason, I think that jQuery.browser should be maintained in future releases of

[jQuery] Re: Recommendation Required - Custom Classes Library

2009-01-20 Thread Neil Craig
Bump :) On Jan 20, 10:36 am, Neil Craig wrote: > I was wondering, which Custom Classes Library is best to use along > with jQuery. Up to now, I've been using Mootools to create custom > classes that can be easily extended through its inheritance model. It > also has custom e

[jQuery] Re: Class selectors not working when using jQuery 1.3 with Mootools 1.11

2009-01-20 Thread Neil Craig
ixed in the trunk. > > I suspect this is > it:http://github.com/jeresig/sizzle/commit/0a9df6e0b68a91dd1f59bfd6e7941... > > On Jan 20, 3:26 am, Neil Craig wrote: > > > Hi > > > I'm working on a project that used to implement Mootools 1.11. It has > >

[jQuery] Re: loading jquery

2009-01-20 Thread Neil Craig
This link might help http://ajaxpatterns.org/On-Demand_Javascript On Jan 20, 10:39 am, slava wrote: > Hi, > I am loading jQuery from a script inside a page and need to execute > next function right after jQuery loads. What would be the best way to > do this? > So far I have tried using a timer

[jQuery] Recommendation Required - Custom Classes Library

2009-01-20 Thread Neil Craig
I was wondering, which Custom Classes Library is best to use along with jQuery. Up to now, I've been using Mootools to create custom classes that can be easily extended through its inheritance model. It also has custom events that I have used extensively. Which library do you recommend that has t

[jQuery] Class selectors not working when using jQuery 1.3 with Mootools 1.11

2009-01-20 Thread Neil Craig
Hi I'm working on a project that used to implement Mootools 1.11. It has been decided however that we switch over to jQuery since it is much faster and more light-weight. However, because we have created numerous widgets in Mootools, we still have to use it while the jQuery equivalent widgets ar

[jQuery] Re: jQuery Cycle Plugin: 1 pager to control 2 slideshows

2008-12-22 Thread Neil
wow that works awesome. even able to apply it to several cycles. i saw a posting about applying a delay to several cycles so that one starts a couple seconds after another cycle (http://groups.google.com/group/ jquery-en/browse_thread/thread/fa74609bb63f46a/40f0bec91d0c6574? lnk=gst&q=jquery+cycle

[jQuery] jQuery Cycle Plugin: 1 pager to control 2 slideshows

2008-12-12 Thread Neil
Is there a way in the jQuery Cycle Plugin to have have 1 pager control 2 slideshows? Where one slideshow has a scrollLeft effect and the other has a fade effect.

[jQuery] jQuery Cycle Plugin: 1 pager to control 2 slideshows

2008-12-12 Thread Neil
I have been searching for a way to have 1 pager to control 2 slideshows with the same number of slides. Where one slideshow can have a scrollLeft and another just with a fade. Is this possible with the current plugin?

[jQuery] Disable/Enable jQuery Added Events

2008-11-27 Thread Neil Craig
Something I would like to do is to add several events handlers to an element and control the firing by enabling & disabling it. For example: jQuery(".sample").click(function() { // do something }).disable(); Clicking should not fire the event until jQuery(".sample").enable() has been called. Ha

[jQuery] Re: Modals don't mask whole page with Ext and jQuery

2007-08-17 Thread Neil
Great. Works a treat. Many thanks.

[jQuery] Broken link

2007-08-16 Thread Neil
Trivial, but the dev mailing list link at http://dev.jquery.com/wiki appears broken. Cheers.

[jQuery] Modals don't mask whole page with Ext and jQuery

2007-08-15 Thread Neil
ixed would be really appreciated. Regards, Neil.

[jQuery] Re: Form with multipart/form-data not working

2007-06-11 Thread Neil Merton
s a different story then. You can't upload files via ajax. > Use the form plugin for that functionality. For details check > out:http://www.malsup.com/jquery/form/ > > Mike > > On 6/11/07, Neil Merton <[EMAIL PROTECTED]> wrote: > > > > > Thanks for th

[jQuery] Re: Form with multipart/form-data not working

2007-06-11 Thread Neil Merton
Thanks for the reply guys. Mike - I'll have a look at the application/x-www-form-urlencoded option, see what it does. Michael - that is a simplified form - the actual form does contain a file upload field. Regards, Neil On Jun 11, 5:19 pm, Michael Price <[EMAIL PROTECTED]> wrote

[jQuery] Form with multipart/form-data not working

2007-06-11 Thread Neil Merton
Hi all, I'm trying to use the following example with a form that contains multipart/form-data in it but the ajax part won't work - http://www.shawngo.com/gafyd/index.html If I remove the enctype="multipart/form-data" from the form tag it works. Here's the code... $(document).ready(function()