[jQuery] Re: Parsing an external RSS feed

2009-02-11 Thread mmiller
You can also feed off Google's solution either as they wrap it or raw with a JSONP approach: http://code.google.com/apis/ajaxfeeds/documentation/#fonje On Feb 11, 2:58 pm, kgosser kgos...@gmail.com wrote: Hey all, I've done some digging for a jQuery RSS feed plugin. Some good ones out there.

[jQuery] Re: Can I use DWR and jQuery together?

2008-05-15 Thread mmiller
Thanks for weighing in on that, Joe. I had always assumed the conflict. Now I know better. Mark

[jQuery] Re: Can I use DWR and jQuery together?

2008-05-13 Thread mmiller
Sure. If you use the DWR utils.js you will have a collision over the use of the $ variable. But jQuery's noConflict option can get you past this. Additionally, I find that jQuery basically replaces the DWR utils for DOM work. On May 13, 9:01 am, jmDesktop [EMAIL PROTECTED] wrote: Kind of new to

[jQuery] Re: jQuery TShirt

2008-05-09 Thread mmiller
$(life).get()[0]; On May 9, 2:37 pm, Fontzter [EMAIL PROTECTED] wrote: $(complicatedCode).hide();

[jQuery] Re: Best way to do Lightbox-like modal windows?

2008-05-07 Thread mmiller
blockUI - http://www.malsup.com/jquery/block/ You wanted simple. On May 7, 3:36 pm, Kyrre Nygård [EMAIL PROTECTED] wrote: Hello! What's the best way to do a Lightbox-like modal windows? jqModal? Facebox? Thickbox? There are so many options out there, so many of them look so bloated and

[jQuery] 1.1.3.1 breaks jqModal in IE6

2007-07-26 Thread mmiller
I if download and host the jqModal public example (and associated resources) on a local webserver and simply change the jQuery to 1.1.3.1, jqModal stops working in IE6. The overlay is pushed to a thin box at the bottom of the page and any modal like behavior is lost. My workaround is to roll

[jQuery] Re: 1.1.3.1 breaks jqModal in IE6

2007-07-26 Thread mmiller
upgrading to jQuery 1.1.3 --David On Jul 26, 10:01 pm, mmiller [EMAIL PROTECTED] wrote: I if download and host the jqModal public example (and associated resources) on a local webserver and simply change the jQuery to 1.1.3.1, jqModal stops working in IE6. The overlay is pushed to a thin