JQuery :: Drupal, Plugins And IE6 / IE7 Disfunction?

Oct 27, 2010

I have a number of Jquery plugins being called through my Drupal Acquia Marina theme .info file. They work fine in all popular browsers with the exception of IE6 and IE7, in which they don't appear to load at allSome of the plugins are very basic, like the following slidetoggle, which like all of them, exists as a a .js file referenced in a .info script call - $(document).ready(function()

[Code]...

View 3 Replies


ADVERTISEMENT

JQuery :: Slider On The Drupal 6.16 Content?

Jul 6, 2010

I'm trying to have JQUERY slider on one of my contents (story). I installed jquery_ui (replaced with jquery ui 1.7), jquery update and all the things neede (no red warnings about things to do with jquery - everything working fine). I made new story, set input format to "PHP code" and pasted following short code:"...Testing jQUERY slider

<?php
drupal_add_js('sites/all/modules/jquery_ui/jquery.ui/ui/ui.slider.js');
drupal_add_js(

[code]....

View 1 Replies View Related

JQuery :: Carousel On Drupal Site Display Error IE7

Jun 12, 2009

[URL]

I'm currently having difficulty to debug this issue in ie7. When the page is loading, all carousel lists are exposed and content displays for a couple of seconds.

View 3 Replies View Related

JQuery :: Referencing Drupal Form API Description Fields?

Aug 2, 2011

I'm trying to create tooltips for a Drupal form that was built with the Form API. I'm able to show and hide all of the description fields on the form using the following method

<code>
$('img#tip').mouseenter(tip_enter); {
}
$('img#tip').mouseleave(tip_leave); {

[Code]....

How do I reference the description for the v01_price $form item, specifically?

View 2 Replies View Related

JQuery :: Make A Div Change Image When Changing The Page In Drupal?

Apr 7, 2011

I have next url for you to look [URL] i want the blue bar to contain an other image for 'some' pages... the action should be performed on the click of the menu items of my drupal site.

I was thinking that this would be easy with jQuery but the problem is thatjQuery isaclientside action and when the link is clicked its a server side request response and the image should stay the same... is this a little clear ...?

View 4 Replies View Related

JQuery :: All The Plugins Look Too Big?

Mar 24, 2010

I have used the jqueryui plugin for a couple of websites, and I've had this problem many times. I download the files to my site folder, and when I make the tab, the datepicker, the dialog, or any other, they look way bigger than what they are supossed to be. I've tried downloading the files again, and it looks the same way.

View 8 Replies View Related

JQuery :: How Do The Plugins Work

Jul 2, 2010

what is wrong with this plugin? text is not added!

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html lang="en">
<head>
<title>jQuery plugin: reverseText demonstration</title>
<script type="text/javascript" src="jquery-1.4.2.js"></script>

[Code]...

View 1 Replies View Related

JQuery :: How To Install PlugIns

Oct 1, 2010

This is the first week I've been using jquery. I have successfully incorporatedthe "dialog" widget into a site. Now I'm trying to download and use plug-ins. I haven't found how to download a plug-in or instructions on how to install. (Maybe the instructions will show up in the download.)

View 2 Replies View Related

JQuery :: Use 2 Different Plugins On The Same Page Of Website?

Dec 18, 2011

I am trying to use 2 different jquery plugins on the same page of website. I can get one to work at a time, but not both at the same time. The plugins are a Countdown and Slider.I am a graphic designer, with very little javascript experience. The red code is for the Countdown and the blue code is for Slider

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>

[Code].....

View 2 Replies View Related

JQuery :: Integrate Multiple Plugins?

Jul 29, 2010

I've beenstrugglingwith this for a while now and I don't believe I'm the only one. So let's hear it, how do you call to different plugins on one page and not clutter it with DOM ready's?I'm currently doing it like this, but there's probably a better way:

In the <head />
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>

[code]....

View 1 Replies View Related

JQuery :: Don't Load Plugins For Pages That Don't Need Them

Apr 19, 2011

I have a site with a bunch of pages. Most pages have some kind of jquery-enabled behaviour. Some don't. Some pages require the loading of plugins. Not all pages require the same plugins.I have a working, single js script for all the behaviours across my site.The browser loads a page. A plugin, say fancybox, is not required for that particular page. It is, however, required for another page on my site.The browser console flags an error: fancybox, called by my script for its use on other pages, is not present.Therefore "$(something).fancybox is not a function".This probably also means that my single file will stop running on that page.I guess I could include the plugin for loading on that page. That eliminates my error. But it means an unneccessary http request and loading time. Of course, that could be helpful if this page is the first page that the visitor hits before moving on to a gallery page where fancybox is required.

I guess I could also break up my single behaviours file into seperate files for similar pages. Similar in terms of their requirements. That lightens the loading time and eliminates the error, but adds another level of complexity to maintainance. It's not really scalable.

View 3 Replies View Related

JQuery :: Plugins (Starrating/other Plugin) And IE7?

May 3, 2011

i using some jQuery scripts on a new Webseite and have 2 jQuery Errors on IE7. Can every one help me?

First Error: jQuery('.rating').rating({ startValue: '' });Errors Message:

[Code]...

View 2 Replies View Related

JQuery :: Form And Validation Plugins ?

Jul 27, 2009

I have created a new site that has a contact page and am trying to use the Forms plugin and Validation plugin. I can get the validation plugin to work fine and submit the form when it is valid but I am trying to use AJAX to update a div when the form has been successfully sent. All that is happening is it sends the form then validates meaning I get empty emails..

This is my code:

The output div should have already been updated with the responseText.');} </script> and the webpage is [url].

View 1 Replies View Related

JQuery :: Using Multiple Plugins In The Same Page?

Mar 17, 2011

i'm having trouble with using multiple jquery plugins in the same page. only one or two plugins work.

View 14 Replies View Related

JQuery :: How To Load 2 Plugins At Same Time

Jan 11, 2011

I need 2 jquery loads for 2 different plugins here is the problem section:
<script type="text/javascript">
google.load("jquery", "1.3");
</script>
<script type="text/javascript" src="Js/plupload.full.min.js"></script>
<script src="Js/jquery-1.4.2.min.js" type="text/javascript"></script>
<script src="Js/jquery.dimensions.js" type="text/javascript"></script>
I can't seem to load both at the same time, using first for a uploader and 2nd for my sidebar.

View 1 Replies View Related

JQuery :: Making Old Plugins Work With 1.4.2?

Jul 14, 2010

I currently have a couple old plugins (autocomplete 1.1 by Joern Zaefferer - json version, and datepick by Keith Wood) that do not work with 1.4.2, but do with 1.3.2. I'm wondering if it's possible to somehow force or modify them to work with the new version of jQuery.I know they both have new versions, and are now a part of jQuery UI, but I can't seem to get the UI versions to work. UI also seems more bloated than I need, for just a few functions.

View 2 Replies View Related

JQuery :: Merging Two Plugins To Work Together?

Apr 5, 2011

I'm starting to use jQuery lately. I'm trying to combine jquery.selectbox-0.5_style_3 with another script to google maps v3. If I don't use styling selectbox, I don't have any problem with selecting some option from selectbox and centering map on coords which are values of this selectbox. But since im using styled selectbox (changes <option> to <li>). I have no idea how to trigger google maps script to work when i change value on styled selectbox. I have actual value from styled select, but don't know what to do next..

View 2 Replies View Related

JQuery :: Mulitple Plugins At Once Not Working?

Apr 8, 2010

i am trying to use both the lightbox plugin and a fade in/out effect [URL] at once on a set of thumbnail pictures in a website. [you can see the site as it is so far here [URL]For some reason, only one or the other will work. My <head> currently looks like this:

<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<!-- TemplateBeginEditable name="title" -->

[code]....

View 1 Replies View Related

JQuery :: Form And Validate Plugins?

Jun 1, 2009

Ok, this is my last resort, as I've been working on this for a while and am completely stumped. I'm probably just doing something stupid that I haven't noticed, Essentially my problem is this: on this website I'm developing, users can submit photos for a monthly contest. I'm using the Lightbox plugin with prototype and script.aculo.us to display winners from the past few months, and the Validate and Form plugins for jQuery to display a form where users upload their pictures. Thus, I have this in the head of my document:

[Code]...

View 2 Replies View Related

JQuery :: Table Plugins And Rowspan?

Jul 18, 2011

using the fixedheadertable.js plugin I bumped into what looks likes an underlying bug of Jquery. Atextarea in a rowspaned cells doesn't fill the subsequent rows ; except if a arbitrary string (a single character do)is put before the textarea. The following spans correctly the 5 rows (taken from the demo test.html of the plugin.the html is very simple and looks valid):

[Code]...

View 4 Replies View Related

JQuery :: Using 2 Plugins In One Html Document?

Dec 30, 2011

There is already a question like mine but the i think my scripts are different :S I too want to "use 2 different jquery plugins on the same page for a website I'm making. At the moment I can only seem to get one working at a time, but not both. The plugins I'm using are Coda-Slider and FancyBox. I want to use FancyBox within the content of Coda-Slider." i Also do not know much of javascript..

[Code]...

View 6 Replies View Related

JQuery :: Create Queue In Plugins

Jun 24, 2010

I have this jQuery chain

Code:
$(elements).delay(500).fadeInSequence().hide();
fadeInSequence is a plugin defined below
Code:
jQuery.fn.fadeInSequence = function(fadeInTime, timeBetween)
{
console.log("fadein");
//Default Values
timeBetween = typeof(timeBetween) == 'undefined' ? 0 : timeBetween;
[Code]...

I'm trying to make this plugin chainable, but right now the animation is not going in the queue. This is indicated by the fact that the .hide() goes into effect immediately. My goal is to make the plugin work so any methods called after it will wait until fadeInSequence() is finished. So in this case, all the elements will fade in and THEN .hide() will go into effect.

View 1 Replies View Related

JQuery :: Cannot Use Plugins Post-1.2.6 Nor Upgrade It?

Apr 22, 2010

I am trying to load html into a jquery popup window having limited success thus far due to being "stuck" on jquery 1.2.6I use CS-Cart for my eCommerce store which uses a custom AJAX framework based upon jQuery 1.2.6, the downside is that I cannot use jQuery plugins post-1.2.6 nor upgrade it as it removes 99% of the AJAX functionality that the cart depends upon.What I'm attempting to do visually is create a jquery popup window upon user click.ie/eg:View Color Chart : More InformationCode:<p>View Color Chart <a href="url.html">More Information</a></p> The end result being displayed as followed.

CS-Cart have used "fancybox" for it's display, but alas my attempt to integrate it thus far have been limted as it fails to load the iframe unless I have the latest jquery.PS: The FAQ link doesn't work for this message: Before proceeding, please make sure you are aware of the Community Guidelines and you have read the 'Important' threads in this forum, if any.

View 1 Replies View Related

JQuery :: Line Of JS Stops All Plugins Working?

Sep 1, 2010

WhenIrun the below code above the init code for jQuery plugins it stops them working. Im just trying to run the code after the DOM has loaded, is there a better way? <script type="text/javascript">$(document).ready(function() {

// The gallery is hidden so need to unhide it.
document.getElementById('verticalCarousel').style.visibility='visible'
})
</script>

View 4 Replies View Related

JQuery :: Working Form Validation Plugins?

Sep 26, 2010

working form validation plugins?

View 4 Replies View Related

JQuery :: Horizontal Scroll Menu Plugins ?

Jul 11, 2011

How to find a horizontal scroll menu plugins ?

View 2 Replies View Related







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