Datepicker update multiple alternate fields??
Hi, I like to alternate multiple fields with differ formats. I like to update a hidden textfield with another date format. In total i have 3 date fields (ie dayname, user friendly format and php friendly format) arrival.datepicker({altField:'#arrivalDay', altFormat:'DD', buttonImage: 'imgs/calendar.png', buttonImageOnly: true, constrainInput: true, dateFormat: 'dd MM yy', duration: 'fast', firstDay: 1, maxDate: '+5Y', minDate: '-0D', prevText: 'Earlier', showButtonPanel: true, showOn: 'button',onClose:
jquery keypad
I am trying to design a web page with multiple input fields to use the keypad, but I also want the prompt to change with each field
jScrollPane Drag issue ...
Hello Everybody, when i use the current version of jScrollPane the scrollpane will not scroll down when someone drags down an item in the sortable list located in the scrollpane. When i use an older version of jScrollpane (jSrollPane.js 93 2010-06-01 08:17:28Z kelvin.luck - like used in http://www.kelvinluck.com/assets/jquery/jScrollPane/sortables.html) scrolling when dragging works perfectly, but the old version does not support a lot of options i essentially need! Does the newer version
Problem in images on Firefox Mac
Hi I designed a small gallery using jQuery and it works fine, but, on Firefox Mac, the pictures have some defaults. They are splitted in several pieces and those pieces don't match (1px difference). You can see there : http://www.novatechgroup.com/en/Products/Entrance-doors/Steel-doors The gallery is in a lightbox opening on clicking on one of the pictures on the right column. Any idea ? Thanks
Validation Plugin anomaly
I have a form with auto-complete working properly. The last field on the form is a checkbox (agree to terms and conditions) followed by the submit button. I complete the form and I go to a confirmation page. If I choose 'back' (one of the form buttons on my confirmation page) the system returns to my previous form and restores all of the information except the checkbox. I want to force the user to check the checkbox again. Now it gets weird. There are two cases... Case 1: I return to my form, click
Malsup's jQuery Form plugin - How to dynamically change the url of form action?
Hi, I have form contains a drop down and some input fields and i am using Malsup's form plugin to submit it. i want to change the action of the form dynamically depends upon the drop down value on form submit. Can anyone please help me on this?
jPlayer plays sound only once
hello, i use jPlayer to play sounds when the user clicks an element. but unfortunately, the sound is only played the first time. for all further clicks nothing can be heard. initialization: $("#jquery_jplayer_1").jPlayer({ ready: function () { $(this).jPlayer("setMedia", { mp3: "file.mp3" }); } }); onclick:
Jquery Autocomplete Script Problem
Hi, I'm using Autocomplete Plugin to fill a drop down list and It gives me some errors.I have attached my codes in to this.In my code you can find "year of birth" text box and "user" autocomplete box.I need to manipulate "user" list according to value of "year of birth". In that case first time it seems ok. (First I enter a value to "year of birth" then "user" box should manipulate with related users). Then I enter a new value to "year of birth" and go to "user" box, it shows me both lists which
update the tree structure and Data table
Hi All, I have requirement to update the tree structure and Data table based on the selection by a dropdown menu in the same page. Please suggest and give some example how to do it. My code snippest: <div class="main"> <table height="400px" cellpadding="0" cellspacing="0" border="1" style="font-size: 10px; font-family: Verdana"> <tr> <td valign="top" width="165px"> <div style="height: 20px; font: 12px Tahoma, Arial; border-bottom: solid 1px gray;"> View: <select id="groupList" style="
Creating a Frame based Photo
Hi, I want to crete a web application wherein the user can upload his photo, select a frame for that and then he can view the same with that frame. Can anyone guide me through how this would be made possible? Thanks in advance.
jQuery outside event plugin help needed?
Hello, I am wanting to use the jQuery outside event plugin. Here is what I want to do.... I have a hyperlink on my html page, and when you click on it, it is suppose to use the GET function to get information from a php page into a DIV tag named "display" in the html page. The DIV tag is hidden at first and is located on in a different part of the html page then where the hyperlink is, but when the hyperlink is clicked the DIV tag should be shown and get the data in it. Also I am wanting it if there
Submitting a form with VCR-like buttons
I've looked through related posts, but can't seem to find an answer. It will be obvious to most of you that I am brand new to jQuery...so sorry in advance. I want to have four "VCR" buttons lined up on a toolbar like below: I want the "play" button to perform ajaxSubmit (Form plugin) submitting a bunch of fields on the form in which these buttons are contained. This will start a simulation based on the passed in parameters. I want the other bottons to send signals to the server to control the simulation.
Images in Acordian Heads
Just did a test run by just putting a image tag in the acordian head http://maskedriders.info Effect looks good enough but i was wondering it there was a way to set a image to full the full orange/gray segment (with out without the java rounded corners)?
Double click issue with Accordion
Hi, I am transferring a website from HTML to Joomla 1.5. Everything works fine except the accordion which has one problem: while on the html page each hidden content slides down with a single click, in Joomla it requires two clicks. I have mantained the same scripts, apart from the jQuery libraries plugin, which I found among the Joomla Extensions (Joomla has MooTools enabled by default). Here is the old HTML site and here is the new one in Joomla. Here is the Accordion script I am using: jQuery(function($)
jqGrid illegal xml character error
I am trying to setup a subgrid with my jqGrid and when I try to expand the subgrid I get an illegal xml character error that seems to be pointing to line 34 in the jquery.jqGrid.min.js file.I looked through my scripts to see if there error is within one of them but I could not find it. Here is my code, header.cfm: <!--- Header file for fasap ---> <link rel="stylesheet" type="text/css" title="Genesis" href="css/main.css" media="screen, projection" /> <link rel="stylesheet" type="text/css" title="Genesis"
JqGrid and subgrid error
Hi I am trying to setup a subgrid within my jqGrid, however, I am getting an illegal xml character error that is pointing to line 34 in the jquery.jqGrid.min.js file. Here is my header file: <!--- Header file for fasap ---> <link rel="stylesheet" type="text/css" title="Genesis" href="css/main.css" media="screen, projection" /> <link rel="stylesheet" type="text/css" title="Genesis" href="css/redmond/jquery-ui-1.8.10.custom.css" media="screen, projection" /> <link rel="stylesheet" type="text/css" media="screen"
Autocomplete start
This may not be possible but is there a way to get autocomplete to start after a space is entered in the textbox? I have an address field and a user can type 100 Main St. I want the autocomplete to start after 100 is entered. It could be any number so the space would have to be the delimiter. Thanks!
Cannot select autocomplete
I have autocomplete showing up where I type into the textbox but when I try to select one with my mouse or keyboard it does not fill in the textbox with the option selected. Code is below. Please help <script type="text/javascript"> $(function() { $("#Business_Address").autocomplete({ source: function(request, response) { $.ajax({ url: "Get", focus: function(event, ui) { $("#Business_Address").val(ui.label); return false; }, select: function( event, ui ) { $("#Business_Address").val(ui.item.label);
jquery.media plugin from malsup.com does not work with IE9
Hi, I installed IE9 and the jquery.media plugin from http://jquery.malsup.com/media/# stopped working on all my pages the error is SCRIPT5022: DOM Exception: INVALID_CHARACTER_ERR (5) in line 382 var o = document.createElement(a.join('')); any ideas? best regards Bernd
Superfish and jscript runtime error
I am getting a runtime error when using the superfish code. It specifically says: Microsoft JScript runtime error: Object expected. I didn't create the original code, but am maintaining it and am new to programming. Here's the two code snipits of where the error occurs. $(document).ready( function() { $( 'ul.sf-menu' ).superfish({ hoverClass: 'sfHover', speed: 'fast', dropShadows: false, autoArrows: false }); }); And it also stops here: $(document).ready( function(){
Is it possible to use the spellayt plugin w.r.t dictionaries of different languages?
Hi All Can someone please let me know if we can use the dictionaries of different languages with the spellayt plugin. If yes.. please let me know how can we achieve that?
Some trouble with mc Dropdown menu in IE6 and IE7
hi, I use the mcDropdown menu plugin in my website , but I have some trouble with it. In IE6 , some items don't show when the mouse across there. In IE7, my trouble is that I want to layout three menus to occupy the same horizontal plane, but each one takes up a different line. Who can help me ? What can I do for this trouble? Thanks. -Braden
jQuery Validation required (dependency-callback) not working
Hey, I've double-checked this code a dozen times and I don't see anything syntactically wrong. My dependency callback is a simple return false to eliminate any errors in the function itself. The basic idea is that my input text fields have a default value such as "Name:" in the value attribute of the input tag, so I want to have the validation recognize the value "Name:" as null and throw an error and require them to enter something else. $("#frmContact").validate( { rules: { NAME:
Having issue with positioning, please help
Working on my first jquery project and I am using the tutorial at http://www.sohtanaka.com/web-design/automatic-image-slider-w-css-jquery/ I am trying to build this slider into a web page and can't get it to work in multiple browsers. Works in everything perfectly except IE Can someone take a look please, I am as new as can be to this. http://jarrettpayton.com/jquerytest.html Thank you kindly
validating shake loosing it's focus from the control
Hi , I am using the jquery to shake animation to validate input box.But when i go on to the control to enter the text, it shakes and the focus is going some where from teh control. How to keep the focus on the validating control. i am using the following code. <script type="text/javascript" language="javascript"> $().ready(function () { $('#contactForm').validate({ rules: { name: "required",
Is a Plugin Doing this Image Hover Effect?
I haven't seen image hover done this way before - http://www.abc.net.au/news/events/japan-quake-2011/beforeafter.htm. The site is using jQuery. Are they using a plugin? The site is showing horrifying before and after pictures of Japan.
Can't get tablesorter working - must be something obvious!
Apologies in advance for what I'm sure will turn out to be a glaringly obvious mistake on my part. I'm trying to get tablesorter working on my site, as per http://tablesorter.com/docs/ Here's the page I'm working on: http://www.modularsynth.co.uk/test/test_tablesorter.php I've included references to jquery-1.5.1.min.js and jquery.tablesorter.min.js in the page header, and uploaded the files to my site. I'm sure the references are OK, because if I use firefox web developer to view javascript it can
Cascade Plugin - Load or Set Initial Value On Trigger
Hello, I am using the Cascade plugin (http://plugins.jquery.com/project/cascade). I have been searching for a while and haven't found a solution to this yet. I am trying to set the initial selected option when the page loads. My code: jQuery(document).ready(function() { jQuery("#child1").cascade("#parent1",{ list: items, template: commonTemplate, match: commonMatch }); jQuery("#child1").trigger("cascade"); }); Is there a second parameter I can pass to the trigger with the option value I want to be
help help I am loosing my mind!
Can anyone help me figure out why the ad rotator on this page is hiding my jquery toolbar? I am completely stuck and can't figure this out. The jquery toolbar should look like this: http://www.bmwbenefits.com/dev/MegaMenu/jquery-megamenu.2.1/index3.html This menu is base doff of this page: http://www.geektantra.com/2010/05/jquery-megamenu-2/ When the ad rotator is added in, it looks like this: http://www.bmwbenefits.com/dev/default2.aspx I can send all relevant files to whomever can help me :) You
auto select an item from a jquery autocomplete field
I'm using a jquery autocomplete (plugin v 1.1) in an older application. It works fine. I'm now writing a new one and I'm using the jquery ui 1.4.4 version of autocomplete. In the 1.1 version, if I typed izza and the only match in the resulting list was pizza, then pizza would be highlighted and clicking enter would select pizza. The newer version will not do this. Pizza will show up alone in the list but I still have to arrow down, or click it to select it. Is this a lost feature or is there a property
jquery cycle plug in problem in IE browser
hi, jquery cycle plug in is working perfectly in mozilla browser , but not working properly in IE browser, while rotating the image background become black for some time and coming another image. we implemented entire site in iframe. please provide the solution.
Errorplacement issue
Hi folks, I'm trying to override the default placement of the error while using the jquery validation plug-in. I have a very simple form without any <td>'s: <form action="/contact" method="post" accept-charset="UTF-8" id="contactform"> <fieldset> <input class="hidden" type="hidden" name="check" id="check" /> <p><span></span><label for="name" class="inside">Voornaam & naam</label><input type="text" name="name" id="name" title="Naam" value="<?php echo $name; ?>" tabindex="1"
tooltip error
In Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.15) Gecko/20110303 Firefox/3.6.15 The next error occured settings(current) is undefined http://phonesys.oml.ru:8080/js/jquery-tooltip/jquery.tooltip.min.js Line 16 helper.url.hide();helper.parent.addCla...(current).fade,current.tOpacity);else My code: $('.tooltip').tooltip({ "extraClass": "pretty ui-corner-all", "bodyHandler": function() { return $(this).attr("data");
Validation Plugin Causing Form To Not Validate
Lost as can be my code gets validated through http://jshint.com/ but when I run my form it doesn't validate the form and the main issue I'm sure is the dropdowns I have. After the submit is pressed it goes back to my index page with the url?variables= whatever deal. I tried alerting dataString before the ajax function but that didn't even happen. $(document).ready(function() { $('div.message-error').hide(); $('div.message-success').hide(); $("#titlesForm").validate({ rules: { titleName: { required:
jQuery] [SVG] small animation problem
I noticed that a strange behaviour happens if one tries to animate a transform property to the current translation: x = tool.svg.rect(10,10,50,50,{fill:'black'}) $(x).animate({svgTransform:'translate(10 10)'}) //wait for animation to compete $(x).animate({svgTransform:'translate(10 10)'})
Using Isotope with Wordpress
Hello there, I'm trying to get isotope up and running on my Wordpress site. Isotope works fine on its own: http://bit.ly/hklkK1 But for some reason, which I can't quite fathom, it doesn't work in Wordpress: http://bit.ly/hG5yTG Does anyone have any idea what I'm doing wrong? Thanks all, Russ
jQuery Cycle Plugin not easing even with Easing Plugin
I have been wracking my brain forever trying to get just easing to work. It has not worked and even copying it straight from their website has not worked. jQuery is being loaded before the cycle as well as the Easing Plugin. I do have the css tags correct, there are no typos. I looked around, apparently there are 50 different ways to type ease and 50 different ways to type bounceout. I've tried nearly everything I could think of and it's just not easing. I put the term 'easing' in instead of easeIn
Validation Plugin - newbie help please
This is really simple but I am a clone when it comes to regex. I need a simple method for validating that a name field contains at lease two names. In otherwords, I need to check for the existence of a space character. This is pretty standard for name-on-credit-card fields as cc processors require two fields but most forms just have a single input field called name on card. Any help is greatly appreciated.
use of cycle.js in background
I'm a kind of newby using jQuery but have the following question. I'm using cycle.js to show fading background images behind a nav-bar. You can see it working at http://www.shiatsu-joyfarmer.com. This is a wordpress website and I included the cycle.js hardcoded. Now everytime I click a menu-item the cycle starts over again. Is there a variable or technique I can use to prevent this?
Need plugin for dependent select elements
I need to find a plugin to have dependent select form elements. I tried to find one on my own, but: there are 95 pages of plugins under forms, they didn't seem to be in any order, for the first two that seemed right - the project/demo page could not be found or didn't load! So I'm hoping I can get a link here to a plugin. I need three levels, and the values in the third one are based on the values chosen in both the first and second ones. Thanks for any help!
Next Page