[jQuery] Re: PNG Opacity Fix for IE6 - Not working!, please help me by tonight before i see my client!

2008-08-30 Thread BrandyCRUZñ
That plugin is based on using the filter property for IE6, in which it doesn't work as a repeating background. So it should be "no-repeat" instead of "repeat-y" #content background:transparent url(images/mttcarpentry_content_background.png) no-repeat scroll 0%; } so maybe find another alternativ

[jQuery] How do I cache a page once it has been loaded via AJAX?

2008-08-23 Thread BrandyCRUZñ
How do I cache a particular page that has been loaded via Ajax GET request. I want it to stop the GET request after it has been loaded and simply show data onclick. I set the cache setting to 'true' and it still calls the request. What am I doing wrong? My Link $(document).ready(function() {