Conditional Class Based Validation Required
I'm adding validation to an existing website. For most of the inputs I am successfully using Class specifications for the required validation. One page is for entering the information for up to two team members, and I want to make the second team member's information optional. From what I read I should be able to use something like: class= "required: #checkbox:checked" But, I need to make the requirement to be based on another field having text entered. I can't find any reference to this. Has
Jquery Tools local script not working
on this page : https://ice.servtech.co.uk/html/admin/formtest.asp I am running the validator demo form from jquery tools, I am using an external src for jquery itself but wish to use a local version of the jquery tools script so i can customise it. the local script is here : https://ice.servtech.co.uk/jscripts/jquery.tools.min.js as u can see existing on server quite happily, but as the first link shows the validation boxes are not working properly, click submit to see the error, if i embed the
jQuery Lightbox affecting all links
I've a problem, the jQuery lightbox is affecting all links. I only want this to make the lightbox make the photos bigger not show the "busy" logo when other links are clicked, it even does this on my facebook link
Anyone know of a plugin just like colorbox
Hello everyone! So, I've been attempting for the last week to find help with my JQuery colorbox issue, but have gotten no where. Anyone know of a JQuery plugin that is very similar to colorbox? Can anyone recommend a slider (like MooTools Slider) as well? Thank you!
Hyperlink in selectmenu-plugin.
Im using the selctmenu-plugin with custom formatting. I want to use a hyperlink for details as shown in picture below. Could this be done? Cheers! Axl
MultiFile upload disables the upload button.
I am using MultiFile upload with ASP.Net. I have a CustomValidator control which calls a JavaScript function. However, after the functions is done executing, the upload button gets disabled. I am putting the code on pastebin, because it looks more readable there http://pastebin.com/wPeGgWZk I'd appreciate any help I can get.
Extra space between parent and child Menu entries - superfish
When I hover over a parent navigation item with children, the dropdown appears but there is blank space between the parent and its children so the two are not "connected". Thus, I cannot smoothly scroll to the children, hover, or click on them. I have tried the z-index fix with no results. Please help. I am a newbie at this and no amount of searching and trying has found a solution. Thank you, Deanne CSS follows: #nav1 { font:bold 12px "Trebuchet MS", Arial, Helvetica, sans-serif; padding:0;
Photo Swipe
Hi everyone, I'm was looking for a widely supported mobile & tablet gallery plugin and I found Photo Swipe ( http://www.photoswipe.com/ ). It seems very nice but in the demo, when you zoom in and try to pan the image it jumps to the next image. Try it out at : http://www.photoswipe.com/latest/examples/04-jquery-mobile.html#Gallery1 Is there a fix for that? Or can anyone recommend a good solid plugin? Thanks for any help, ideas, tips!
uniform.js form submission - needs double click in ie
I am using the latest version of uniform.js with jquery. In internet explorer when I try and submit the form it doesn't work the first time and have to click again If I dont include the uniform library it works ok (ie one click on submit) but as soon as the library is added in IE a double click is required here is an example http://demo.stg.brightonconsulting.net.au/templates/tests/addArticlePopup/index.html thanks
gallery position problem ;/
Hey, i'm pretty newbie, but i have problem with viewing gallery position and look. all is good until you want to open some of photo that is in gallery window box (must check gallery 2 time cuz sometimes dont want to load ) In my (build in progress) site http://www.bobista0.website.pl/ there is problem with larger photo view - photos are in "GALERIA" but i want result that is on mother site of this plugin http://pupunzi.com/#mb.components/mb.gallery/gallery.html (SEE THE DEMO - WITH THUMBS)
JQuery Colorbox??
Hello everyone. So, I've been looking for a way to display a slideshow within a image. (Clicking on a thumbnail image and a slideshow appears). I was told to use a Colorbox plug-in. from what I saw ib jacklmoore.com/colorbox, it was prefect.. Well..in theory.. I installed the plug-in and well.. the results are rather funky..I attached a document to show exactly what it displays. Hopefully it works, if not I'll do my best to explain. While the thumbnail image shows up find, when you click on the
Upgrading to jquery.cycle.all.min.js - v2.99
Hello, I am currently testing the jquery.cycle.all.min.js v2.99. I was previously using v2.73. All testing is fine except for the slide navigation bar. I have a row containing four grey round circles. When the slide transitions to the next a darker grey circle is seen to show (activeSlide) what slide is currently displayed. This worked seamlessly with v2.73, but unfortunately has caused some issues using 2.99. Now the darker grey dots indicating the activeSlide no longer appear. To me it looks like
jQuery countdown - Remove highlightLast5 color when time is reset
Hi I'm using the Countdown timer code I found here: keith-wood.name/countdown.html Its quite comprehensive in its features however I've one little problem. I've got a form which sets the time for the countdown and if the time is less than 5 minutes it turns red. However if the time runs out and is reset or is reset after its within the 5 minute mark the text stays red instead of going back to black. I tried adding a simple else statement to the highlightLast5 statement but this hasn't add any effect.
Custom Validator - Check whether form is valid
I've created my own custom validator, each time an element is validated and returns true I would like to test whether the form is valid. I'm also dynamically turning validation off on certain properties depending on the applications current configuration so i need this to be dynamic also. I've tried calling the .valid() method and the .validate().form() method but both result in an error "too much recursion". I guess this i because calling these result in an infinite loop as it causes my custom validator
[Object] has no method serializeJSON
Hello everyone, I know this seems to be a general issue, but I couldn't find a clear solution. I have a Wordpress with a Custom page which is a contact form using jQuery. The jQuery libraries are properly included it seems since the code acts properly, but when the form is submit, notice what appears in the console before the page reloads: It is supposed to NOT proceed to the POST(return false;) and execute a jQuery post using the jQuery plugin serailizeJSON. See source code and look for "serializeJSON",
Problem by loading lightbox with ajax
Content of File B is loaded by AJAX in File A. In the head of File A, there is the link for lightbox.js. The elements adressed to the lightbox are loaded with AJAX afterwards from the File B. The problem: The lightbox isn't recognizing the loaded elements. Because I dont have much AJAX and jQuery experience, I don't understand most of the solutions I found on the web. Or I just can't use them right. - File A contains lightbox.js - File B contains the images for lightbox.js - AJAX loads the images
jQuery Knob and width-data in %
I try to figure out how i can set width-data in % instead of px value For now the Knob can be set only in pixel. i want figure out how i can made in % for keeping ratio style. source : https://github.com/aterrien/jQuery-Knob/blob/master/js/jquery.knob.js TX
generate jquery pop-up from ajax
hi I use jquery pop-up plugin it works perfectly on my page but where I call this page from Ajax it doesnot works, Why? the pop-up code $(document).ready( function(){ //open popup $(document).on("click", ".pop", function(){ var url = $(this).attr('name'); $("#"+url).fadeIn(1000); positionPopup(this); }); //close popup $(document).on("click", ".close", function(){ var url = $(this).attr('name'); $("#"+url).fadeOut(500); }); }); //position the popup at the center of the page function positionPopup(element){
Annoying numbers validation
Hello, I'm trying out the bassassist validation plugin to validate some form fields. One particular one - the user types in an amount of money. I used "number" for it. Say the user types in 100.00: user types the "1" - all happy. Then the first and second zeros - all still OK. Then he types the decimal point - and an error breaks loose, because "100." is not a good number. Then he hits the two zeros afterwards and all is again OK. What's a good way to let the user type in the whole number
jQuery Retina Display Plugin not working
I followed the installation instructions but I am not getting any changes on my IOS simulator or my live device (iphone 4S). http://troymcilvena.com/post/998277515/jquery-retina I am actually making a responsive version for mobile here, My navigation is in a ul, li controlled by css, I don't have an image tags in my html is that why? <!DOCTYPE html> <html> <head> <meta name="viewport" content="width=device-width,initial-scale=1"> <meta name="apple-mobile-web-app-capable" content="yes" > <meta http-equiv="Content-Type"
Cycle2: How to create two custom templates for two pagers on the same cycle-slideshow?
Like in topic. I would like to create two different templates for two instance of pager in the same slideshow. I know (from demos) that I can use multiple pagers: data-cycle-pager=".custom-pager1, .custom-pager2" but how assign them to different themes. For example: for .custom-pager1 data-cycle-pager-template="<span></span>" and for .custom-pager2 data-cycle-pager-template="<div></div>" Any ideas? Thanks.
csv2table
Love the csv2table plugin. It works great, I am trying to figure out how to use this plugin with input from a form. Have a need to use different csv files from 1 page.
jquery hover works for only certain divs
i have jquery carousel where i am trying to implement hover for all the divs but it works for only certain divs can you tell me why its not working for other divs... when you click green and red button you can see the carousel movement.... http://jsfiddle.net/9Dr7T/14/
write or read to session using Jquery --error
I am trying to write/read from session using jquery, but I am getting the error "0x800a138f - JavaScript runtime error: Unable to get property 'set' of undefined or null reference" Please help me resolve this error ? I am pasting my page source below <!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml"> <head><title> </title></head> <body> <form method="post" action="WebForm1.aspx" id="form1"> <div class="aspNetHidden"> <input type="hidden" name="__VIEWSTATE" id="__VIEWSTATE" value="/wEPDwULLTE2MTY2ODcyMjlkZKyCMgqniM/aldukh4YFosrxeF/cGpC1q4aFWjLdll/R"
jQuery validate--don't validate until user input entered and field blurred at least once
Hi All, If you take a look at this form: http://docs.jquery.com/Plugins/Validation#Example You'll notice one problem: it immediately triggers all validation after you enter a single keystroke in any textbox. For instance, if you start typing in the email field, after a single keystroke you will get a validation error. This seems in direct contradiction to the descriptive text below the example form, which says: Before a field is marked as invalid, the validation is lazy: Before submitting the
I just released a scrollbar plugin!
I just released a scrollbar plugin! XD There's a github repository: https://github.com/noraesae/perfect-scrollbar The introduction and demo are here: http://noraesae.github.com/perfect-scrollbar/ I tried to create perfect(for me) scrollbar plugin. Please try it! Thanks. Regards.
Cycle lite. Issue with the first picture. out of place
hi i just implemented the cycle lite plugin and i think its looks great. thanks a lot for it. but i just have one issue. the first picture of the cycle gets shown out of place. what could it be? im happy for any help. Site with the issue--->www.redseen.3owl.com thanks a lot derber
Why is this error in blueimp jQuery File Upload: Failed to write file to disk?
I am using blueimp jquery, if I upload a file more than 50 MB, it shows the error : Failed to write file to disk, why is this happening ? My phpinfo settings for post_max_size is 1072. But then its showing this error.. please help me where I have to change this and fix it so that it can allow an upload of min 100 MB at a time ? php.ini Settings: post_max_size = 1072M upload_max_filesize = 1050M memory_limit = 2000M upload_tmp_dir : this I have set to /tmp once and even commented upload_tmp_dir
jQuery Validate
I need some help to use "class" instead "name" when i use groups on Validate plugin. I`m working on a similar script to this one http://jsfiddle.net/allanroger/EPgEZ/ I appreciate all the help. Thanks in advance. Allan
Problems with jQuery ligthbox
I am having problems with my design. Having solved a problem with the overlay i.e. I didn't put any properties to a div tag css styling I have noticed that the image doesn't quite line up to where I want it i.e. where I have a div tag for the main image. I was wondering if I could tweak where the jQuery image lands in the lightbox file?
Conflict between jquery lightbox_me and validate plugin for web forms
I use two jquery plugin and I have a conflict. The plugins are: Lightboxme: http://buckwilson.me/lightboxme/ jQuery Validate: http://bassistance.de/jquery-plugins/jquery-plugin-validation/ The lighbox and validation works fine but when I fire the lightbox, the validation doesn't work. Note that I use ASP.NET Web Forms. I have the following code: HTML: <form id="form1" runat="server"> <a class="ct">Click me!</a> <div class="form" id="contact" style="display:none;"> <input type="text" id="name" name="name"
Jquery Validate
Guys, i have a problem with the jQuery Plugin: Validation to validate phone numbers. Here in São Paulo (a city in Brasil), we have to use the DDD 11 before the phone number and the phone number must begin with the number 9. An example would be (11) 91234-5678 . The whole idea is when the field ddd has the number 11 the phone must have the digit 9, otherwise it doesn`t, but still have an validation. I`ve put my code at jsfiddle. I appreciate if someone could help me out with this. Thanks in advance.
JQuery Cycle problem in IE8 and earlier
I inherited a site that uses the JQuery Cycle plugin. The slideshow is slightly different on the homepage than the inside pages, where the former is merely an <img> as a child of the parent contained, but the latter is a <div> as a child of the parent, and within this div are contained an <img>,<p>, and <span>. Both sliders are working just fine in every browser, except IE8 and below. In that case, the homepage slider (just the <img>) is transitioning fine, but the inside pages' slider does not fade
fullcalendar - send POST data to json_events.php
Using fullcalendar - arshaw.com/fullcalendar/ I imagine this is simple but I can't quite get the concept clear. Basically I am working on loading events on the month prev/next click I have been trying: viewDisplay: function(view) { var next = view.title; }, //alert(next); which gives me "November 2012" split this in two, then ... events: { url: 'json-events.php', type: 'POST', <br/> data: { month: month, year: year } }, How to read the POST val in json-events.php (which builds the event array)?
Having trouble trying to mix 2 plugins together..
I'm trying to mix the fancybox plugin with a carousel plugin called "roundabout"... here's my demo so far http://optiq-customtees.zxq.net/roundabout02.html you'll notice on the first two shirts I have a link at the bottom.. that's what I want to open the fancybox... but it doesn't work, it just goes to a new page and shows just 1 image... I customized how I want the fancybox to work in another html file and it works fine... why won't it work in this page?
Images deleted
We downloaded a plug in and at the JS archive it used some images that were at? http://jqueryui.com/themeroller/images/themeGallery/ for example, this image below http://jqueryui.com/themeroller/images/themeGallery/theme_90_swanky_purse.png When you removes this images this plugin stop working! I couldn't find this images for download at the plugins and now my dashboard has no images!
jQuery Form Plugin upload unlimited size
Hi we want to use the jQuery form to upload a 2GB image then how do I allow it to accept file that large. Currently i have the up loader working but it gives a invalid response if the is above 2 mb
Using two different versions on same page - avoiding conflicts
Can someone please tell me how I can get my plugins to work that use different versions of Jquery? #<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.min.js"></script> <script src="http://www.mharrisweb.co.uk/wp-content/themes/skeleton/javascripts/responsiveslides.min.js"></script> <script type="text/javascript"> var jQuery_1_8_2 = $.noConflict(true); </script> <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.5.2/jquery.min.js"></script> <script type="text/javascript"
Hello, why doesn't this datepicker close when I select a date?
Hello; This date picker works fine, selects the date and puts the right value in the box, but it doesn't disappear when the date is selected! What am I doing wrong? Thank you
How to create date picker that can be used within a fieldset.
Here is my java script. I'm trying to figure out how to manipulate the code to create the functionality that i am looking for. I want to select the button for Monday and after clicking on it the correct date display for the button that is clicked <script type="text/javascript"> $(document).ready(function () { $("#date").datepicker(); }); </script> Here is my html. <div style="float: left;"><b>Week One:</b> <fieldset data-role="controlgroup" data-type="horizontal"
Next Page