JQuery :: Slider Not Working In I.E / What To Do?
Jun 11, 2011
I am not a programmer/web developer and have very little knowledge when it comes to coding websites.
I tried to install this slider onto my site: Slides, A Slideshow Plugin for jQuery
It is working just fine in Safari, Chrome and Firefox, but in Internet Explorer the slider and all of the images associated directly to the slider just do not load! No errors are reported by IE.
I've been googling for hours and have read through many threads on this forum trying to find a solution to this, but have so far been unsuccessful.
View 4 Replies
ADVERTISEMENT
Oct 16, 2010
I just started with jquery because I need a solution for a website that doesn't involve flash. I found this tutorial [URL]and I tried to modify the code without realy knowing what I'm doing, needless to say, it's not working at all.
Basically I have the same idea for my menu but it looks a bit different, instead of using a line underneath the links I want the scroller-image to tween on the x-axis with the white line stopping in the middle of each button. I made the image to fill the whole page so that it covers the scroller-line image underneath, I want the effect of a line expanding and contracting and this is the only way I could figure to do it.
css:
.nav-scroller-container
{
width:900px;
height:75px;
[Code].....
View 9 Replies
View Related
Feb 20, 2009
I cannot get two of my three jquery sliders to work on my page. I have three in total the first one works perfectly.. but the second two do not I have checked and double checked but cannot see the issue. The 2nd and 3rd do not display but their buttons prev and next are displayed.. the web address is Site Example
[Code]....
View 9 Replies
View Related
Feb 25, 2011
This slider is working fine when actively using/clicking/hovering but will not autoplay.
Code Below:
CSS
/*image slider*/
.rotator
{
[Code]....
View 2 Replies
View Related
Mar 5, 2010
How to make colour slider working?
I enclose files.
Attachments
Slider colours.zip
Size : 31.1 KB
Download : 364
View 4 Replies
View Related
Jan 10, 2012
I have a working version of a jQuery image slider that can be seen here. I am trying to implement this into a new website and have copied the code exactly but for some reason the images are not rotating or switching when the thumbnails are clicked. The new slider can be see here - I have it in a test page so that there is no possibility of any other scripts conflicting.
View 2 Replies
View Related
Jun 23, 2009
Last year I used jQuery slider to gather input of several continuous variables. It worked very well. In the intervening year I updated jQuery and jQuery slider and moveTo seems to not work. In fact I do not see moveTo mentioned in the slider documents. This worked previously:
$("#slider1").slider({
min: 20,
max: 100,
startValue: 20,
[Code].....
View 6 Replies
View Related
Dec 16, 2011
I have a form with two slider on it so the user can select an amount. The slider works fine and passes the values to email ok etc. but when the page is loaded there is "[object Object]" in box of the second slider. I can't find the problem with the code as it is the same for the first slider.
Here is a link to the form: [url]
<script>
View 1 Replies
View Related
Jun 27, 2011
I got 2 sliders in a List:
<li data-role="fieldcontain">
<label for="slider_year"><big>Jahr auswählen</big></label>
<input type="range" name="slider_year" id="slider_year" value="2000" min="2000" max="2011" />
[Code]....
Both alerts wont get called...
I know this should be very easy, but i dont get it.
View 1 Replies
View Related
Oct 12, 2009
1.I found a Slider Toggle thats demonstrated here [URL] and it seems to work fine but only if the link is placed above the div that slides down.. im trying to make the div slide down from above my menu and i want 1 of the links on my menu to toggle the slider. how do i get it work to where I can place the link below the sliding div? 2. the script originally used .fader{opacity:0;display:none;} but I wanted the slider div to be visible if javascript was disabled so I added
jQuery(".fader").hide(); so its now
<script type="text/javascript">
$(document).ready(function() {
jQuery(".fader").hide();
$(".fadeNext").click(function(){
$(this).next().fadeSliderToggle()
[Code]...
View 4 Replies
View Related
Jan 18, 2011
I have inserted the easy slider code into my web page to make a sliding gallery. I attempted to modify the code so that numeric navigation AND arrow navigation (next, previous) could toggle slides BUT I can't see the number navigation in IE6. Every other browser I have tested (mac Safari, Firefox, and Google Chrome as well as IE7,8) work perfectly. Since I modified the original, I assume the error is in my javascript code OR in my CSS.Here is the Javascript:
/*
* Easy Slider 1.7 - jQuery plugin
*written by Alen Grakalic
*http://cssglobe.com/post/4004/easy-slider-15-the-easiest-jquery-plugin-for-sliding[code]....
View 2 Replies
View Related
Dec 7, 2011
I'm messing a lot with the issue but it is driving me nuts Issue is, I'm applying Nivo Slider on 3 instances. It works fine on 2 but not 3rd. If I apply the Nivo Slider on 2 instances then it works fine for 1 but not for 2nd. So Strange.
View 1 Replies
View Related
Feb 16, 2011
i am using jquery slider.i need to display the values on mouseover of the slider handle
View 4 Replies
View Related
Aug 11, 2010
I have to change the slider color depending on its value, but I didn't manage to do it, I changed the attribute "background" of the class "ui-slider-range" this way : $("#slider.ui-slider-range").css("background","red"); Since I have three states (red, orange and green) I have to use three sliders, each one has one color, all hidden at the beginning then I show the appropriate slider when the value changes.
View 1 Replies
View Related
Nov 2, 2010
I've got the following problem: I have a Jquery slider and I want to disable the click on the slider. I only want to change the slider when I click and drag the pointer. Standard you can also click everywhere on the slider and the pointer will go to that point. That I don't want. .
Code HTML4Strict:
<!DOCTYPE html>
<html>
<head>
<link href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/themes/base/jquery-ui.css" rel="stylesheet" type="text/css"/>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4/jquery.min.js"></script>
<script src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/jquery-ui.min.js"></script>
[Code]....
View 4 Replies
View Related
Jun 9, 2011
I have a php code that creates a select combo box depending on some values stored in a database and I am trying to make it look nicer I found the jquery slider I found this but it does not work in the environment I am working (joomla) well, it does but it disappears as soon as I move the slider. so if I had
Code HTML4Strict:
<select id="someId" >
<option>1</option>
<option>1</option>
<option>1</option>
</select>
is there an easy way to transform that into a slider?
View 1 Replies
View Related
Sep 6, 2010
I want to write a small script for my slider for my website. My HTML part looks like:
<img src="images/leftarrow.png" id="leftarrow" alt="leftarrow"/>
<div class="slider">
<div class="active">
[code]....
View 2 Replies
View Related
Oct 24, 2011
I am new to jquery and i will need a script for 2 jquery Slider, where the Max value of the second slider is the actual of the first slider. If the first slider will be changed the max should be changed too.
[Code]...
View 1 Replies
View Related
Aug 28, 2009
is there a way (using a specific plugin or doing some hacking) to change the page URL when I change the viewed panel within a slider? Right now I'm using tabSwitch (URL...) but I can change it if a plugin lets me do that.
View 2 Replies
View Related
Apr 8, 2011
I have use the following Jquery plugin selectToUISlider on my web site which has worked fine in IE8,FF, Chrome however when viwing the same site in IE9 the slider doesn't slide when using the mouse to drag the slider. I can still click on each value and the slider will move/jump to the required value. I've debugged the javascript in both FF and IE9 and I can see that in IE9 the slide event doesn't get fired, where in FF it does.
unfortunatly I don't have external web access on a machine with IE9 to try the slider demo pages out to ensure that the demos work in IE9.
View 4 Replies
View Related
Jan 6, 2011
Is there a plug in that makes a slider that goes off the page like this: [url]
View 1 Replies
View Related
Aug 11, 2010
Add xml file to jquery slider. I want to show image from xml file.
For example I have Nivo slider because they have a good transition effect.
I'm a noob in Javascript and because I here.And xml file should look like this code...
View 1 Replies
View Related
Nov 11, 2011
I am trying to use a program called WOW Slider, found at [URL] It's supposed to create a slider pretty easily.
I can get the slider to work great on my local machine, but when I uploaded it to my host server, it does not work.
Obviously I do not have things in the correct directories?
I have a test page of my output that's live, that you can see.
I'm asking a lot, but this slider was the icing on the cake for a site redesign that I've been working on for months. I'm sad that I have hit a glitch this close to launching. Grrr.
View 4 Replies
View Related
Nov 8, 2011
I got a website that uses Coda Slider, but since a while ago it seems not to work ... I d'ont know why...
Code:
The web address: [url]
View 8 Replies
View Related
Dec 15, 2011
I'm trying to build a content slider with jQuery Cycle: [URL]
My code is here: [URL]
Basically I'm looking for a content slider with 4 slides, simple fade transition (1st slide fading in would be nice also), and each slide will link to a different page of my site. Basically this: [URL] (but with the addition of linked images...)
View 3 Replies
View Related
Jan 28, 2010
I have some jquery running on a menu (here ) but before jquery loads, the content (all of the <li>'s) appear, then disappear once jquery loads. Is there a way to stop the brief displaying of the <li>'s?
The current jquery code is:
function initMenus() {
$('ul.menu ul').hide();
$.each($('ul.menu'), function(){
$('#' + this.id + '.expandfirst ul:first').show();
[Code].....
View 3 Replies
View Related