Slide Tool Not Functioning With Safari?
Feb 3, 2010
I have a issue with a sliding feature. Works with IE7 and FF but not with Safari on a MAC or a PC.[URL]..
At the bottom of the page is 'NEWER POSTS' and 'OLD POSTS' and when clicked the center area of the page should slide up or down depending on which is clicked.
Javascript code is:
function initFilter(){
init(); //thing
if( document.cookie.indexOf("leftcolumn15half_currFilter")!=-1 ){
feature = getCookie("leftcolumn15half_currFilter");
[Code]...
View 1 Replies
ADVERTISEMENT
Feb 15, 2010
I am using javascript from wz_tooltips from WalterZorn.The tool tips work fine in FireFox and Internet Explorer but they do not work at all in Safari. The script on the Walter Zorn web site work in Safari so I'm really perplexed why I can't get it to work.
My page is atgroundlevel/facts-nutrition/
View 9 Replies
View Related
Mar 5, 2010
I have created a site and on one page it uses 2 divs side by side to display text information. in the left hand div it contains 8 links. these links when clicked load up text stored in separate text files and display it in the right hand div.The code below was working when i ran it from my mac but when i try to load it off the webhost it fails to execute.
$(document).ready(function() {
$("#mc").click(function() {[code].....
View 1 Replies
View Related
Feb 2, 2011
I'm having a little trouble with 2 differentJS scripts. I have a drop down slide menu and a parralex slide gallery. Both work on separate pages and puton the same page they still work however the submenu of the slide down menu does not. if I remove the style sheet that belongs to the gallery
Then the munu works, however (obviously) the page layout goes wrong. if i remove<h1 class="title">Alex Holland Perspective</h1> the menu works however page layout goes wrong andI loose my header
Here is the code.
View 4 Replies
View Related
Oct 26, 2006
I have a form on my asp page with 3 dropdowns, day, month & year, but
for some reason, the day dropdown is displaying the 25th twice, instead
of 26th, then 27th?
I have this script in the <headof my asp page:
View 6 Replies
View Related
Sep 30, 2009
I'm doing some online tutorials and simple tasks.I'm getting an error on the function .fadein.can someone please tell me what is wrong with this code.[code]
View 4 Replies
View Related
May 5, 2010
I've built a website and have used JQuery for the 1st time. Everything works fine in Firefox and Safari but IE is really giving me a headache now! The site can be seen HERE When you roll over the main links a sub menu rolls out, when you roll over the next main link the sub menu in view scrolls back in and the one associated with the new link scrolls out - please view in either FF or Safari to see it working.
In IE the functionality of the menus just doesn't cut it??? the 1st two (Company and Services) seem to work as expected when you roll back and forth over them, but the last 2 (Portfolio and Contact) are really flakey??? They stay scrolled out when they should be scrolling back in, although sometimes they do actually scroll in, and on the last one (Contact) only one of the two links in the sub menu appears and then its not clickable????? Again please conpare between FF and IE to see what i mean.
Can anyone offer me some advice on solving this, i'm looking to get the IE version to work just as well as i have it in FF. Unfortunately I don't have any experience with javascript / jquery to fall back on so i'm just hitting my head against a brick wall at the moment.
[Code]...
View 3 Replies
View Related
Sep 25, 2011
This <div> layer positioned always at bottom left of the screen on scrolling (and calling some code from labpixies) works well in non-ie browsers, but in ie it requires the omission of the doctype declaration. Why? Is it possible to fix it so that it works with the doctype in ie?
<!doctype html>
<html lang="en">
<head>
<title></title>
</head>
[Code]...
View 8 Replies
View Related
Apr 12, 2011
I have a script that works until I add the clearInterval command, and I am not sure what I have done wrong.
The code is:
<script type="text/javascript">
function loadChatTalkRefresh(File,ID,Msg){
var xmlhttp;
if (window.XMLHttpRequest) {
[Code]...
View 6 Replies
View Related
Jun 5, 2011
first foray into ajax territory and it's not cooperatingThe PHP works fine if I define the variables and load the page independent of the ajax, so here's the otherwise relevant code (it's not mine):
rating page:
Code HTML4Strict:
<html>
[code]....
View 6 Replies
View Related
Oct 19, 2011
I'm making a form with some fields. Once the form is submitted it updates the page with a new div containing the data entered without refreshing. Im using jquery form plugin. What I'd like to achieve is the new div(.record) to .slideDown. I guess I need to somehow specify the exact div by giving it an id or number. I'm not sure and why im here.
At the moment when i submit all of the divs(.record) are hidden with .hide, then they all slide down with .slide. Best i can understand is to hide the last div then slide down. But again.. I don't know how to specify to only slide down the last div added and not the current .record divs on the page.
[Code]...
View 3 Replies
View Related
Jun 17, 2011
I'm trying to manipulate the functions of Codaslider for a layout. What I need is the ability to use an image for slide dynamic slide navigation. I've solved the issue for dynamic hashing, however I'm stuck at modifying the HTML. I've tried a few things but I figure this is the easiest way...
[Code]....
View 9 Replies
View Related
Sep 10, 2011
I'm somewhat new to JQuery, working on my first mobile app and using JQuery mobile. I'm having a problem with my page. I had it "working" in JQTouch but JQuery Mobile looks a lot better, so I wanted to try it.1. I have a form with a list of flavors on it that you can mark as a favorite (checkbox).
<!-- Set My Favorites -->
<div
data-role=
[code]....
B - The style is somewhat a little off. Because all these DIVs are next to each other (I've tested a few manually) they should all be in one GROUP of checkboxes, but with my current code - its like each one is an individual button. So the CSS isn't getting applied completely correctly.
View 3 Replies
View Related
Dec 1, 2009
For my projet I need to creat an editor WYSIWYG (as CKeditor or WYMeditor [jQuery]) and after must research i see editor need iFrame for functioning.I don't understand when i can access to ifram..This is the creat code :
var myIframe = $('<iframe id="frame_'+myId+'" name="frameName_'+myId+'" frameborder="no" width="500" height="100">');
var myEditorBody = $('<div class="K_editor_body"></div>');
[code]....
View 1 Replies
View Related
Mar 16, 2010
I have a CMS that was built for our company website that relies on some JS to upload media through a regular browser directly to be displayed on our site. There is a button one clicks to upload video. When clicked the file browser on your computer is supposed to pop-up so you can choose the media you would like to upload.This button no longer is responsive on any of my 12 mac desktops in any common browser nor my mac laptop which is on a different OS X version.
Here is the script from the page:
[CODE] <script type="text/javascript">
var upload1;
window.onload = function() {
[code]....
And here is where the button lies in the page:
[CODE] <input type="button" value="Upload file (Max 200 MB)" onclick="upload1.selectFiles()" style="font-size: 8pt;" />[CODE]
View 8 Replies
View Related
Nov 3, 2010
I use this library for almost all my slideshows, and have not had a problem up until now. I know the JS files being referenced are correct, the image paths are correct, so what seems to be the hiccup here? I am willing to bet its something simple.
http:[url]....how the three images just stack now, with the jquery cycle plug-in they are supposed to fade.
View 2 Replies
View Related
Jan 18, 2011
I have content coming in from an Ajax request. There are internal js variables being set on the page that don't seem to be registering. As a matter of fact, as a test, I can't even get an alert box to fire up.Though, when I run the page directly the alert triggers fine.
It's obvious I'm misunderstanding some basic information about Ajax calls, haha. What am I missing?
View 2 Replies
View Related
Jan 1, 2010
on this site [URL]. There are no validation errors. firebug says my linkOut function is not defined... but I have this:
[Code]...
View 8 Replies
View Related
Jul 1, 2010
I'm using jQuery cycle plugin right now, and I want to add a new slide based on the newly created image and I want to replace this slide later if the user has updated the image. I read the document of jQuery cycle, and I found it's using onBefore callback to do the job, but it's not on the fly, how could I do it on the fly?
View 2 Replies
View Related
Dec 13, 2011
How to insert and remove slide in jquery cycle before the first slide.
View 3 Replies
View Related
Jul 10, 2007
I've seen websites that had large flash ads that covered content on pages that, after they had run, resized or disappeared.
We would like to use the technology behind that (presumably JavaScript) to show and hide an intro flash on a home page. We would like to have a "close" link on the flash also.
I have searched Google and here but haven't found any good resources and many of the sites I have seen using the technology are no longer using them. I just need a little assistance on the JavaScript part of the puzzle.
We want the flash to start over the copy on the page and then roll out softly when it's done playing, revealing the content below. Code:
View 1 Replies
View Related
Apr 27, 2011
I am trying place an AP DIV which floats above a jquery cycle plugin slideshow. It uses transparency so you can see the images through the Div box percentage colour.
At the moment the AP DIV can only sit behind the jquery slideshow.
[Code]...
View 2 Replies
View Related
Mar 24, 2010
I am very new to using jquery (and any javascript at all really) and I am having a dillema. I am trying to have several expandable sections of my webpage but I only want one to be opened at a time so I want to use slideUp and slideDown rather than slideToggle.
I want to use the same button to open and close the section. How do I do this? Here is my current jquery code, as of right now when I click expandButton1 the itemContent1 section closes and then reopens immediately:
[Code]...
View 2 Replies
View Related
Apr 30, 2009
It's for a navigation on my website. I want to have the sub-categories sliding down, if you click on a parent-category. I made it and there's no problem. But I want the sub-categories to slide away with a second click on the parent-category and I don't know how to do this.
to give you an example of my code:
the html:
<ul>
<li><a href="#">Home</a></li>
<li class="menuparent"><a class="menuparent2" href="#">Info</a>
[Code].....
View 8 Replies
View Related
Nov 9, 2009
I'm trying to get a mootools plugin to work with a slide in/slide out javascript using multiple divs. Here's the page: [url] The mootools code (Noobslide) slides a main image on the right when you click thumbnails on the left, which are wrapped in a thumb mask using CSS. The first row of thumbnails works perfectly, but when it's passed on to the next div the mask isn't passed on and the effect breaks down.
Here's the html:
The javascript:
The CSS:
View 1 Replies
View Related