JQuery Cycle Plugin - FireFox - Transition bug
I'm using the Cycle plugin to implement a slideshow of divs on my page. Here's my html: <div class="slideshow" id="slideshow"> <div id="nav"></div> <div id="slide1" class="slide"> <div class="slideImage"> <img src="Images/ist2_4878226-graphs-and-charts.jpg" /> </div> <div class="slideContent"> <h2>bla bla bal s</h2> <ul> <li>the dog ran over
#jqueryCyclePlugin (Malsup): cycle works but after cycle the call shows up...
Hi I am working with MODx CMS. Following website: Carlindesign I integrated the cycle plugin on the home. It works but after the cycle is done the cycle call shows up instead of the next cycle. What do I do wrong? Txs Markus from Switzerland
goMap() google maps plugin - marker shadows problem
I'm using the goMap Google Maps plugin very successfully (and I highly recommend it) - except that I can't seem to set shadows on my map markers. There appears to be support for this in the plugin source code - but there's no documentation I can find. Anyone got an clues on how to do this? This is a simplified version of the code I'm trying to use. I have checked the obvious/stupid things - file path is correct (the image isn't 404ing in firebug), and there's no js errors being thrown, or any other
[Validate] How do I remap the return key?
So, a bit of an oddball situation...I'm using the jQuery Validate plugin to validate a form and want to remap the return key. But the form is a bit weird - there are two groups of fields that each have their own submit button, but the whole thing is wrapped within one form element (I know it should really be two, but for certain reasons I can't do that). If you click either one of the submit buttons, it works fine (each submit button uses the rules() method to add the rules/messages for its particular
jCarousel.scroll() - force directional with wrap: circular
Hello! I am developing a sort of featured content gallery for a client, and this plugin has been absolutely great for what I need. The one problem I am having is that I would like for the carousel to always scroll in the same direction when the .scroll() command is used, regardless of whether the index of the item being scrolled to is before or after the first item shown. To further explain... There are 5 items in the carousel, 4 of which are visible. The one 'active' item is the one that is not
How to Place Custom Error Messages using Jquery Validate Function
Hi Guys, I am Having an account information page which needs to be validated,but the problem is i want each error message to appear under its respective input field. I had tried using errorPlacement but it is showing all error messages at one div id which i had assigned. Is there any way to display error messages under its respective text box(input field) ??? Need of Urgent help. Thanks in Advance.
JQuery/JCarouselLite Vertical Scrolling Division in Wordpress
Okay, so I'm fairly new to jQuery, actually I'm like completely new. I am designing a site for a client and need two simple plugins implemented on two separate pages. I'm using the Wordpress CMS and am experienced with it and PHP. Wordpress preloads jquery so all I have to do is call it using the proper php function and include the plugins. It also conflicts with the $. so I have to bypass it and use jQuery or set jQuery.noConflict(); to a variable. The first thing I am trying to do is create a 'credit
Validation Plugin: Multiple Error Containers
I have a form that, where depending on the selected value of the userAction radio group, either the loginFields or signupFields are shown. Also, I have two error containers - errorMessageLogin and errorMessageSignup - to display error messages respective to the selected value of the userAction: <div id="errorsSection"> <div id="errorMessageLogin"> <span>Login Preamble Goes Here</span> <!-- Login Error Messages go here --> </div> <div id="errorMessageSignup">
[Superfish] no arrow or animations
http://advertisesolutions.com/eddie/sf_test.html Can't get it to work correctly. Stripped out everything except Superfish menu and still not getting the arrow or animations. Items Profile, Buyer and Seller have sub-menus.
Superfish IE error
my site is at http://new.magauto.com and in firefox there are no errors but when viewed in IE, there is an error: Message: 'superfish(...)' is null or not an object Line Webpage error details User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 1.1.4322; .NET CLR 2.0.50727; MS-RTC LM 8; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729) Timestamp: Thu, 11 Nov 2010 18:15:52 UTC Message: 'superfish(...)' is null or not an object Line: 40 Char: 21 Code: 0 Help!
Show and Hide State
Hey, I have just followed the following tutorial to great a image rotator with description http://designm.ag/tutorials/image-rotator-css-jquery/ I've got it to work fine however cant get the hide/show description button. How do I go about creating this button and putting in? (I've added the code within the CSS for the button) Adam
jQuery Validation fails on several fields
Hi, the last couple of hours I tried to figure out why my JS-Code isn't running correctly and now you are my last chance... I have several fields inside an ASP.NET-Form... <fieldset> <label>Stadt<span class="errortext"> *</span></label> <input id="city" type="text" class="required" title="Bitte gib Deine Stadt an" /> </fieldset> <fieldset> <label>EMail-Adresse<span class="errortext"> *</span></label> <input id="mailaddress" type="text" class="required email" title="Bitte gib eine gültige zentrale Mail-Adresse an" />
Quick bit of help on drop down animation
Hi, I've got a drop-down animation working on my website, simply by hovering over the link and clicking to toggle it. How do I change the code so it already shows the drop down on the webpage rather than clicking the link to reveal it? Code: <script type="text/javascript"> /* Tab2 */ $(document).ready(function () { $('.active_tab').fadeIn(); $('#dropdown1').click( function () { //change the background of parent menu $('#dropdown1 li a.parent').toggle(''); //display the submenu $('#dropdown1
Jquery cycle plugins
Hi all, I have a problem with Jquery cycle plugins. I had create a new script with 3 pictures but when the cycle go to end, the next picture go back the last picture. You can see my script here : http://ultra-annuaire.fr/help/index.html Please help me My code : --------------------------- $('#s1').cycle({ fx: 'custom', cssBefore: { top: 0, left: 0, width: 0, height: 0, zIndex: 1 }, animIn: { width: 300, height: 400 }, animOut: { top: 0, left: 332, width: 300, height: 400 }, cssAfter: { top: 0, left:
Validation plugin, remote validation misuse or bug?
Hi. I'm trying to do an ajax verification on the email field. The problem appears when the email field (on error, "email@example.com is already in use") is re-focused: the error message becomes malformed ("http://w/index.php?dispatch=auth.check_email is already in use"). Screenshots: - input focused, email checked, the error message appears as expected: - input refocused, without changing it's value, the error message is now malformed: ...after few research with firebug I've found that [object
kwicks: change opacity to a inactive image on a accordion image menu
Hello everyone. I'm building a website with a image menu like accordion, using jquery+easing+kwicks (http://www.alohatechsupport.net/webdesignmaui/maui-web-site-design/create_image_menu_with_jquery.html option 2). With CSS, I can change the opacity of the element hovered (the opened kwick), but I'm looking to someway to change the opacity of the inactive kwicks (the images that close when you open a hovered image). I tried to do it with css, or hacking kwicks plugin, but I couldn't make it. Somebody
JqDock Active State
Does anyone know how to make the jqdock have an active state where the button you click stays big until you click another button in the dock.
Problem jqDock integration in AeroWindow
Hello all, I hope someone can help me with this problem, struggled a few hours on this problem and it seems I will not find a solution on my own . I want to integrate jqDock in AeroWindow, so that I have a dock in the bottom of the page instead of the icons on the desktop. Implementing and styling the dock was not that difficult with the documentation on the site of jqDock. But I have no clue how to link the icons in the dock to the corresponding window. Inside the dock code you can link the images
Flip!
I am using flip! but want to amend it so it looks like a book page turning (like bottom example of this page). Can anyone help, I am not sure how to start! Thanks Becky
jquery validation plugin - email validation and whitespace issue
I am using the jquery validation plugin to validate a form's email address field. The validation works but with the minor exception that when trailing whitespace is entered after the email the validation fails. I'm not sure if this is because of the regexp or a missing trim. If anyone can help I'd be appreciated thanks dave
Cycle Feature Question?
I would like to know if jQuery Cycle can do what I'm after. I want to make a DIV appear as though it's first lifting off the page to a degree, then it moves back to a degree then moves in the opposite direction fast off the screen ?
accordion-slide.js does not link in IE8
Perhaps I'm just using an old version - or, perhaps, I'm just missing something elementary... but when my horizontal accordian slider runs in IE8, I can't click on any of the sliders and link to another page. All's I want to do is click on the picture and link to another HTML page... The site: http://www.quorumcompanies.com/index.html the code: http://www.quorumcompanies.com/js/accordian-slide.js I'm running: * jQuery JavaScript Library v1.3.2 * Date: 2009-02-19 17:34:21
Cycle plugin - How do I remove the 'content' (ie numbers) from pager?
I need to try to get rid of the number (idx) that sits in the pager box. Ultimately I want to see all pager 'holders' as empty 4px square boxes. Anybody able to help me? Thanks in advance!
Superfish mouse off slide up animation
When you hover over the menu link the sub menus slide down. Does anyone know how to create a slide up animation effect when you mouse off.
Continuous Music File on FTP Server?
I have been building my own website using iWeb, however, iWeb does not support continuous music that will keep playing as you browse through the website. Initially, I managed to solve this problem by adding a html snippet in iWeb. Before each page reloaded, there was a white flash, but for the most part, I was happy with the results and no matter which page I turned to on my website, the music played continuously without interruption. Then I decided to change my navigation bar on my website. iWeb's
jQuery Cycle Plugin - Link
Good Day All. Quick question. Is it possible to link from a jQuery slide image on my index page, to a different slide on say my design page, and have that link go to a specific slide on my design page. Example, if I link from slide 5 on my index page, it would then link up to slide 5 on my design page.
Problem with link plugin
Does the link plugin works only with the jquery v1.4.3pre released with it? Why doesn´t it work with the version 1.4.2?
few issues with the cycle plugin
I got 2 slide-shows running with fade effect using the min cycle plugin. They both cycle between divs containing an image and a link both generated from a database with an asp code. > Link < (page is in Hebrew) I'm having a couple of issues with setting the plugin: 1) In FF when first loading the page (or hard refreshing) the divs turn out squashed with the images spilling out. The solution I found on the web is to assign the img's proportions to the div - something that can't be done in my case
simple play/pauze button using jPlayer plugin
Hello, I'm currently building a website that features quite a lot of songs per page. I am looking for the best solution for building a play button in front of the title of every song. I was using a flash object, but it turns out that too many different flash objects tend to make the page very slow and buggy in some browsers. There are allready some players but I'll be adding a lot more; like so: http://www.kevindecock.be/audio.html I noticed that some websites are using jPlayer to display a lot of
J query and moo tools and not working
Hey guys, I am having issue with j query and moo tool using them both. Need some help. i have use jQuery.noConflict(); but not working. J query script. <script src="scripts/jquery.easing.1.3.js" type="text/javascript"></script> <script src="scripts/jquery.kwicks-1.5.1.pack.js" type="text/javascript"></script> <script type="text/javascript"> /* Navigation silde effect */ $().ready(function() { $('.kwicks').kwicks({
Superfish menu
Hi, Is it possible to make the Superfish menu expand up instead of down (I would like to use it as a menu on the bottom of the page)? Thanks!
How to have multi keytable on same page
Hi, I am playing with keyTable : http://www.sprymedia.co.uk/article/KeyTable I'd like to have multi KeyTable on the same page. In fact, it works, but there are some dysfunctionnal action, when walking into the cells. I am building a user interface, there are 4 rows, and when I click on a row, it sho a new div with a new table with 4 cols, and I'd like these one to be the only keytable objetc. Thanks for any support, Aurélien.
Fade out effect
Hey Guys , Can anybody help me and tell me which plugin is this and how to use it or a tutorial of it. Thanks in advance. Link : http://www.vonchurch.com/ A image appeared at first and then disappear or fadeout.
LightBox: Possible to edit HTML source to add 'rel' tags dynamically?
Hello, I've just spent the last two hours pulling my hair out, finally digging around somewhere that the HTML source cannot be altered via javascript. It can be modified in memory, but the actual source cannot be, which sucks cause LightBox (for jquery) reads the 'rel' tags from the source, and not from memory. Is it possible to alter this behavior? I can change the 'rel' tags via jQuery, and confirm their changed with alerts, but the LIghtBox plugin will not accept those and uses the source. I'm
Using jQuery Form Plugin with JSON and BASIC to upload a file
I'm working on a project that has a external API (build by others) and uses simple ajax-requests and BASIC-authentication to communicate with it. This works fine, but now I'm at the point to upload a file and I'm kind of stuck here. I found the jQuery Form Plugin, which able to dynamically create an iframe because files can't be transferred through javascript. Pretty nifty, but I need to alter the headers of this POST to include the BASIC-authentication (and maybe even as JSON). Is this possible?
problem with offset
<html xmlns="http://www.w3.org/1999/xhtml"> <head runat="server"> <title></title> <style type="text/css"> .show-tooltip-text { background-color:Blue; font-size:x-large; width:50px; height:100px; } .img-position { position:absolute; left:300px; top:300px; } </style> <script type="text/javascript" src="../../Scripts/jquery-1.4.1.js"> </script> <script type="text/javascript"> $(document).ready(function () { $('#imgRed').each(function () { var instance = $(this); var title = instance.attr('title'); var
Keypad multiple target with input and textarea
Hi, is it possible to use keypad http://keith-wood.name/keypad.html for multiple input and textarea? What I want is to position a keypad in a corner of the site, and whenever a key is pressed I want to insert the key to the field which had focus.
dialog plugin only fires once.
Hi everyone! I am having an issue with the dialog plugin. I have the latest jquery and dialog version installed. I have a link that opens a form into a div and than I create a dialog with that div to display as a modal Iframe. It opens at the first time I fire the open event and it fires correctly the close event when I close the iframe, but when I try to open for the second time without refreshing the form that the dialog div is in it, it just does nothing. Do not create the dialog again nor display
Cycle Image Sizes and Alignment
I have two separate questions. One being, how would I go about having the container resizing itself for different image sizes. So that surrounding elements can conform to it's size? Also, is there a way to align the images in a slide shows so that it is always horizontally and vertically centered in the slideshow? Thanks
How to prevent form submission before progress bar display
I am using Uploadify for a real time application and so far its working fine except this one issue. I have 6 Browse buttons for uploading 6 files (with multi - 'true' for each) and I have a submit button as well on my page (JSP). If the user selects a file on any of these Browse buttons, there is a slight delay before the progress bar is displayed after the file is selected. In the meanwhile if the user clicks the Submit button, the form gets submitted even before the progress bar is displayed and
Next Page