jq

flash video covering JQueryUI model dialog

I have a site with a flash SWF on the home page. I have a login dialog that is displayed using the jquery ui modal. The modal dialog is being covered by the SWF movie when it opens. I tried setting the z-index etc but nothing seems to stop the SWF from covering the log in. Is there any way to force the SWF movie to the background? The ...

ASP.NET MVC2 App Losing jquery ui button theme on Ajax call

I'm writing an ASP.NET MVC2 application that uses a jquery theme. I have a partial view that is updated with an Ajax call. When the partial view is re-rendered the buttons lose their jquery theme. I tried having the "onComplete" function restyle them, but no luck. JS function in master page: function styleControls() { $(...

scrollTo inner div only

I have a page with two scroll bars. I am using the scrollTo jquery plugin to jump to other areas on the same page. The problem is I only want the inner div to scrollTo and the outer div to remain at the top of the screen. Development site link click here This is the script $(".jump > li").click(function() { var qu = $(this).attr("...

Page loading animation

Hi I want to display a loading animation while my page is loading, and when loading is complete then obviously hide it. I am working in ASP.NET using Masterpages, just wondering there is a a simple way of doing this using JQuery? Any pointers would be appreciated. Thanks ...