JQuery :: Quotator Plugin Not Working Online

Sep 30, 2011

I'm using a plugin called Quotator on a site I'm working on and it just doesn't work. I'm getting 404 errors on one of the .js files. The site is [URL]. It works offline, but not online.

View 6 Replies


ADVERTISEMENT

JQuery :: Plugin Captify Not Working Online?

May 19, 2011

I have implemented the captify plugin on my website, and it works fine on my local machine. The problem is that when i place it online it no longer works.I have checked the paths to the js files, and I have checked the syntax of the references in the html, but I cannot find any problems with it.

View 2 Replies View Related

JQuery :: Quotator - Get Two Rotators On The Same Page?

Sep 30, 2011

I'm using a plugin called Quotator to display some testimonials on a site. And what I would like to do is have two different testimonial displays next to each other, one for customer testimonials and one for industry testimonials.

Now, I've managed to split the plugin into two different sets and each one works when it's the only one on the page. But when I try to call both, only one of them works. I'm just not sure where the conflict is.

[Code]...

View 2 Replies View Related

Site Working Offline, Not So Much Online?

Nov 2, 2009

i have this site everything works perfect offline(local) but when i put it on my server theres a few things that mess up. What isnt working.. I have a little readmore link beside a main quote on everypage and this uses ceebox to open it. Within this lightbox it shows an html page that i made with just a little write up, at the bottom is a little nav and onclick it should be opening the corresponding hidden div while closing the lightbox. this works offline perfect, i cant seem to figure out why it wont once uploaded. I have gone over all folder names, etc and im positive this isnt the problem. this is the main page html snippet with the read more link

Code:
<div id="header-fade">
<div class="header_paragraphs panel" id="header-1" style="z-index: 0;">
<div class="header_p_1"><p class="header-p">AAAAAAAAAAAAAAAAAAAAAA</p></div>
<div class="header_p_2"><p class="header-p">AAAAAAAAAAAAAAAA</p></div>
<div class="header_p_3"><p class="header-p">AAAAAAAAAAA</p></div>
<div class="header_p_4"><p class="header-p">AAAAAAAAA</p></div>
</div><!-- Header P's -->

[Code]...

again it all works offline but as soon as i uplaod it to my server the nav inside the lightbox doesnt seem to work.

View 1 Replies View Related

JQuery :: Plugin Is Not Working On Firefox?

Sep 11, 2011

[URL]The plugin is not working on firefox, other browsers ok.

View 1 Replies View Related

JQuery :: Autocomplete Plugin Is Not Working On ASP.NET MVC?

Apr 12, 2011

I am trying to create a web application using ASP.NET MVC and I want add auto complete functionality to one of my text box. So I have added below C# code into my HomeController class to return the data as JSON objects.

public class HomeController : Controller
{
public ActionResult Index()

[code]....

View 5 Replies View Related

JQuery :: Accordion Plugin Not Working With IE7?

Sep 28, 2010

I've been trying to implement an accordion script in conjunction with prettyPhoto, a lightbox alternative, and although it works fine in Firefox & Chrome, IE is of course, not happy, and my site degrades horribly! [URL]..

View 14 Replies View Related

JQuery :: ClockPicker Plugin Not Working In IE8 And FF 3.5

Oct 22, 2009

I've inherited some code that uses the clock picker plugin however it doesn't seem to work in IE 8 and Firefox 3.5. This is the code for the picker.
$('<img/>')
.attr('alt', 'clockpicker')
.attr('src', '/community/tournamentsystem/images/clock.png')
.attr('class', 'ui-datepicker-trigger')
.attr('id', 'start_date_clockpicker')
.insertAfter('#id_start_date_1')
$('#start_date_clockpicker').clockpick({
valuefield: 'start_date_1',
military: true,
starthour: 0,
endhour: 23})
I have downloaded the latest version of the clockpicker but it still doesn't work in these browsers.

View 1 Replies View Related

JQuery :: Cycle Plugin Not Working In IE?

Oct 8, 2009

I am currently developing a site for a client which uses the JQuery cycle plugin to move through a number of divs which contain pictures and info about wedding dresses. All works fine in Firefox, but when I test in IE6 + IE7 the divs are all stacked on top of each other vertically and they soan right down the screen for 1000's of pixels. To me it seems like this is a problem with absolute/relative positioning or the z-index, I have also used a few floats in the child divs. I am also using SIFR for text replacement, could this be conflicting? Here is my code, can anyone see a problem that would cause my cycle not to work in IE.?

--------------
XHTML
--------------
<code>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://
www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">

[Code].....

View 2 Replies View Related

JQuery :: Form Plugin Not Working In IE

Jun 30, 2010

I've set up a simple form that validates then submits via Ajax using the jQuery Form Plugin by malsup. Everything is working now in FF, Chrome and Safari but it doesn't work in IE (7). I've just tried it out in Opera 10.6 and I get the same lack of functionality.
My relevant code includes.

My javascript:
$('#mt_survey').submit(function() {
if ( $("#mt_survey").valid() == true) {
$(this).ajaxSubmit({
target: '#messages',
success: function() {
$('#messages').fadeIn('slow');
}});
$( 'html, body' ).animate( { scrollTop: 0 }, "slow" );
} return false;
});

My form:
<form action="/php/survey_submit.php" id="mt_survey" name="mt_survey" method="post";>
...
...
</form>

My php file:
<?php $case_num = $_POST['case_num'];
$position = $_POST['position'];
....
?>

I should be more precise when I say it's not working in IE. When I click the submit button it runs the submit event, including the page scroll (which works). But all the $_POST's in the php file return null values. If I replace the ".ajaxSubmit()" with a "return true;" the normal submit event fires and everything works, but obviously without the ajax, which I need..

View 2 Replies View Related

JQuery :: [jQMinMax] Plugin With 1.3.2 Not Working

Aug 5, 2009

I have still to support IE6 and developping applications means min-/ max-width is often required. Therefore I used actually the jQMinMax plugin to make this work in IE6. Unfortunately this plugin is not working anymore with jQuery > 1.2.6. There seems to be a selector problem. Does anyone know how to fix the current plugin to get it work with 1.3.2?

View 3 Replies View Related

JQuery :: Taconite Plugin Not Working In IE9

Mar 15, 2011

I develop a website that relies on the Taconite plugin: Jquery Taconite Site The website works in all major browsers IE 6 - 8, Firefox, Chrome and safari. I am using JQuery 1.5.1 and Taconite 3.57 which are both the latest stable releases. As IE9 has now been offically released I decided to test the website within that browser however some elements of taconite seem to break. Here is the HTML page i am using for troubleshooting this problem, very basic.

<!DOCTYPE HTML>
<html
>
<head
>
<script
type
[Code]...

View 5 Replies View Related

Jquery :: Galleria Plugin Not Working

Mar 2, 2009

I have done what i THOUGHT was everything right. I downloaded the jquery min js file, then the galleria.jquery.js file.. Then i created a CSS called galleria.css and edited it to my liking and the ONLY thing that I can get is a BASIC gallery. It seems that the Java is not being read. The css creates the overall LOOK of it, but theres no HOVER, theres no FADE... nothing that the java would typically have done. I just REALLY need to figure out why this is not working.. i have tried it on both my dreamwevaer install AND tried for the heck of it just to upload it to my server and see if it was the local file paths that were causing the issue.. Apparently it was not the case. I get the same results when viewing the page!!

View 10 Replies View Related

Jquery ::.ScrollTo Plugin Not Working?

Sep 9, 2009

im trying to run .scrollto to jump from one div to the next with a smooth animation in a horizontal website. this is what the head tag looks like so far

<script src="scripts/jquery-1.3.2.min.js" type="text/javascript"></script>
<script src="scripts/jquery.scrollTo-1.4.2-min.js"></script>
<script src="scripts/jquery.localscroll-min.js" type="text/javascript"></script>

[code]....

i tried removing either local scroll or scrollTo and see if there was a conflict but that wasnt the case.
ive seen the script run on a webpage without having to add $.localScroll();to every link, right now it just doesn't move at all.

View 4 Replies View Related

JQuery :: Validation Plugin Not Working Without Internet?

Dec 5, 2010

I am using asp.net 4.0 and I have use FormView with JQuery Validation but thing is that when I close my Internet connection my browser will show offline. What can be be the problem and How to detect which thing is trying to connect Internet How can I solve it.

View 1 Replies View Related

JQuery :: The Scrollbar Plugin Stoped Working?

Mar 6, 2011

I am very new to JQuery and I honestly dont know much about JavaScript programming either.I have set up this website and in it I use 2 plug ins:2) easy slider (Easy Slider 1.7)The scrollbar plugin worked just fine but when I tied in the JQuery for easy slide, the scrollbar plugin stoped working. I am pretty sure that the problem is related to the 2 different JQuery versions that I try to bind in, or is it?.

View 1 Replies View Related

JQuery :: Reflection Plugin Not Working With Cycle In IE8 / Fix It?

Apr 14, 2010

I am trying to add a reflection to an image inside of a cycle slide show. reflection works fine until I add the slide show. The background of the reflection is white. I tried setting the background for the element to none !important but it didn't do the trick.

View 1 Replies View Related

JQuery :: Tablesorter Plugin Not Working With Data?

Sep 28, 2010

I was trying to get the tablesorter plugin working. I'm not working with flat data, but with database-data appended to a div by javascript. The tablesorter plugin is working with flat HTML data, but no with that dynamic data.

View 1 Replies View Related

JQuery :: Ajaxify-Plugin: Animations Are Not Working Correctly

Jul 15, 2009

I want to use the Ajaxify-Plugin ( URL... ) for my new Website. It fits exactly my needs.Sadly the animations are not working correctly.When your Internet-connection is too fast, you don't see animations at all (on a local machine also). I putted up a demo: URL...The content is supposed to fade out, then the new content gets loaded and then this new content should fade in nicely again, like in my own example, which I got from a tutorial that is just using pure jQuery resources: URL... [code]

The author of the plugin himself is using a server delay to overcome the sideeffect ( URL... - click some links under "New v2 features"), but i think that's the wrong way to go for production.Sadly im not good enough in JavaScript-programming to tweak the plugin by myself, to get it to work like in the second example... I tried it now for 6 hours.I would really like to use Ajaxify, because it has all the features I need united in it. The only thing that is not working are this animations.

View 1 Replies View Related

JQuery :: Cycle Plugin: Href In Pager Not Working?

Oct 12, 2010

I have a href tag in my pager. When I click on it the slide changes to the ppropriate pager but the I don't get sent to the link even though allowPagerClickBubble is set to true. This works fine when pagerEvent is 'moveover' (as in the exaple posted here) ie. I get sent to the linked page. But it does not work when pagerEvent is the default 'click.cycle'.

View 11 Replies View Related

JQuery :: CycleAll Plugin Effect Not Working Properly In IE?

Aug 11, 2011

The jQuery 'cycleall' fade in effect does not work when I try it in IE. I've tried it in Chrome and Safari so far and it works fine. If I try another effect it seems to cut out half way through for some reason.

Here is the code:

<
scripttype
=
"text/javascript"
>

[Code].....

View 1 Replies View Related

JQuery :: .corner.js Plugin Not Working With <input> Elements

Aug 25, 2009

I must have missed a bit of information, because I cannot get the jquery.corner plugin to work with <input> html elements. The following renders a rounded div but not a rounded input element in FF3, IE7, IE8, and in fact causes the input box border to disappear completely.

<html>

View 3 Replies View Related

JQuery :: Cycle Plugin Pager Not Working In FF And Safari?

Jun 30, 2009

I am having an odd error where the pager generates links but they don't change the slide in FF and Safari. The biggest surprise of all is that it actually works in IE. Here is the page I am referring to: http://76.12.208.222/

View 2 Replies View Related

JQuery :: Plugin Not Working In Dynamically Loaded Content?

Oct 25, 2010

I have seen similar problems in the forum, but none that match this issue exactly.

I am using Giva Labs' jNotify plugin [URL].I have a main page that dynamically loads content in a container.

I load jquery, and jnotify in the main page. When I call jnotify from thedynamicallyloaded content, I get an error that jnotify is not a valid method. If I include the <script> call for jnotify in the dynamically called content, it works. This does not seem like the best practice.

Is there a way to re-initialize jnotify afterloadingdynamiccontent?

View 4 Replies View Related

JQuery :: Reel Plugin Stitched Panorama Not Working With IE9

Dec 4, 2011

Recently I have added a Panorama onto my about us page on my website. I have linked all the js files correctly and everything works fine on google chrome, firefox and ipad,iphone,ipod,ect. (safari) But not on IE. I have version 9 and the website states it works with IE 6+. I need to know if anyone else has this problem and what can i do about it?

View 1 Replies View Related

JQuery :: Validation Plugin Working Incorrectly In Firefox?

Jun 17, 2011

I have a simple single-field form that's using the validation plugin1.8.1(bassistance). It validates the 'job name' field with certain rules and creates a folder by that name in the backend (php). I've been testing the code on Safari and everything works. I finally tested it in Firefox (3 & 4) and it's not doing what its supposed to. It validates some conditions but not all.. and even if it passess validation the errors don't go away & it does not seem to send a request (.post) to the php file.

My code:

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html>
<head>

[Code].....

View 1 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved