[jQuery] Using jQuery to see if CSS is disabled.

2009-09-03 Thread mumbojumbo
Hello All, I'm trying to code a site using progressive enhancement methods. It's built upon standards-compliant CSS and HTML and JS. I'm using jQuery on the site to animate some elements on hover etc. Now, when CSS and JS is disabled, it's all good. But, If CSS is disabled and JS is still enabled

[jQuery] Re: can jQuery support drawing items on a CANVAS? (e.g. web-based UML tool)

2009-02-19 Thread mumbojumbo
Well, IE doesn't support Canvas for IE support you'd have to use iecanvas.js or something similar. On Feb 19, 6:38 pm, greghauptmann wrote: > Hi, > > Question 1 - Can jQuery support drawing items on a CANVAS?  I have a > project where I would like to have a web-based means of displaying a > sim

[jQuery] wiki software used for docs.jquery.com?

2009-02-15 Thread mumbojumbo
I love the docs and I was wondering what wiki platform they were using. Any Idea? I think its a modified version of mediawiki but I thought I would ask. Thanks, MJ

[jQuery] Re: JavaScript not executing from external html files from Ajax call into Div

2009-02-12 Thread mumbojumbo
I'm having a similar problem, I have div that gets data from external pages of my site, and I want to use jquery to do a smooth scroll (http://flesler.blogspot.com/2007/10/jquerylocalscroll-10.html) but It won't apply.. any ideas? On Feb 12, 4:55 pm, Alex wrote: > Hello, > > This is my first me

[jQuery] Re: Content called using $().load() isn't displaying in IE (content contains an Iframe)

2009-02-12 Thread mumbojumbo
I also tried using an tag, as that is strict compliant, It still works in FF Safari Opera but It won't load when called through jquery in IE. IS there a force reload? On Feb 12, 8:18 am, mumbojumbo wrote: > You got my code down, that's what it does. The iframe is loading >

[jQuery] Re: Content called using $().load() isn't displaying in IE (content contains an Iframe)

2009-02-12 Thread mumbojumbo
t; loading the href into the "#content" object.  Is the iframe that you > are messing with on the same domain?  There are a ton of funky > security permissions with iframes.  Especially for IE6. > > On Feb 11, 9:44 pm, mumbojumbo wrote: > > > > > Hello, >

[jQuery] Content called using $().load() isn't displaying in IE (content contains an Iframe)

2009-02-11 Thread mumbojumbo
Hello, I have some code that loads content into a div using the .load function in jQuery. Now, the content that is pulled from the page is a in a div and in one of the div's, I have an I frame. The code I have works for FF Opera Safari but in IE the page doesn't do anything (Or at least, Doesn't

[jQuery] Saving HTML as an image...

2009-01-11 Thread mumbojumbo
Hello, I'm working on an application that will use jquery to make charts and graphs and I want to allow the user to save the html as an image. Can this be done? This really isn't a jquery question per se, but I would like to know if jquery could do it/ or if it can be done at all. MJ

[jQuery] $().fadeIn using a png in IE7 , it's ugly.

2008-12-23 Thread mumbojumbo
I'm trying to fade an image using .fadeIn , The code works but the implementation in IE7 is ugly. Any work arounds/ fixes? I'm using jQ 1.2.6 and it works fine in FF... I've also tried to use it on an and a with the background image as the png. Still no luck. Any help would be appreciated! Mum