Plugins/Validation page problem
Hi Admins, there's a problem into Validation plugin page. Database error A database query syntax error has occurred. This may indicate a bug in the software. The last attempted database query was: (SQL query hidden) from within function " JobQueueDB::claimRandom ". Database returned error " 1205: Lock wait timeout exceeded; try restarting transaction (localhost) ".
Jquery Custom Validation Messages are displaying beside the Control, instead of Validation Messages
Hi, I have requirement of loading the Partial view dynamically based on some particular values. So, while iam implementing this, the Client side validations are displaying beside the control instead of Validation Summary. Can some one help on this. I have attached a sample code(Controller, Models and Views). Steps to Repro: 1. Create a MVC3 project. 2. Replace the newly created project folders with the attached folders(Controller, Model and View) 3. Navigate to "Customer/Management" page. 4. Click
Superfish: all sub-sub menus opening on hover :(
The first time a user hovers over a menu item all of its sub-sub menus are opening. This doesn't happen in the example on the superfish site. If you then hover over one of the sub menu items the sub-subs close and behave as expected. Here's a fiddle: http://jsfiddle.net/gPkDY/2/ The problem occurs with or without the CSS but it's easier to see with the CSS. It's also definitely a problem with superfish since with javascript disabled the CSS fallback works properly. Client is using jQuery 1.7.1 and
[ColResize] With Minimize button
Hi, I have used the ColResize plugin to resize the column. But i wanted to implement minmize maximize the table column using buttons. So i have put the corresponding button and write Javascript code to change the column width based onthe button. The problem is if i click the button and i can change the column width.once i click and change the width the colResize plugin is not called(i am not able to drag the columns width). Here is my code: <%@ Master Language="C#" AutoEventWireup="true" CodeBehind="Site2.master.cs"
Responsive Slideshow plugin
I’m searching for a Slideshow plugin where I can configure the appearance of the next and previous elements like in the attached screenshot: Or maybe you have some good workarounds or recommondations for some plugins. p.s. yes, I’ve searched google. Thx, Nitzki
datepick multi date issue question
hi there, keiths datepick plugin was working real well on a site we made up until recently but now we have an issue the site is : http://www.brightonfringe.org/ if you open the advanced search slider and try to click multiple dates on the date picker the dates do not remain in a chosen state (despite the actual date being added to the hidden input) can anyone see whats wrong ? many thanks
Using colResizable Plugin to adjust the Size
Dear All, I am trying to create a table with resizable column.So tried ColResizable plugin,and i can use this without any problem,But in the same table i want to provide the button to minimize maximize the table column. This i achieved through normal javascript.Once i changed the width of the column using javascript.I am not able to use the functionlities of colresizeble plugin.. How can i achieve these two functions in a table.. Until i click the button to change the width of the column the colResize
External link to open Flexible Slide-to-top Accordion
Hi, Hoping somebody can help me out on this problem please. I'm using this accordion for a project- http://tympanus.net/codrops/2011/10/12/flexible-slide-to-top-accordion I want to link to a specific tab from an another page but having alot of difficulty. My external link is services.php#digi and I have the following code: HTML <div id="st-accordion" class="st-accordion"> <ul> <li> <a href="#digi"><img src="images/digital.png"><span
Datepicker and text input
When datepicker allows text input, if an incomplete date format is entered and <enter> key is pressed, datepicker seems to be substituting the current date for whatever had been typed. I tried overriding this by using an onblur on the text input, and checking for a partial date (I want to accept just a YEAR input in format yy/mm/dd if that is all the user provides). I fill this out to yy-01-01 in the blur. This works when a blur event occurs but when enter key is pressed, the blur apparently doesn't
Making menu collapse on page load
I am looking to collapse the jquery accordion menus on the how can i help and useful tips pages. When the page loads the menus are already open, I am not sure why or how to make sure they are collapsed when the page loads? The link is http://www.cherrietestingwebsite.org/help.html http://www.cherrietestingwebsite.org/tips.html
Mindate for datepicker?
Hi, I have implemented datepicker from this site http://www.eyecon.ro/bootstrap-datepicker , but unable to set mindate is from 1900 year to it. $(document).ready(function() { var $ = jQuery; var now = new Date(); $("#loader").hide(); $('.datepicker').datepicker({format: "dd/mm/yyyy", onRender: function(date){ return date.valueOf() >= now.valueOf() ? 'disabled' : ''; }, }) <div class="form-inline"> <label style="text-align:
Updating Superfish a Wordpress theme
Hi! I recently bought a theme called TopBiz, which had an old version of superfish (1.4.7), which didn't work quite well on Android. The company I bought the theme from doesn't seem very interested in updating the theme fixing this error, so I'm trying on my own. First I downloaded Superfish latest version (1.7.2), which works on jQuery 1.9.1, but I noticed my Wordpress installation uses jQuery 1.8.5, so I guess it won't work (and I don't want to overwrite Worpress' jQuery files, as I'll most likely
TableSorter plugin throws Object does not support this property or method
Hi All, I'm getting the Object does not support this property or method JS Error, when I use this plugin. Below is my code. <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> <title>Insert title here</title> <script src="http://code.jquery.com/jquery-1.9.0.js"></script> <script src="http://code.jquery.com/jquery-migrate-1.0.0.js"></script> <script type="text/javascript" src="jquery.tablesorter.min.js"></script> <link rel="stylesheet" type="text/css" href="style.css"
Make a datepicker script compatible with jquery 1.9 ?
Hi there! I adapted a few months ago a datePicker script to my needs (basically selecting multiple days by clicking on the different dates). The original script : http://www.kelvinluck.com/assets/jquery/datePicker/v2/demo/datePickerMultiMonth3.html Here is the way it works well (you can see that you can select multiple days) : http://www.imerege.com/FTPdivers/CeA/test/index.html Problem is: I'm moving to a Bootstrap website, using the latest versions of Jquery... And it seems that my datePocker doesn't
Tablesort plugin issue with > 1,000
So I am using the tablesort plugin on a table on my site. However, if the number is over 1,000, it sorts it to the bottom (when I am sorting descending). See http://www.coinchoose.com. This is a percentage (so it is 1,000 %) - is there anything I should adjust?
Problem win carousel
Hi, I created two carousels images inthe same page using the plugin <<caroufredsel>> but the problem that one of the carousels does not start. Can someone help me
Video Lightbox plugin vs jQuery Tools with apple plugin
This is very critical for me right now..I'm just looking for a simple answer to this question. We had a young developer who insisted of using a combination of both jQuery tools (with the apple effect) and Video Lightbox. The Goal: Our goal is to click on either a text or image link, and smoothly see a pop-up window appear before you, loading a you-tube video inside of it. that's it. The Question: Do I have to use both of these plug-ins to complete my goal, or can I use one or the other? What do
Using Bootstrap-Typeahead.js
I have no idea what is wrong here, but when the page loads I get the error Uncaught TypeError: Object [object Object] has no method 'typeahead' I've nagivated to the link in the typeahead declaration and all the code is still there. Maybe just need another pair of eyes. Can anyone see what I'm missing? <script src="http://code.jquery.com/jquery-1.8.3.min.js" type="text/javascript"></script> <script src="http://code.jquery.com/ui/1.9.2/jquery-ui.js" type="text/javascript"></script> <script
Problem Setting Up PhotoSwipe
I'm posting this here because PhotoSwipe is kind of like a plugin, while advertising itself as another javascript library. I have a test page that I’m trying to develop on our new mobile site (which is within a mobile host). I previously had this same code on a test page in our production site and it worked fine (the code can be found here: http://pastebin.com/VkiKPHY2 ). The images I’m trying to display are also stored on our production site host. I’m not sure what the problem is with things
passing values with autocomplete
I am building a data-entry form with 2 fields. One called ' VERSION_ID' that I can populate with a simple php. For each VERSION_ID there will be several 'TRIM_ID's coming from a table with basically 2 columns, ie, 'TRIM_ID' and 'TRIM'. TRIM being the description of the trim. This table has about 300 items. TRIM is the column I want to show in autocomplete as this is the information the person entering the data knows, but the data I need to pass on for insertion is TRIM_ID. If I had less data I would
Color fading background
I am trying to make the background of a division start at one color and then fade to another and then fade back to the original then make a constant loop. I have a feeling I can do this using the jquery color plugin but haven't quite figured it out. Can you help me out?
JQuery : File creation date before upload
Hi, I am using jquery ajax file upload. With that i need to print the selected file creation date before upload. Did lot of search on this, not able to find the solution. Please share details, if having any solution. Thanks in advance.
Combining jQuery validate and jQuery Real Person
I'm using jQuery validation to make sure all my required fields are filled in, however I was getting a lot of bot spam and want to use something like jQuery Real Person as a captcha system . How do I combine the 2, so that submit will fail if the captcha field text is not correct? I've already made the captcha field required, now what's the next step? $("#enroll").validate({ invalidHandler: function(e, validator) { var errors = validator.numberOfInvalids(); if (errors) { var message = errors == 1
touchswipe.js for IE6?
IE6 app with touch screen input. Any way to utilize this tremendous plugin to replicate some of the touchscreen features we expect from a touch device? Error: Microsoft JScript runtime error: Object doesn't support this property or method.
Problem validating captcha with remote php file
Hi, I have a form that I am using the JQuery Validation plugin to validate incorrect field with a red border. I found the following code online to generate a captcha: <?php session_start(); $code=rand(1000,9999); $_SESSION["code"]=$code; $im = imagecreatetruecolor(50, 24); $bg = imagecolorallocate($im, 68, 147, 183); //background color blue $fg = imagecolorallocate($im, 255, 255, 255);//text color white imagefill($im, 0, 0, $bg); imagestring($im, 5, 5, 5, $code, $fg); header("Cache-Control: no-cache,
Validation problem
I'm having a strange problem with validation. I have recreated it a small username/password form here: http://jsfiddle.net/dhRjN/ I believe I have everything laid out as per the documentation and indeed messages work properly on blur. However, the form can still be submitted, unless you mismatch the password fields. That is, all other validation is ignored until the equalTo validation is violated.
Comceptional question using JS Tree with multiple Trees?
Hello there, I am totaly new to JQuery and JS Tree Plugin. What I would like to do is building multiple categorisation trees. Each of this trees should then have unlimited levels. The Idea is to add the name of the new tree in a overlay or JS shoutbox and then have a selectbox with all the tree categories. The user should then select one of these trees, which name is then the first node and he then can add multiple subnodes. I have created one big tree with multiple levels, but I have no idea how
Im looking for an image grid plugin that has auto-load-item on scroll
Hi everyone, I'm currently working on a platform and have the design and navigation done. I'm in the process of setting up the database and getting the index page done. On the indexpage I need a grid of images of products and when a user scrolls down I would like the grid to auto-load more images/products so you would basically have an infinite scroll. You see this feature more and more on modern sites. Does anyone know where I can get such script? Thanks and best regards, Lynn
loadJSON plugin - Select not populating
I'm truly hoping someone has experience with this issue or has a suggestion. loadJSON is populating all form fields except the select box. It is setting the value passed from the json in <select name="CustomerState" value="CA"> I'm certain the name field is correct, ie same as field returned by JSON. I am using jQuery 1.9.1 I noticed loadJSON is using 1.6.4. I am using loadJSON 1.0, I tried 1.2.5 but it would not work at all. If I can't get loadJSON to populate my selects I'm thinking I could use
Validate plugin - Ignore 'default' data-placeholder value
Hi all, I have inputs using the data-placeholder attribute as placeholder text on form fields and removing it when the field is clicked (basically mimicing the behaviour of the actual placeholder attribute). Problem is, the validate plugin (correctly) considers these fields populated so doesn't error when they haven't been populated by the user. I see that there are custom rules you can set up and I think I could somehow check if the text is the default text or not and validate based on that using jQuery.validator.addMethod.
jQuery tab ui won't get content of other tabs
I am using the jQuery tab ui and I have 4 tabs that has content. The first tab is loaded automatically but when the other 3 tabs are clicked, they are still blank - no content appears, just what is on the first tab. I'm sure there's a code that calls it, but I don't know enough about coding anything to understand. You can see the tab plug-in app in action here http://pbrunson2.mydevryportfolio.com/WGD242/. The code that I have on each page for the jQuery tab plug-in is here: <!doctype html> <html>
adjust jQuery speed & easing
Please see URL: http://backstageweb.net/newsite and click a few of the nav buttons. Note the speed and easing. Now see http://www.demo.pagescroller.com/ and note its speed and easing (faster with more pronounced easing). This is the effect I'd like. Pagescroller.com is where I got this plugin code (I bought the Pro edition). However, when I look at the source code for their page, I see this: $('#wrapper').pageScroller({ navigation: navLabel,
jQuery Validate plugin with metadata broken after upgrade to jQuery 2.0.0
I successfully used jQuery Validate plugin with metadata (this one at http://bassistance.de/jquery-plugins/jquery-plugin-validation/ ). versions: - validate 1.9 - metadata * Revision: $Id: jquery.metadata.js 4187 2007-12-16 17:15:27Z joern.zaefferer - jquery 1.7.2 I now upgraded jQuery to 2.0.0, validate to 1.11.1, can't find metadata anymore (404 here: https://github.com/jquery/jquery-metadata ) Part of my form: <input id="email_big" name="email" type="text" class="span4 {validate:{required:true,
Top to bottom
Hi am new, am trying to learn jquery in advance. Having issue to implement top to bottom. When i open the webpage, everything works properly, just the image which should be appeared in middle or bottom of the page, currently is shown only in the upside. Below is the code: <style> #main { float:left; width:500px; background:#c9c; } #sidebar { position: fixed; right:0px; bottom:15px; display:none;/*hid the button first*/ } #sidebar a { text-decoration:none; border:0 none; display:block; width:31px;
use handsontable with an existing table
Hello, do you know if I can use hansontable jquery plugin with a table which is already exists ? Because in the documentation, I saw that we can create a table with handsontable like that : var data = [ ["", "Kia", "Nissan", "Toyota", "Honda"], ["2008", 10, 11, 12, 13], ["2009", 20, 11, 14, 13], ["2010", 30, 15, 12, 13] ]; var $container = $("#example1"); $container.handsontable({ data: data }); But I wish to do something like that : $("#monTableau").handsontable();
Using tinysort with a table
Hello everybody, I'm trying to sort a table with the plugin tinysort. But it doesn't work like that : <head>[...] <script type="text/javascript" src="[...]/jquery.min.js"></script> <script type="text/javascript" src="[...]/jquery-ui.min.js"></script> <script type="text/javascript" src="../JS/jquery.tinysort.js"></script> <script type="text/javascript" src="../JS/jquery.tinysort.charorder.js"></script> [...] <script type="text/javascript"> var aAsc = []; function sortTable(nr)
Keep expand option for jquery hover accordian
i have implemented jquery UI vertical hover accordian, i have one client requirement, i should have keep expand link inside each accordian panel, when user clicks on it, panel should be expanded until user close it by using close link.. please give me code if anybody implemented this
iscroll freezes on last element of reload
The topic sums it all. I just started using iscroll and so far have only tested it on the iphone. Scrolling is smooth but I'm bugged by the fact that over 50% of the time especially in non safari browsers, the application freezes when it is loaded/relaoded on the last element and won't scroll at all. Anyone familiar with this and any idea why it happens or how it can be fixed?
JQuery Dialog IE8 formatting issue
I think I have a JQuery Dialog IE8 issue. The JQuery Dialog works nicely in Firefox. Formats perfectly, close button is there and functions. The same code using the same stylesheet on IE8 causes the close button to disappear, the title disappers and the title background is white. This is driving me nuts...can anyone offer any suggestions on how to fix this issue?
JQuery Passowrd Validation
I am using jQuery validation with my asp.net controls. Everything is working great except for password matching. Even though I put in matching passwords it says they do not match. Here is the code <script type="text/javascript"> $(document).ready(function () { var validator = $("#MainForm").validate({ rules: { <%= username.UniqueID %>: { required: true, minlength: 6 },
Next Page