Validation message position is not updating on resize of window
I am facing problem with showing validation message in a proper position when change the size of the window, am using jquery validation engine along jquery mobile. When I submit the form the validation message will appear at correct position when rotate the screen or resize it the message will not move to its proper field it will remain in the 1st position itself. Please guide regarding this. Thanks
lightbox doubt
only one data comes from the data caption attribute can you tell me how to display three different titles on the lightbox the lightbox opens up when we click the cube providing my fiddle below providing my fiddle below http://jsfiddle.net/ZrpLT/74/ <div class="row"> <div class="span10"> <div class="melonhtml5_gallery"> <div data-caption="<div>Paul Scholes</div> <div>Wayne Rooney</div> <div>Sir Alex Ferguson</div>" data-image="http://www.defie.co/designerImages/thumbnails/inventory.png"></div>
jQuery validation plugin, Unable to get value of the property 'call'
Upgraded an application to version 1.9 of jQuery and 1.10 of jQuery UI using IE currently, if I set the Compatiablity tag to IE8 it is fine, but on IE 9 I get that error message when the jQuery validation plugin fires up. In the last section of the jQuery Validation library where it does the cross browser support, actually $.event.handle is undefined, was all working ok with the previous version I was on, is this just a version compatiability issue and I need to roll back ? function handler(e)
Jquery addRemove Class - If statement
I need when I click Toggle for the jQuery to remove .hidesome and change it to .show and vise versa. Can not get this...it's been 4 hours of searching. <a href="#" class="button">Toggle</a> <div class="signatureContain"> <div class="signature hidesome"> When the button above is pressed you should see the rest<br /> "the rest" </div> </div> <a href="#" class="button">Toggle</a> <div class="signatureContain"> <div class="signature hidesome"> When the button above is pressed you should see
with "jQuery File Upload" - How can i access the preview <img> html element after upload is done ?
Hi, im developing an HTML5 App that utilizes the "jQuery File Upload" plugin to upload images to the CANVAS element. The user uploads an image, then i use a different library (jCollage) to add the images to the canvas. So far i was able to achieve this in two steps: 1. first uploading the image. 2. then, when clicking the preview image, an event handler calls an "add image to Canvas" function. it does this by using the <img> html element. Now im trying to automate the process so that the first step
Time picker issue
I am using Time picker plugin from this place http://fgelinas.com/code/timepicker/ i want to disable time which DOESNT come in between 10:00AM - 03:00PM and 07:00PM - 11:00PM thanks in advance
Sill wrestling with jquery cycle plugin, almost there, please some help
okay, I've been wrestling with the jquery cycle plugin for almost a full week now. I tried tons of examples and tutorials, and all slide shows they all fail to yield a constant slide show with INSTANT slide changes right away from the start... At this point I have a folder containing 11 images. My slideshow fetches those using php, and puts them in a slideshow using the cycle plugin, as found on github.com. The first round the slideshow runs, has an anoying break in between images. After that first
Using quicksearch plugin, can I run advanced search options?
The quicksearch plugin (https://github.com/riklomas/quicksearch) allows me to filter table data based on input into a textbox. I have implemented it successfully, but I two questions: 1. How do you search on only one column? Suppose I have two columns Name and Address. I'm getting too many results in the address field for search term "smith" and I only want to search on the name field. How do I do this at runtime? 2. Is there a way to search an exact phrase? Enclosing my search term in double-quotes
jQuery DefaultText resizing browser on focus
Have a mobile version of a site that has a search box in the header using the jQuery plugin Defaulttext. If you click in the text field input box the mobile browser resizes the window to the non-mobile styled site. Is there a way to stop this from happening or even zoom in on the text field? Here is my site: http://edit-wwwprep.rose-hulman.edu/admissions-financial-aid.aspx
webshims group-required test not firing on checkValidity
I've got a handlebars template that has a group of checkboxes named the same thing and decorated with the "group-required" class. The validity check properly fails on focusout (for example when tabbing through the form and leaving all of those elements unchecked, but when I call checkValidity() on the form element in javascript with none of those values checked, the forms validity check passes. On the same form, text inputs marked required are marked as invalid if empty when calling checkValidity()
Scroller issue in mobile while showing validation message
I have problem with scrolling while displaying error message in mobile devices, the page should scroll up to 1st error message in my page this functionality is working fine in web browsers(PC) but same is not working properly in mobile browser scroll position is pointing some other place. Am using jquery validation engine to validate my form (VER:Validation Engine 2.2, jQuery plugin) and jquery mobile to create the form. Thanks in advance
Colorbox iframe option get height and width automatic.
Hi, I am using colorbox iframe option and calling outside web page. I am facing center align problem and proper height and width of the page in all browser. I am looking for solution for getting height and width automatic. Following is the example and image attached. <!DOCTYPE html> <html> <head> <meta charset='utf-8'/> <title>ColorBox Examples</title> <style> body{font:12px/1.2 Verdana, sans-serif; padding:0 10px;} a:link, a:visited{text-decoration:none; color:#416CE5; border-bottom:1px solid #416CE5;}
jQuery 1.9 - Plugin Updates
Whilst I think the code housekeeping introduced with jQuery 1.9 and 2.0 is a good idea and probably long overdue, it has raised an issue with our developments concerning jQuery plugins. The problem isn't concerning immediate plugin compatibility with jQuery 1.9 (though that would be nice), it is more to do with active/ongoing development of any particular plugin. Our projects, probably like many others, use a small collection of plugins which, over the years, we have come to use without much thought
jQuery cycle plugins
I am using the jQuery cycle plugin and when I use the pager option, I get navigation control (square boxes with numbers as a caption). How can I control these controls to: 1. change the numbers for custom strings 2. change the size of the squares according to the string 3. change the position of the controls Thanks for any help
jquery validate creditcard issue with prepopulated values
Hey guys, so just curious, setting creditcard: true seems to work just fine. However, if the user has billing info saved, we load up the existing credit card with xxxx-xxxx-xxxx-1111 which unfortunately won't validate. does anyone have a way around this issue?
different buttons but same ajax call on blockUI
I have a blockUI in which i ajax call another page through a series of buttons with same class but different attribute value(of tag). however, when i run the code, only value of first button gets submitted no matter what button i clicked. How can i modify this to send data associated with different buttons separately? Please help $('#submit').click(function() { var action = $("#form1").attr('action'); var form_data = { message: $("#message").val(), data: $(".pageDemo1").attr("tab"), is_ajax: 1 };
Cycle2: How to get the total slide count in the jquery script on the click function?
Hi, On the click event i want to get the total number of slides from the cycle2 plugin. $('#cycle-2 .cycle-slide').click(function(e, opts){ var index = $('#cycle-2').data('cycle.API').getSlideIndex(this); }); Igot the current index, but i want the slide count in the #cycle-2 click function. mentioned above. Any help?? thanks in advance..
jQuery plugin is not appearing on the new plugin website
Hi Repo: https://github.com/aamirafridi/jQuery.Marquee Settings file: https://github.com/aamirafridi/jQuery.Marquee/blob/master/marquee.jquery.json Tag added: https://github.com/aamirafridi/jQuery.Marquee/tags Hook added: http://cl.ly/MGQG Still not appearing on the plugin.jquery website. What am I doing wrong?
jquery cycle slideshow images alphabeticaly, array won't work
Hi everyone, I have used an online tutorial to make a slideshow using jquery cycle plugin. the tutorial is located here: http://www.ampedwebstandards.com/2009/03/16/tutorial-dynamic-image-slideshow-with-php-jquery/ It all works, but the images are not displayed alphabetically. And I do want that. I tried making an array of the image paths and sort that array alphabetically. That actually workes fine, but for some reason the cycle plugin won't turn the image tags in a slideshow anymore. Instead the
Isotope : repeat random sorting
Hi, I'm displaying items using the Isotope plugin. I managed to easily add a way to shuffle items with the random sorting function. However, once the shuffle function has been called, it's not possible to call it again. Does someone know how to do ?
Jquery validation(jquery.tools.min.js)
Hi, I am using "jquery.tools.min.js" for form validation every thing is fine i am using like this class=required I want to validate email field with @ how i can do this. How i can add rule in file or any simple way to get this done. Please help me in this Thanks in advance. ADIL
using wow slider in wordpress
images have a small arrow on top. ? the image size grows & shrinks between slides, very annoying. http://www.hooperville.ca/nfcwp/images/palcourse/ any idea why? thanks in advance
Superfish Alignment Issue in IE
You can see the site here: http://interactivitymarketing.com/dev/zerogeorge/ In Chrome the site superfish menu looks right. In IE the menu pushes the logo to the right and aligns on the left side of it. I can't figure out why it's doing that. Any Ideas?
Carousel loading issue in Firefox, its working fine in all other Browsers
Hi jQuery Masters We are facing a serious issue that we are not sure about what is going over there. Please open http://paradise.zencreativegroup.com/ in Firefox , during the loading, try click on Next/Prev buttons on the carousel, it is not working. But After 5 seconds its working fine. You can find the Object Class here http://paradise.zencreativegroup.com/packages/theme_paradiserestored/themes/paradiserestored/js/slider.js Thanks in Advance. Manup
cycle2: How to change the side navigation button into next and previous thumbnail images?
Hi i am replacing the cycle plugin with the cycle2 plugin. But in the cycle 2 plugin there is only arrow buttons for the navigation. I need the next and previous thumbnail images instead of the buttons as like in the cycle plugin. I have tried with the carousal pager, but not able to get.. Any help? thanks in advance..
using jquery vertical scroll with asp.net datalist controll
hi.., I am having a datalist in which im using image button to bind the images dynamically from database based on category. this category will be changing for every 10sec. and i want to scroll the images upward i.e marquee. im using marquee to scroll up the images ,till here everything is working fine. but i want to use the jquery verticall scroll because there are draw backs with marquee. when im using the jquery verticall scroll,images donot scroll. if i take 4image buttons and to the same thing
Jquery problem :(
How can i make two jquery.min.js work on same page. i have to scripts : 1) <script src="js/jquery-1.6.3.min.js"></script> 2) <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.5.2/jquery.min.js"></script> They are for slideshow If i delete script 1 then slideshow 2 works fine. If i delete script 2 then slideshow 1 works fine. But if i keep both scripts then non of two slides work:/
Jquery image slideshow works, but jumpy, needs preloading, difficulties on how though
Okay, with the help of this forum, thanks for that (!), I managed to have a slideshow up and running using jqeury that automatically get images from a folder using php, sorts them with array, and converts the whole into a slideshow. the thing is this: the slideshow consists of at least 300 images. I don't know if that's the cause, but when I view it, the slideshow is not functioning smooth. Sometimes it takes a while for an image to display, some appear longer than others, the whole page in general
how to slide content gallery only in 1 direction
http://css-tricks.com/creating-a-slick-auto-playing-featured-content-slider/ above content slider i m using all images moving in right direction but as it reached last image it change direction to left to reach 1st image den again after that start moving right.............i want it only to move in one direction plz help i tired with $(function () { $('#main-photo-slider').codaSlider({ continuous: true, autoSlide:true, autoSliderDirection:right
Make jquery cycle show 3 items, but jump 1 at a time at next/prev
Hi! I'm using jquery.cycle to make my slideshow that shows 3 items at a time. At the moment, when I press "Next"/"Prev", it jumps to the next 3 items. What I want it to do is to jump just 1 item at a time. Is this possible? Best regards, Daniel
using an autocomplete in text to fill parameters
Hi all, I'm looking for an autocomplete plugin which can handle a format like this: * + x.thisWillBeFilledByAutoComplete + * So the users of my application will be able to type * + x.A + x.B + # + * ..... and only after typing "x." the autocomplete list will open. A little bit like having a variable with properties, and those properties will be shown as an autocomplete. Does anyone know which plugin is able to handle this? thanks in advance!
Why does i18n.parseDate() throw exception?
Hi, I use jQuery.i18n.js (according to this this link) for parsing date and here's my code: var d = $.i18n.parseDate("19-10-2004", "dd-MM-yyyy"); Instead of parsed date I get the following exception Microsoft JScript runtime error: Object doesn't support property or method 'parseDate' I wonder what's wrong with my code and how to rewrite it in a correct way.
Selected image preview
Hi! Can somebody tell me how to make "Selected image preview jQuery plugin" work in IE? Thanks.
Why isnt my jquery datepicker working in IE?
This code works well in firefox and chrome, but in IE I have just a blank box and nothing happens when I click in the box. Can you tell my why this isnt working in IE? (tested on IE.9) <html> <head> <script src="https://ajax.googleapis.com/ajax/li… type="text/javascript"></script> <script src="https://ajax.googleapis.com/ajax/li… type="text/javascript"></script> <script> (function() { var elem = document.createElement('input'); elem.setAttribute('type', 'date'); if ( elem.type === 'text' ) { $('#date').datepicker({
Jquery.ascensor.js how-to set it up?
Hello, Ia am total newbe in jquery stuff but I want to learn how to use very interesting plugin Jquery.ascensor.js Can somebody tell me how to setup html file and myscript.js to make it work like in demo provided on author site. I tried to do it myself but it doesn't work. I will be very greatfull for any help or tips. my files content: index.html <!DOCTYPE html> <html> <head> <script src="js/jquery.min.js" type="text/javascript"></script> <script src="js/jquery.scrollTo.js" type="text/javascript"></script>
using two plugins on my site, one seems to have cancelled the other one... please help...
I'm trying to get my site up, and this is what I have so far... http://www.ruesterprod.com/rpjstest_2/index_divhidetest2.html# Right now the only two nav links that function are Welcome and Portfolio, but when I click the portfolio link, I lose the quicksand plugin's functionality, which should work like this: http://www.ruesterprod.com/rpjstest_2/ (Click the "all videos", and "commercials" button... Also, the animation isn't very smooth, is there a way I can fix that? It seems to blink (On the first
Karl Swedberg's "Summarize" plugin: How can I get an external link to open a "summarize" box?
My code for the summarize plugin is located here: http://jjnursingnotes.com/DEC12/jquery.summarize.js My page (http://jjnursingnotes.com/DEC12/ ) is a newsletter with separate articles. I would like to link to each of these articles externally from an email teaser we send out. Additionally I want the summarize box containing each article to expand automatically when its corresponding link is clicked. I had previously used Karl Swedberg's "expander" plugin instead, and I had a solution that worked
how to add start and stop capability to easySlider jquery plugin on mouseover
I am using easySlider 1.7 jQuery plugin for add a SlideShow to my Designed Website. this plugin has a auto option that we can start slides on page load by setting it to true value. but when we click on a relative navigation button for go to a slide, slideShow do'n move slides automatically no longer. i want to add a capability So that when user enter to slideShow section all Slides stop and then start on mouse out event it is a piece of My Slideshow Code: <section id="slideShow"> <div id="slider">
Jquery cycle: problem in IE.
Hi, I am having a problem with Jquery cycle in IE. I was trying everything suggested to solve this but nothing helped. When using IE the images are all shown together (no cycle) - In Chrome & Firefox it's looks perfect. When I using IE9 it's the same problem, when changing to compatibility mode it's looks fine - from now if I change back to standard mode it's looks fine. What is wrong? you can see the page here: http://qa1.2send.co.il here is my code: <script src="http://qa1.2send.co.il/Scripts/jquery.cycle.js"
https://github.com/claviska/jquery-selectBox with dynamic select
Hi all, I'm implementing a jquery script to style my selectboxes. This is the script I'm using: https://github.com/claviska/jquery-selectBox and it works fine. Now the problem I'm facing is that one of the select boxes is dynamically loaded. In other words; it loads after my js loads. At first this selectbox wasn't styled at all. I got this fixed allready. To finish this I want to add a custom class to the .selectBox() function, only I'm not sure how to do this. I'm thinking of something like $('.mydynamicselect').selectBox({
Next Page