Plugins stopped working
About 2 weeks ago, I had some plugins just quit working. I have searched and cannot find anything about this issue. I have not made any changes, prior to this happening. The issue, so far, has affected the "blockUI" plugin, and the "print" plugin. All I get back now (instead of working code), is that the particular plugin is not a function. Something like: -- $("#divToBlock").block is not a function; -- On the print Plugin, I was using the code: [code] $("#divToPrint").print(); [/code] and it
Cycle plugin : 4 slideshows with each fading in turn
Hi I've got 4 parallel slideshows (see below) that each contain 3 images. I would like the slideshow 1 to fade first, then slideshow 3, then 2, then 4. I have no problem with making all 4 slideshows work at the same time but I can't make them alternate. I've been trying to use "after:" as a callback to trigger the next slideshow but every time I put in some more code the whole thing stops working !! Has anyone got an idea for a simple way to do this ?? thanks code : <script type="text/javascript">
jquery validate plugin + addmethod('math') for a numeric verification
Hi everyone, i hardly try to use a method i added here is the code: //addMethod( name, method, [message] ) jQuery.validator.addMethod( "math", function(value, element, params) { return this.optional(element) || value == params[0] + params[1]; }, jQuery.format("Please enter the correct value for {0} + {1}") );i added this code between $(document).ready(function(){ and $("#commentform").validate(); in my form i have: <label for="captcha">Verification: X + Y = ?</label><input
Help with Bassistance Validation Plugin.
Hi, I am using the http://bassistance.de/jquery-plugins/jquery-plugin-validation/ for form validation. I seem to be doing it differently from the documentation, by having the rules as part of each input on the form. i.e. <div> <label for="AddressLine2" class="overlabel">Address Line 2</label> <input id="AddressLine2" name="AddressLine2" class="textInput" /> </div> <div> <label for="Suburb" class="overlabel">Suburb</label> <input id="Suburb"
more than one <li> css one single page
greetings i am using quite a few different js plugins for my websites, and recently i have come into a problem with my <li> tag i have two menus that are using it and need two distinct css codes for them. can i make two different css for li or inline code them what are my options? problem in a nutshell. main menu with one set of css <li> gallery images also using <li> the css of the gallery is conflicting and completely ruining the <li> for the main menu. please help me.
Vertical Accordion
Anyone know if there's is a way to make a accordion list vertical so it opens sideways not lengthwise?
slide and scroll to
I'm new to the forum, so excuse me if this is not the right forum to ask this question. I saw this site: Gazelle Touch nad I was wondering how the auto scroll to is done. In the source I see that the scrollTo and slide Plugins were used but I can't figure how to trigger this. Does anyone know of a tutorial or example page using this effect. Thank you in advance
jQuery Form Plugin submit to multiple sites.
Hello, I'm currently trying to use the jQuery Form Plugin to submit my form containing a file to upload and some other data to my 5 other servers. I'm using a php file with the following code to submit the form. It is working on every server and the file is getting uploaded correctly by the jsp usually. There are times when it will fail and maybe only the 1st and 5th will have the file. I'm thinking that maybe this is a syncing issue? Something to do with them all being called right away? Would
Would importing two versions of jQuery cause plugins to stop working?
Hi folks. I'm brand new to jQuery, so I apologize if this is a 101 question, but I'm trying to sort out a production issue. I do QA for an ecommerce website. When one of our developers made some changes to our application recently, a couple of the plugins we use stopped working on those pages. Looking at the code, it seems we load jQuery 1.4 and several plugins, including autocomplete and popdown. In the changes, for some reason, the developer loads jQuery 1.4.2 (after 1.4 has been called) but
Icon images in dropdown list
Hi All, I am using JQuery which converts an html select box on my page to a dropdown containing icon images at the left of each option. All is working good except, when my select box contains the options more than or equal to 700 it gives me following error message in Internet Explorer following function in my icons_dd.js file is generating this error: makeAdropDown:function() { var alldps=this.getdps(); var idMain=this.settings.idpostfixmain; var idChild=this.settings.idpostfixchild;
List of jquery official plugin ?
Is it any list to show the jquery official plugin like datalink, jquery tmpl ? Because the plugin who has official support is more reliable to learn and use. -- Sorry for my bad english.
validationEngine issue
Hello There, We are using Inline Form Validation Engine 1.7, jQuery plugin. My Issue is following code does not set $("#textbox").val("My message"); on success.The PHP file some.php responding true. My code is below. $("#Form").validationEngine({ ajaxSubmit: true, ajaxSubmitFile: "/some.php", ajaxSubmitMessage: "", success : function() { $("#textbox").val("My message"); }, failure
BlockUI unblocks lower level item when a higher level container is unblocked, is it supposed to do that?
I have a set of tabs: $("#documentssubmenu").tabs({ ajaxOptions: { error: function(xhr, status, index, anchor) { $(anchor.hash).html("Couldn't load this tab. We'll try to fix this as soon as possible. If this wouldn't be a demo."); } }, show: function(event,ui) { console.info("documentssubmenu::show"); blockCurrentTab(ui.panel.id); }, load: function(event,ui) { console.info("documentssubmenu::load"); $('#' + ui.panel.id).unblock(); }, select: function(event,ui) { console.info("documentssubmenu::select");
Attetion Author or Anyone else : jQuery Cycle Plug-in Quesiton
Hello, I recently posted a question about the jQuery Cycle question. I would hope someone particularly the author could answer it or help me. Thank You
jquery.validate using EqualTo for matching input value with div innerhtml value
I have a anti-spam script that inserts a random number into a div. User has to copy that number into a text field. I'm using jquery.validate to do all my validations. How would I use EqualTo to match text field with div html? I'm thinking it's something along the lines of: $.validator.addMethod("spmCheck", function(value, element) { return value == $("#chk_rand_users").html(); }, "Please enter the correct spam check value"); <!--- html ---> <input type="text" class="required
I'm looking for a selectbox plugin with remote population and paging....
Hello all, I'm looking for a selectbox plugin with remote population and paging capabilities. The plugin MUST also work with the jquery.validation plugin. Right now I'm using flexbox it sorta works with the validation plugin, but when the hidden element validates true the error message that jquery validation plugin produces does not disappear like it should. -Thank You, Rich
Help with validation on submit
I have 2 forms that share a submit button. I have that part worked out, what I'm having trouble with is adding the validation to each form. Here is what I have, I have not done validation inside a submit function before, but usually on document ready. $("#sbtBtn").click(function() { if($("input[name=license_code]").val()) { $("#formOne").submit(); } else if ($("input[name=referred_by_text]").val() && $("input[name=broker_text]").val() && $("input[name=email1]").val())
Issue binding validation on submit
2 forms, one submit button - that works, I can't get the validation to bind to the submit function...any ideas? $("#sbtBtn").click(function() { if($("input[name=license_code]").val()) { //check if #retUser has a value $("#formOne").submit(); } else if ($("input[name=referred_by_text]").val() && $("input[name=broker_text]").val() && $("input[name=email1]").val()) { $("#formTwo").submit(); } else { alert("Please fill
Cycle plugin | transition speed
Love the Cycle plugin. - works as expected in that one photo fades into the next photo smoothly. Test page looks great - http://www.dlmwebdevelopment.com/rocklands/jquery/rocklands-home.htm However, when I put the exact same code into Thesis/WordPress, I get a long delay between the images, and spend several seconds looking at a blank stage - http://rocklands2.com/ Why would that be? How to make the images transition fade smoothly into the next image? Thanks.
Cycle Plugin IE7 Crash Bug
The cycle plugin crashes IE7 100% of the time in the following situation: Set up an element to be a slideshow with the cycle plugin Create an element to show/hide the slideshow on click Load the page and click the toggle before the slideshow transitions Wait for the amount of time it takes to transition the slide Click the toggle again and IE7 crashes, most of the time without any error at all, it just silently closes the browser completely. Using jQuery version 1.4.2 and the latest cycle plugin.
Autoscroll images plugin?
Hi Is there a jQuery plugin that does this: http://blue.ovh.org/temp/marquee.html Ive seen plugins that marque images but all of them leave a gap between last and first image. I cant use that one because its not in jquery and I cant use it on my rails web site.
superfish menu css problem
I am using superfish menu on the site below. http://sosbilens.ankara.edu.tr/superfish/example.php my problem is as you can see, when I go through the sub menus. parent menu item's "a color" turns into white again but not background color. then nothing is seen. I want it to stay as first hover condition (white bg and black text) when I walking through sub menus. I cannot override it. any help will be appreciated.
How can I do a overlayed window navigation, hard to explain...
Well, My name is Bastian and I am studiying whilst working for a company. I am supposed to make their website. They put much value into filling out forms, wanting it to be as easy as possible. I found this on the internet and I realy would love to know how to make it aswell, at least the same principle. I bet it already exists a tutorial/script to do just that, i would just need anyone who knows to point me in the right direction. http://www.youtube.com/watch?v=1CwUzARdjGY&feature=player_embedded
Jquery Coda Slider external effects
Hi there I`m using a Coda Slider 2.0, but the only effects available at the moment are the one inside the jquery.easing.1.3.js file. Does anyone know about how to insert other effects, like the traditional fade? Thanks
Jquery Datatables any help for a new starter??
Hi I am quite new to Jquery and having had a good look around at what is available I am very excited by Datatables. My initial excitement has been replaced by a growing sense of frustration. I can not find any documentation that explains how to link to the downloaded files. My main Jquery is working fine as I have am able to manipulate the DOM I have linked to my header file to DataTables-1.7.3/media/js/jquery.DataTables.js I have used the example table from the datatables web site <table id="table_id">
Big problem when multipart form gives an Exception.
Hi all, I'm a newbie jquery user so I may be doing something wrong, but I'm doing it well. My use case tells that I need to send files to server and the server will throw an Excption when the file type is unkwown. We are only accepting text files such as word, so a movie will get the mentioned exception. It works on firefox, but on IE8 (and maybe others) I get a blank page since the line below gets a "Access Denied". It seems that the iframe that jquery builds gets inconsistent. doc = io.contentWindow
Two forms, one submit button?
This is beyond both making sense and my control. That being said here is my dilema. I need to have two separate forms, each using a different PHP script that I cannot modify to process them. I need to have both of these forms share the same submit button. Here is a simplified version of the html. Form 1 <div id="formOne> <form name="returning" method="post" action="PHPscript1.php"> <label>Are you a returning user?</label> <input type="text" name="retUser" id="retUser" /> </form> </div>
Get the field value
Hi all, Am using jquery.validationEngine.js plugin to validate my form and form is submited fine with every validation. What i need is, i have an field 'enter_name' in the form and need to show this field value in ajaxSubmitMessage area after submit the form. Here my code: [see the text with red color, i want to show the imputed field value in form <script type="text/javascript" lang="javascript"> /* Short Contact */ $(document).ready(function() { // SUCCESS AJAX CALL, replace "success: false,"
Cycle: Next slide at menu click only
Hi there, I'm looking for a configuration where the next slide only appears when a menu item is clicked. Greetings wawo
difficulty doing form submit with jquery formwizard
What is the appropriate way to do an ajax submit with the jquery formwizard. I have seen docs, but can't seem to put the pieces together. Right now i am firing the ajax request via the "beforeSubmit" callback, but this seems to be causing 2 requests to be sent to the server (the ajax request AND the action specified in the <form> tag.)
JQuery function doesn't work in IE
Hi everyone, my website http://raincao.com works well in Firefox and Safari. But some of the JQuery function doesn't work in IE, eg Fancybox. I have no idea how to fix it. Anyone could help me with this? Thank you very much.
Stop Superfish wrapping
Is there a way to stop superfish from wrapping? When there are too many menu items to fit on the page I don't want the menu to wrap. I would prefer to use the browsers scroll bars to see the rest of the menu. ideas?
Multiple forms and validate
Hi, I need to validate a multiple fields. My problem is that the error message goes to the first element. If i fill the first name and leave the second empty, the error message appear at the first element. I´ve got a form like this: <form action="#" method="post" name="formPassoDois" id="formPassoDois"> <input type=text name="nome[]" class="txtNome" id="nome" size="50" maxlength="80" /> <input type=text name="cpf[]" id="cpf" size="15" maxlength="11" /> </form> My validate is like this: $("#formPassoDois").validate({
JQuery Validation - require at least one field
Could anyone tell me why my form is still submitting if the user does not fill in any fields and clicks the search button??? <script language="javascript" type="text/javascript"> $.validator.setDefaults({ submitHandler: function () { alert("Submitted"); } }); $().ready(function () { $.validator.addmethod("required_group", function (value, element) { return $(element).find(".required_group:filled").length
Failed to load resource
The Chrome javascript console gives the following error "Failed to load resource" when then user is triing instantly open two (remote loading) tabs. The first tab loading is interrupted, and the second is loaded completly. Is there any way to ensure loading of all tabs? code of creating new tab: function addTab(url, title) { var ct = $('#main_center'); ct.tabs('add', url, title); ct.tabs('select',ct.tabs('length')-1); }
Cycle and label/input [radio] clicks - 'next' command advances two
I'm building a body shape calculator which jQuery Cycle turns into a truly beautiful form. However... The original problem: When a parent element is the slide, any child form labels and inputs cannot be selected if the same click is used to advance the slide. They can be clicked, and the slide is advanced (they were given a 'next' className), but the input is not selected/checked. First solution: Remove the 'next' className, and add an onclick handler to the label, with the 'next' command: $('#slideshow').cycle('next');
How to use jme with growing files ?
Hi I would like to use jme with growing files. The problem right now is when the user presses play, it only plays up to the length of the file when the user pressed the button. Basically I would like the player to go on playing for a pre-set time (pausing/caching if it runs out of data) or until the user presses stop (whichever occurs first). Any suggestions ? Salsaman.
Superfish IE bug with form select element
We have a site where we have a login form inside a superfish drop-down, in IE7 & IE8, we have a select element in the form and when ever we try to select and option from the select, the menu/box disappears. Here is a link: http://www.jacobtyler.com/dev/taxproductsgroup/editenrollmentinfo.html Rollover "My Account". This only happens on IE! Any help would be greatly appreciated!
Are there any jQuery HTML5/Gears ORM available?
Are there any jQuery HTML5/Gears ORM available? I found some persistence mechanism like jstorage but they are not ORMs so am asking such a question Thanks in advance CSJakharia
Serialscroll Navigation
I've got a situation with Serialscroll where the built in navigation doesn't support what I need. I've got two menus that both need to control the dynamic content box, but the issue I'm running into is that Serialscroll automatically defines where the navigation links go to based on how many sections you have. What I need is to have both top and bottom menus call to the box correctly. It seems that when using the bottom menu it tries to go to a section that isn't there so it switches between the
Next Page