jQuery Validate + UK Date Format + Chrome
Hi all I have an issue with date validation in jQuery validate. It's the issue with the UK date in Chrome, I've created a test in JSFiddle and using the DateITA validation from the addition-methods.js works OK, but when I reflect this update on my actual page I get the following (note the error occurs in all browsers): Error: TypeError: e.validator.methods[o] is undefined Page with the error: http://37.220.92.92:81/Apply-for-finance-online.asp (The date of birth is the field that the dateITA validation
mcDropdown jQuery Plug-in - version 1.3.2
Recently we did upgrade from MVC2 to MVC4 and updated the mcDropdown 1.2.x to 1.3.2 But when we launch our application we got error "operation aborted" on IE 7, we did some analysis and found in mcdropdown 1.2.07 added following line to add the list to body. $list // move list to body -- this allows us to always calculate the correct position & width of the elements .appendTo("body") We are using @Html.DropdownList on cshtml page, which is trying to create dropdown before Body tag closed.
jquery tabs freeze
http://gogostyle.it/prodotti_tabs.php?categoria=tenda&style=Classic%20STYLE Can anyone tell me why tabs with sizes (140x280. 60x240 etc) freeze after a while? I used easytabs and gallerific. The problem occurs after several clicks on tabs and product Especially when you select the product for the top row slider.
Style select box dropdowns with custom scrollbars
I basically have exactly the same question as this one years ago! https://forum.jquery.com/topic/recommend-a-plugin-that-can-style-select-box-dropdowns-with-custom-scrollbars It was never answered and I still can't find an answer now. In short, I need a plugin to style a select box, as well as a plugin to style the scroll bar. Or preferably one that does both. I was trying to use SelectBoxIt and jScrollPane but the two don't seem to work together. I can't seem to find any that might?
jquery form validator not showing Arabic letters correctly
im trying to use a jquery form validation, and i want the validating text to be arabic. the problem is that when i change that phrase in the .js file, it shows squares instead of arabic letters. this is my js file:' $(document).ready(function () { // Place ID's of all required fields here. required = ["name", "email", "country", "message", ]; // If using an ID other than #email or #error then replace it here email = $("#email"); errornotice = $("#error"); // The text to show up within a field when
codeigniter jquery's autocomplete not working but no error
Hello All :D I am newbie in jquery, i tried to use the autocomplete but i got a problem. This is the link : http://stackoverflow.com/questions/15744214/codeigniter-jquerys-autocomplete-not-working-but-no-error Thanks :D
How to use 2 different jQuery functions on Same control?
Hi All, I have 2 jQuery versions. One is to expand text area and other is for spell check. when i try any 1 at a time it works fine. But when i use both versions at same time then it dosen't work. Following is the code. This code resizes text area control. <link rel="stylesheet" href="http://code.jquery.com/ui/1.10.2/themes/smoothness/jquery-ui.css" /> <script type="text/javascript" src="jquery-1.9.1.js"></script> <script type="text/javascript" src="jquery-ui.js"></script>
New to JQuery, issue with tablesorter
Hello all. I am new to using jquery and I am having an issue getting tablesorter to work on a table that I generated using Tableizer. Any help would be wonderful. It could honestly be a naming or structure issue, or a combination of everything but I am at a severe loss on how to navigate this. I am more a designer than coder. I'm sure it is full of errors but any help you can offer would really be greatly appreciated and needed. I've posted the entire code and have hosted the page in question: here
When dropdown change option in side table row
i am using one table on that 1 dropdown and 3 textboxes i have taken .so my query is change of dropdown 3 textbox should updated and change of textbox other textboxes should update. Thank you in Advance...
jQuery Cycle: help with "next:" option
I am running a fairly simple repeating, fading slide show: $('#slidecontainer').cycle({ fx: 'fade', timeout: 8000, speed: 800, next: '#slidecontainer', pause: 0 }); The idea being that the slides will auto-transition on a 8000ms timeout, but that the user can speed it along by clicking on on a slide to immediately advance to the next. This works fine. What I would like to do, however, is to disable the user's ability to manually advance to the next slide for some of the slides in the slideshow.
Error Messages not colored or placed properly
Hi all: My experience with JQuery and PlugIns is limited so I apologize in advance for (probably) a quite basic question. The page I am referencing is here: http://www.communitycarestraining.com/registration.cfm My question is about the error messages which are returned when a field is not inputted correctly. Right now the error messages are plain black text and they butt up tight against the field box. I would prefer them to be colored red and put just under the field box in question. As this is
Validator: completely reset validation state of a form
Hello, I'm having trouble resetting the validation state of a form after a submit event. Currently, I use the following resetting code: form[0].reset(); _validator.resetForm(); _validator.submitted = {}; This works as expected, resets the form and clears the previous error messages. However, the plugin (or the form itself?) still seems to remember that the submit button of the form was already pressed once. Validation is set to eager right from the start and corrects everything immediately. The
What is used for this effect????
Hello, someone can help me... what effect is this?? When click on menu, page slice from right.... *-* Page effect
Problem with jQuery Form Plugin
I have problem with jQuery Form Plugin. When I debug this in firefox there are no errors and warnings. I see loader but code after it doesn't execute (action.php don't execute I only see Loader img) where is my problem can you help me? JS Code <script type="text/javascript" > var test = function(i) { $("#preview").html(''); $("#preview").html('<img src="loader.gif" alt="Loading...."/>'); $("#titleform"+i).ajaxForm({
Jquery Form Validation doesnt work...
HI I am using jquery validation plugin in my project but it doesnt work at all. i am generating a textbox dynamically and adding class to it dynamically as well but it doesnt validate.... here is my code sample this is how i generate a textbox dynamically when some condtion gets true... $('<input>').attr({'id': 'website')}).addClass('required url').appendTo("#formname"); When i checked in firebug i could see the class has been added...but yet it doesnt validate... I am using inputmask.js and jquery
Problem in jquert datetimepicker with timezone
Hi, I am facing a different issue in jquery datetimepicker. Here is the details: 1. I have set the time zone info in the jquery initialization. 2. when i select the date/time in the picker , set the text box with date time along with time zone is perfect. But unable to delete the time zone using backspace key. i can able to delete the DD/MM/YYYY AM/PM. When i try to delete the time zone from text box, the value retained. For example: date displayed in the field like 13/09/2012 10:00 AM EST Unable
chrome will run adschorme.js auto ,this make my $.fn.extend undefined
<script type="text/javascript" src="/resource/base/JQUERY-1.9.1.JS"></script> <script> $.fn.extend($.fn,{aa:function(){alert("aa");}}) $().ready(function(){ $("#reg_form").aa(); //success ,$.fn.aa return right function $("#reg_form :input").focus(function(){ $("#reg_form").aa(); //error,chrome sign : object[object object] has no mothod 'aa',because chrome run adschorme.js auto ,when breakpoint set to adschorme,$.fn.aa
jQuery plugin: Validation how to use it in wordpress
i have this <script src="http://granhotelanabas.com/wp-content/themes/studioin/js/jquery.validation.js"></script> <script src="http://granhotelanabas.com/wp-content/themes/studioin/js/jquery.js"></script> <script type="text/javascript"> jQuery.noConflict(); errorPlacement: function(error, element) { error.appendTo( element.parent().next() ); }, $.validator.setDefaults({ submitHandler: function() { alert("submitted!"); } }); $().ready(function() { // validate the comment form when it is submitted
Getting tablesorter properties
Hey all. I'm using tablesorter, which is a great plugin. I need a bit of guidance tho. I'd like to preserve the user's sort preferences between refreshes by stashing sortList in a cookie. How would I pull the current sort column in order to store it? I'm thinking of using the sortEnd event in order to grab the current sortList, but I can't seem to get it. $('#mytable').tablesorter({sortList: [[0,0]] }); // default for now, but load from cookie if it exists. $('#mytable').bind('sortEnd', function()
Autoplay Function
Does anyone know how to add an autoplay function to a plugin that doesn't seem to have the option? The one I am attempting you use autoplay on is called windy: http://tympanus.net/Development/Windy/index.html
Jquery stopwatch timer pausing when browser is minimized or is not in focus
Hello experts, I am using jquery timer for an online examination web application. The timer runs very well, but when the examinee minimizes the browser or opens another tab and works sometime on the tab...the timer seems to pause in the examination page. I Can't seem to find out the problem behind this issue...this problem occurs in all the major browsers...chrome,firefox, IE..
Customizing number of errors in validation plugin
I am working on a good sized form with several fields that require validation. I am using the wonderful Validation plugin created by Jörn. I have most of it working correctly. Now I need to validate a group of checkboxes, ensuring that at least one is checked. Figured out how to do that from the fiddle here: http://jsfiddle.net/TCHYJ/ Now, my invalidHandler is not correctly reporting the number of errors. I have 12 checkboxes of which at least one needs checking and it says "You missed 12 fields.
(function($, window, undefined) {...})(jQuery, window);
Hi, using and having a look at jquery.ascensor.js plugin, I can see that the code for this plugin is structured like that : (function($, window, undefined) { ... $.fn[pluginName] = function(options) { return this.each(function() { ... }) } })(jQuery, window); So far, I only know this notation (function($) { $.fn.myPlugIn=function(parameters) { ... }; })(jQuery);Anyone to explain to me the first structure ? Or point to a tutorial ?
how to set tinyscrollbar to scroll:false in overlay
Invoking an overlay within a scrollable area. Using tinyscrollbar plugin ( http://www.baijs.nl/tinyscrollbar/ ) and, when the overlay is invoked, I want to set the scroll option in tinyscrollbar to false. This is the script in the header: <script type="text/javascript"> $(document).ready(function () { $('#scrollbar2').tinyscrollbar({ scroll: true }); }); </script> This is the overlay script: $(document).ready(function () { $("img[rel]").overlay({ onBeforeLoad:
Cycle2 Plugin hide controls
Hi there, I am using the cycle2 plugin integrated into the wordpress gallery and works like a charm. What i would like it to do is when there is only 1 image to hide the controls and when more than one show them. I spoke to Mike on Github and he gave me a snippet of code and with my additional lines it doesn't seem to work still. If anyone can spot how to resolve this i'd be grateful. Maslap JQuery file: http://malsup.github.com/jquery.cycle2.js Function to hide controls (this is in my header under
Hiding thick box then showing another one cause error
Hi folks, I have a window that calls tb_show to open a page, If i click on the close button, the following JavaScript code executed: javascript:self.parent.tb_remove();self.parent.showNewShadow();the showNewShadow function is calling an AJAX and according to the result it shows another shadowbox function showNewShadow(){ //call ajax //....... if (ajaxResult=='YES'){ tb_show(...);//show the other page } } This result on hiding the first shadow but a loading icons remains on the
Problem with validate plugin
I have a contact form on my website using the validate plugin. It has been working fine for years, until just recently. I haven't changed the form itself, but I did update to jquery 1.8.3. Now the validation images are showing up in the wrong place, and for the wrong fields. You can try it out at http://webrecipemanager.com/index-5.php
[Keith Wood Datepicker] Date-Range Selection Problem
Hi everyone I'm a web developer and working in an IT Team of Tourism Agency. Well I was looking for a Jquery Date-Range plugin (not datepicker plugin). While looking for deeply on Google I've seen the Keith's date-range plugin blog and awesome plugins. And I emergencly need help ! I want to show inline 2 months datepicker. Well no matter about that. My problem is that; <span id="checkinDate"></span> <span id="checkoutDate"></span> <span id="total"></span> When customer select first date for check-in
Adding custom rule to JQuery Validate
Hello: I am having trouble getting adding custom rules to JQuery form validation to work properly. I want to use the default rules to make input required, make sure it is a number, and to make sure the number is 15 or greater. That was working fine. But, I am now trying to add a custom rule to it that will allow only numbers that are divisible by 5 into the field. And I am not having any luck getting it to work. I also would like to be able to have a custom message for each error. Can someone show
How to using jQuery function
I'm using this jQuery function but when user press login and the username or password is incorrec, how am I show the error message? Becuase when user click submit button it will redirect to login_validation.php to do the verification checking. And in the login_verification.php I'm using if..else statement to do. How am I going to show error if the username or password is wrong and I want it pop out in the login page not the other page. <script> jQuery(document).ready(function(){
JQuery Forms ajaxSubmit issue with Internet Explorer
Hi there! I have a very simple piece of test code using JQuery Forms plugin. In Chrome and Firefox it works exactly as intended -- I type in a name, push the submit button, and the form is submitted behind the scenes to the action page on the server, which returns a value, which gets displayed beneath the form, and then the form slides out of view. In Internet Explorer 9 (and I used developer tools to force it to 7, 8, and 9 with identical results), when I push the submit button, it just submits
Jquery Tablesorter
I am looking for a way to use Jquery Tablesorter that will do a table span on duplicate items for example location below. Since both Person 1 and Person 3 are from Ft Know the table was spanned for that location. Example: -------------------------------- - Name - Location - -------------------------------- - Person 1 - - ----------------- Ft Knox - - Person 3 - - -------------------------------- - Person 2 - Houston - -------------------------------- Any ideas?
How to SHUFFLE rotating testimonials?
www.WEBCO-MN.com - scroll down to "What customers are saying" to see an example. (Apologize in advance, I'm not a crazy coder. I know the simple stuff, and I know nothing about javascript) I found a simple code that allows me to enter the text into DIV areas. I have a number of testimonials to add still, but the customers that go to our website will only see the first few every time, I'd like them to shuffle. I'd also love it if there was a way to be able to hover over the text and make it pause?
fixed footer with input above keyboard iscroll
Im using Iscroll to an webapp and all goes fine. My problem is that i have a footer with data-position="fixed" and in here i have an input. When i click this input the virtual keyboard covers the footer and i dont see the text. I'm usin this with jquery mobile, i've tested in an ipad and a iphone, and the pluggin works fine, except when i'm writing on the input field in my footer, it pops up the virtual keyboard and covers up the input field. here's a link where you can see it: http://www.gilasdesign.com/test2/threads.html#conversation
Debugging jQuery Isotope plugin
Hi there, I'm working on a site in Wordpress that uses a theme that has the Isotope plugin implemented. This plugin allows users to sort content based on filters but the theme only supports sorting by one filter at a time. I've been trying to implement combining filters but I'm now a bit stuck. Here is a JSFiddle by the plugin author on how to combine filters: http://isotope.metafizzy.co/index.html And here is my demo where I'm trying this out: snaprockandpop.samcampsall.co.uk/shoots/ Here is my
jQuery Roundabout - How can I make it cycle through once li's on page load then stop?
jQuery Roundabout - How can I make it cycle through once on page load then stop? Hello, Im using jQuery Roundabout from http://fredhq.com/projects/roundabout does anyone know how i can make it rotate / cycle throught my 5 li's once on page load then stop. ? thanks ricky
[New Problem] Jquery populate optgroup based on first select box
Hi, my first ever jquery question right here, I need help in jquery-multiselect plugin to show optgroup's children based on the option from first multiple selectbox, here is what I currently stuck with jsfiddle.net/hsQjh/4 For instance, I picked option 1 - Distributor/Agent and 3 - TV Channel/Broadcaster from first box, I want the optgroup labeled with 1 - Distributor/Agent and 3 - TV Channel/Broadcaster to be populate, it's almost same act like this sample: jsfiddle.net/UNbvn/ <head> <link href="jquery.multiSelect.css"
Horizontal scrolling onmousewhell
Hi, I want to do. Horizontal mousewhell scrolling. Can you help me? I want to do it this way. http://impactweb.pl/themeforest/modernmetro-dark/ Thanks.
Need help whith modalbox!
1.We have a modal window, that when you click on a link modal window opens. How to do that when you open the modal window url page changed on http://site.com/modalbox and we can follow this link to open the page with open modal window. 2.We have modal window whith http://site.com/modalbox url, in a modal box has two links next and prev if we click next content modal box changed and url on http://site.com/modalbox#two and we can follow this link to open the page with open modal window whith content
Problem with Table Sorter Plugin
I am having an issue with the tablesorter plugin. While I have it enabled at my site (at http://www.coinchoose.com), if doesn't sort when I click a column header. I know it must be something easy, but I have looked at the example and can't figure it out. Any help is appreciated.
Next Page