Does anyone know of a way to prevent tabbing (via keyboard tab key) between form fields in ifferent "slides" when using the jquery scrollTo plugin? For example, I have a UL with 2 LI's in it and each LI has a <form> inside of it. If a user is on slide 1 and hits tab on the last visible form field, the first form field on the next slide comes into view (because the browser gives it focus), thus moving slide 2 partially into view. The same kind of thing happens from slide 2 to slide 1 when shift-tabbing (tabbing backwards): a form field on slide 1 gets focused and comes into view. I'd like to prevent tabbing between the forms. To complicate matters a bit more (possibly), one of my forms has a jquery UI tab control on it, so the last visible form field could be any field on any of the tab control's tabs (ie: the "last" visible form field depends on what tab is showing.
I'm working on a domestic abuse website and I need to make it so that abusers cannot go back into the history and see that their spouse has visited the site. Is there any way I can do this?
I also need a way to prevent the user from going back to the site once the "Escape" button has been pressed (escape button used if the abuser comes into the room.) My thought process so far is to have a page on some non-related domain that does not allow the user to go back to the Domestic Abuse site, and then immediately redirects to Google.
modify the script to prevent showing busy indicator
[CODE] <script type="text/javascript"> window.onload = setupFunc; function setupFunc() {
[Code].....
above tis the script which shows up busy indicator whenever ajax request is in process. in my case I have some timer componenes which reloads after every 5 minutes through ajax .I want to prevent the above script from showing the busySign when any timer componenet is updating , what should I change in the above script to exclude some components?
I'm having an issue with the status bar in Mozilla and Netscape showing that it is still waiting on the page to load even after it is finished. This problem does NOT occur with IE.
In summary, I am using a onLoad event in the BODY tag to communicate back to another server each time a page finishes loading. I do this by using a "new Image()" and setting the .src property to the server. The .src includes a value in the querystring so I know what request it was that finished loading.
The challenge here is that the status bar still shows "Transferring data from www.mysite.com..." despite the image being loaded. It never clears and leaves the user with the impression that there was a problem loading the page. My web server logs at the mysite.com show that the browser does indeed make a request for the image and I get the querystring just fine and it returns a status of 200 so the image is being found and served ok.
I've tried everything I can think of to solve this and really could use your help please. Bottom line is that if you use the "new Image" statment from within the OnLoad event of the Body tag, Netscape and Mozilla never seem to update the status bar to show "Done" despite it succesfully loading the image.
Here is a simply snippet you can use to easily reproduce this issue:
I'm using easySlider and masonry but I'm having problems in using multiple instances of easySlider. What I'm trying to do is to remove the first instance of easySlider and then create a new instance that has new set of images.[URL].. But it doesn't seem to work correctly. When you click box#1 (CM Partners) the slider works great. But when you click on box#3 (NBCM), the slider doesn't work and notice that it adds a 'Previous' link even though it's the first frame/slide. Also, the slider doesn't work.
What i want is, to show a pop up or a simple div or a modal or any dialogue box to to load on my home page to show welcome message, whats new etc stuff, which will be displayed only once in a day to every visitor of my site,(at the first visit of the day only ) But i want to load this modal after a sec when all the other elements of the pages have been finished loading.
I've gotten .load to load content into a div but if the window is not at the top of the page it scrolls back to the top each time the new content is loaded but I wanted to avoid any sort of change on the page other than the content in the div. It seems pointless if the user has to scroll back down to the div where the content is each time? code...
Is there a way to keep the window in the same position? Also while I'm at it - is there a more efficient way to write this considering I have 9 pages or should I just write this code out for each instance?
I was wondering if anyone knew how to load a image in the background and have the current image show until the new image has been downloaded and then swap out the image.
I currently just have the replace without the buffering. Because of the download time of the new image there is a short time where the image space is blank.
Any way to create a presentation on a website WITHOUT showing load bars? Background info: it is about photography website where someone after seeing full size picture could click to view it in a room setting. Right now my developer created a presentation where full size picture zooms out then there is a load bar (hideous) and then the presentation starts. So it looks like it is 2 different parts and I would like to make it into one smooth presentation. Btw: would like if possible avoid flash animation due to recent developments on Apple's side.
Basically I want my boxes to do what the ones on this site do : [URL] under the menu there are 5 boxes when you roll over them it appears like a div box with a different image slides up, and when you move off it, it slides down again. I've tried playing about with adobe behaviors but can't seem to achieve that affect. How do I get that affect in dreamweaver?
I have this script here. Hope i can paste the code. Please click on the login tab on the right side. The issue is, the tab slides down as well as grows. Please help. It should only slide down, not grow.
On my website i have a sliding box, that houses an update from an ajax function. the idea is the box slides down the page as you scroll down. Now on some coputers the box stops so far off the bottom of the page, and on others it just keeps going off of the bottom of the page untill it is just the background and no website. Here is a link: [URL]
below is the javascript, what i am trying to get advice on is if there is a way that i can stop the box at the bottom of the page before it goes on to the white area. i have tried adjusting the css but nothing seemed to work and i am not an expert with javascript and hoped somebody my able to point me in the right direction.
I'm trying to show multiple slides at once using jQuery Cycle. In most others forums I've seen people get directed to this demo: [URL]
I am to achieve what's there, visually, but I want each slide to move individually; so in the example provided only one slide would move to the left at a time rather than all three.
I know you can use random multi-effects, but is it possible to specifically choose the fx used for each specific slide/image?Maybe it could be done by getting the class of the 'current' slide somehow? eg.
this is what i like to do. a menu which moves out of the bottom, when the mouse is over the menubar. the whole div-tag(menu) should slide 200px up. when the mouse is moving out of the menu area, it should slide don to starting position.
I have a set up that uses slideDown on a division that is housing a table, and it's height in no explicitly set. In Firefox, slideDown() will slide too far, then jump back to where it should be. In Chrome, this behavior does not happen. I do not want to set a static height, as the contents are dynamically set.
Is there a reason for this issue, and can it be fixed?
I trying to create a navigation similar to: [URL] I can do the drop down and the transparency, but I don't know how to make the navigation slide into place. I've done some research, but I'm kind of stuck.
I've created this sliding panel where I click the Sidebar button and it slides out or in. But I would like to make it run more smoothly. I tried storing references to the elements within the MoveSidebar() as this.variables, so that they wouldn't be re-defined each time, but then FF spits out that 'this.sidebar.style' is undefined?!
How can I make it run more smoothly, or get FF to recognise 'this.sidebar.style' (once I reinstate all the this.references)? Here's the whole page and the button is also attached for ease of testing.