Keith Wood DatePicker - DateRange - Event on the second date click
Hi everybody ! I recently discover this datepicker, and I have a question. I would like to do an event when i select the second date in a daterange datepicker... I tried this : $('#rangeInlinePicker').datepick({ minDate: $.datepick.today(), onSelect: function(dates) { if(dates[1]!=dates[0] && dates[1]!=''){ (The event i would like to do, alert lol is just for a test ) alert('lol'); } }, rangeSelect: true, monthsToShow: [1, 3] });
Datepicker switching between multiple calendars
Hi all, I'm using the following code to display 2 datepicker calendars which allow a date range to be selected: http://pastebin.com/HA4YaQnL I can't figure out how to stop the calendar switching to the next month when a date in the right side calendar panel is clicked on. I only want the month to switch if the arrows above the calendar are clicked on. I'm guessing this is pretty simple to do but as a jQuery novice I'm a little lost, if anyone could point me in the right direction of what I need to
SDOM positioning in datatable
<div class = "year"> Enter name<input type = "text"> </div> In below link how include the above div after Search input Text? Is it possible? Because i am new to datatable plugin http://datatables.net/examples/advanced_init/dom_toolbar.html
Is it possible to groups fields into one rule
Hey, I'm using the validation plugin from http://jqueryvalidation.org/ and i have a small problem. I'm trying to make a validation rule that validates whether one of N checkboxes are checked. My checkboxes do not share the same name, so i'm out of ideas. I've made a small sample to demonstrate my issue: http://jsfiddle.net/5xfMZ/13/ Hoping that someone can help me out :)
validate not working in ie 10
I feel like an idiot asking this but I haven't been able to find a similar problem yet I know someone must have run into this. So I know that I'm not searching for the right terms. OK, here's my dilemma. The code below works fine on IE 7 and IE 8, yet it does not work on IE 10. And of course, it works fine on Firefox and Chrome. I migrated from jquery.validate v.1.11.0 to v.1.11.1 but no luck. Also, I'm using jquery v.1.7.2 Thanks, Peter T <div id="forms"> <script type="text/javascript"> //validation
Jquery novice needs a bit of help
I have this code for an overlay box on a map , once its opened i cant close it without refreshing my browser i would like to have an x so i can close the overlay box here's the code for the box. many thanks events:{ mouseover: function(marker, event, context){ $(this).gmap3( { clear:"overlay" }, { overlay:{
jQuery Multiple File Upload Plugin
This plugin allow you to upload multiple files at one time. it can found here: http://www.fyneworks.com/jquery/multiple-file-upload/ My question is if I can add some kind of loading animation when the files are uploading. I mean some kind of gif image.
position button[x] at jquery dialog not approriate
i want to ask to others,,how does method put in button[x] to box exactly??
Reloading Datepicker with selected date
I have a form that error checks, as you should. If the user submits the form, but made a mistake or missed something, the date they chose is lost. How can I load the selected date into datepicker? I have the following: <script> <!-- $(function() { $( "#datepicker" ).datepicker({ dateFormat: 'yy-mm-dd', maxDate: "+0M +0W +0D", altField: "#alternate", altFormat: "DD d MM yy" }); $(
easyPaginate problem with Internet Explorer 64 bits
Hi, I am problem with easyPaginate and Internet Explorer 64 bits. I am using easyPaginate to paginate many items. When the search return few items, it's works. But, when return many items, it's not work. I getting the message: "Stack overflow at line 1123". Its only occour when I using Internet Explorer 64 bits. (chrome, Firefox, IE 32 bits works fine) My code: $('ul#test').easyPaginate({ step: 20, delay: 0 }); Thanks Everton
Help with jQuery Flickr plugin..........can't seem to get it inside of my <div>
Hi, Maybe I'm just tired and need a set of fresh eyes, but I've been trying for hours to successfully integrate the Flickr plugin, but it continues to stay outside of the Flickr tab that I created. For some reason, I can't seem to get the Flickr feed INSIDE of the Flickr tab <div>. What am I missing???? As always, I thank you in advance for your time and patience. http://www.saintleo.edu/SocialMediaSliders/TABS.html Kind regards, JK
Problem with old Javascript function and adding Chosen
I have the following function in a .js file that has worked fine for years: function cloneFileUploadElement(theButton) { fileInputElementIncrement++; var objForm = document.getElementById("uploadForm"); var theClone = elToClone.cloneNode(true); theClone.name = uploadForm.firstChild.name + fileInputElementIncrement; theClone.id = uploadForm.firstChild.name + fileInputElementIncrement; objForm.insertBefore(theClone, objForm.clonebutton); } And the snippet in the HTML is as follows: <input style="display:block;"
working with images...
Hi friends, excuse-me my english, i'm portuguese. I need make a restrict area, and there have somes images. I need a tool that i can measure a piece theses images, and i can see the result in pixels, cm and mm. For Example: There is a image with 1000x1000 pixels. The user open this image in his pc and select a tool. WIth this tool, the user select a piece of image and can see the size of th piece selected. One Suggestion? Thanks... Jardel
add custom icons fullcalendar
well actually i using fullcalendar plug to my project, this plug can create events, the events are load from a database with $.ajax() request and get data in json format, my question is how i can add custom icon to events, like X for unfiniished events or OK to events completed, sorry for my bad inglish but im learning :)
Is there a jquery slider that can be populated from a database?
Folks,Is there a jquery slider where the contents (the images and maybe text) of the slider are inside the HTML instead of inside the javascript? If so, I could populate the web page html with image links and text from a database, and thus make my jquery scroller depend on a database. That would be very convenient. Does anyone know if the jquery sliders use content from html? Thanks,
Cannot get two functions to load together
<link rel="stylesheet" href="http://labs.voronianski.com/media/style/reset.css"> <link rel="stylesheet" href="http://x.com/modal/example/css/style.css"> <link rel="stylesheet" href="http://x.com/modal/style/avgrund.css"> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.min.js"></script> <script src="http://x.com/modal/jquery.avgrund.js"></script> <script> $(function() { $('#show').avgrund({ height: 300, width: 400,
Is this a jquery calling problem?
Hi Guys, I am currently doing some work for a friend of mine (hes asked me to add some javascript), I have used http://www.script-tutorials.com/isometric-interactive-interior-guide/ to work on one of the pages. I have a standalone version found at http://www.dominicpalmer.co.uk/soldier/ which works exactly how I want it to. I now want to get this working on the wordpress page, however, it won't work > http://www.dominicpalmer.co.uk/tommy-atkins/soldier/ Is this the way the wordpress site is calling
The Jquery Slideshow will not work
I'm building my first Responsive Web Design project, I added a simple slide show using jQuery on the front page. However, when I test the page, the show does not show up. Here is the link, html, and css code The Web Page <div class="hero-unit"> <ul id="s3sliderContent"> <li class="s3sliderImage"> <img src="slideshow/images/cisco-access-point.jpg" alt="merakibanner"> <span class="left"><strong>100% Cloud Managed Networking</strong>Cloud services are becoming the norm
TO ADD JQUERY PLUGIN INTO ASP.NET(4.5) PRJECT.............. :)
Hello....... I am trying to add jquery image slider into my asp.net(4.0) project, so i have finished following steps.... 1. Downloaded the Jquery nivo image slider successfully to my local machine. 2. Added the CSS, JS file and Image folder into my project successfully. 3. Dragged and Dropped the CSS and JS files link into the Header part of my project. Then i got "HTTP ERROR 404.3-NOT FOUND" error............. Fortunately, i fixed this error successfully. But now i am getting "HTTP ERROR 403.14
Superfish menu centered
I have centered the Superfish Navbar menu on the page but struggling to find a way to center the first level sub menu on the page. Any help is greatly appreciated guys. Thanks.
Searchable dropdown that works with data from 2 endpoints
Hi - What I want: A dropdown that loads all of a user's local contacts; but when user types to filter it searches a larger directory at a different endpoint. I like the initial loading of a user's local list. It makes selecting quick and easy and you don't have to type to find people you normally search for. Problem: If a user wants someone who is not on their list they have to hit a different endpoint to search the directory. I'm currently using Select2, which is awesome. But I can't find any
Troubleshooting Cycle2 Slideshow elements.
I'm using the Cycle2 slideshow plug-in for a website I'm working on right now. I wanted to center the slides, add informational overlays, and add prev/next controls. None of it is working correctly. The slides (which are all different dimensions, but fit within the container of the slideshow) won't center, even though the demo says all you need to do is copy and paste a few lines of code. The informational overlays do not appear as overlays, they appear as a caption beneath the slides. When
cycle js: how to have a full size image display when a slide is moused over or hovered over.
Hello! I am using cycle and would like to have the slideshow show a full-size image of the active slide when the slide image is moused over. I think I have an idea how this might be accomplished but I am hoping for a little guidance. Thanks!
JReject don't work in Explorer
Hi all need support about JReject http://jreject.turnwheel.com/ I tried to see this script in Explorer 9/10 but don't work,the alert window opens but is blank, doesn't appear message and browser icons. Works 100% in the other browsers except Explorer grrrrrrrr :-/ Compatibily problem! Some suggestion? Thanks
Why my filtering columns (aocolumns?) not adjust width with your 'master'(mother) column?
0 down vote favorite Why my filtering columns (aocolumns?) not adjust width with your 'master'(mother) column? I'm using this jquery plugin: http://datatables.net/index To understand what I mean, a image say more than words: http://img6.imageshack.us/img6/8521/mke6.png -This columns above, are the filtering columns, so for example, the first filtering column ( which has a textbox to digit the filtering word) occupies the width of virtually almost the width of two columns mothers -and the second column
Noty not working side function
Not sure why the following fiddles are working only in Mozilla, they are not working inside chrome and IE. http://jsfiddle.net/FPQQp/1/ http://jsfiddle.net/FPQQp/
Init function question.
I am very new to jquery plugin development. I am trying build a very simple plugin that toggle the height of a div, and am trying to use jquery boilerplate starter code. I think I have it all set up correctly so far, but can't seem to set the initial size of the container I am trying to toggle later. Line 27 is giving me the following error: TypeError: 'undefined' is not a function (evaluating 'this.element.css({ height: 100 })') I don't understand what this means yet. Thank you for any help with
refresh scroll position body
Hello, I’m learning jQuery. I use this template : http://www.youxithemes.com/themes/leviate and I made changes. The problem is $( 'body' ).scrollspy( 'refresh' ); does not work. explanation : I load a page “creations.html” a div ”# containercrea” in the index.html page. $('a.creative').on('click', function() { var url = $(this).attr('href'); $('#containercrea').load('creations.html'); }); And I empty the div ”# containercrea” to click the “zw-nav” menu : $('#zw-nav').on('click', function()
jquery waypoints problem
I'm having trouble with the jquery waypoints plugin: http://imakewebthings.com/jquery-waypoints/ Whenever I attempt to use this in internet explorer I get an error for my code that only occurs in the IE browser: Line: 65 Error: Object doesn't support property or method 'waypoint' Here is the code: $('#one') .waypoint(function(direction) { if (direction === 'down') { $('a').removeClass("active"); $('#home').addClass("active"); $('.fivedown, .fourdown, .threedown, .twodown').css('display', 'none');
How to change the placeHolder option in jQuery Tokenizer
I'm using jQuery Tokenizer (http://loopj.com/jquery-tokeninput/) in various pages.In plugin It set as Default in "Enter area". Its using in some pages. And am trying to change placeholder text in another some pages. How to change the place holder option without changing in the plugin js file. Is it possible? Changing Code: <div class="locationBox"> <input id = "city" class = "city" type="text" /> </div> Js code: $(document).ready(function() { $("#city").tokenInput(inputData ,{ preventDuplicates:
Jquery accordion is working on my computer but not on server
Hi!, I tested my jquery accordion on Safari, Firefox, IE, and worked correctly. I published my site, and now the accordion doesn't expand.......Anybody could help me? My <head> code: <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <link href="style/format.css" rel="stylesheet" type="text/css" /> <link href="style/text.css" rel="stylesheet" type="text/css" /> <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js">
Deleting Style switcher cookie
Hi I want to add to this style switcher (below code) one extra function var but don't know how or where to insert it. The code works great by switching between 2 sylesheet wide.css and boxed.css. I want to add to it that when any stylesheet is selected.. a cookie name "bg_pattern" reset or removed. I have that cookie being stored by another script for the page background pattern. So basically I want the use to have the background pattern gone when they switch page width. Code: function getCookie(css_width)
Multiple jQgrids WITH filtertoolbar in jqueryUI Tabs do NOT work
I have created multiple jQGrids on the same page using jqueryUI tabs. The data loads fine on both tabs (click on tab 2 first - since I'm not loading data on page load initially). Anyway, to recreate the problem I am experiencing download the code below and do the following: 1.) Click on "Tab 2" 2.) Click on any search operation ("==") and notice that the other list of search operations come up. 3.) Click on "Tab 1" 4.) Click on any search operation ("==") and notice that the other list of search
Custom validator method not working
I'm trying to add a few custom methods to the validator. It doesn't seem to be working properly. I have an activity drop down. An activity has to be selected. If the value of the activity is 1, 2, or 3 a division and account have to be selected as well. Otherwise those fields can be empty. I've tried to alert the values in my custom methods but it doesn't seem to fire all the time and even when the value is greater than 3 it doesn't clear the errors if they show up. I guess I'm thinking the validator
$.unblockUI is called no matter what - AJAX
I have the following code: function login() { $.ajax({ url: 'login.php', type: 'POST', data: $('#loginNow').serializeArray(), error: function(data){ console.log(data); }, success: function(data){ console.log(data); setTimeout($.unblockUI, 1000); } }); }; My login-box looks like this: If I just hit submit, the setTimeout($.unblockUI, 1000); in success is called, and the box disappears. I dont understand why. If I remove $.unblockUI, all the error/success-messages is printed out correctly. I have also
nivo slider and jcarousel link problem
Hello, this is my first post :-) I have a problem with nivo slider. I use joomla 2.5 with k2. If i click on a image of slide, link doen't work. I see that in source code, tags <a href...............></a> are present correctly. I suspect that nivo slider and jcarousel made a conflict. this is the website: www.netiumgiovinazzo.it/index.php Please help me
jQuery Validation Plugin. How can I do "url" variable instead of the "phone" variable in " jquery.validate.js " ?
jQuery Validation Plugin code that address; http://jsfiddle.net/zentahakan/WCSK5/2/
Jquery slider issues
I am trying to install this jquery slider from here: http://alexdunphy.github.io/refineslide/#installation I followed the directions and added the markup here in the body: <div class="grid_12"> <div class="rs-wrap"> <ul class="rs-slider"> <li><img src="img/largebanner.jpg" alt="" /></li> <li><img src="img/largebanner2.jpg" alt="" /></li> <li><img src="img/flags.jpg" alt="" /></li> </ul> <script> $(function() { $('.rs-slider').refineslide({ maxWidth: 960 // set to native image width (px)
Looking for an easier scroll animation plugin
skrollr https://github.com/Prinzhorn/skrollr This is a plugin that make your page do some fancy animation when scroll down the window, all I need is when scroll to a div, fixed it, slide another div inner the div, after three div slide out, than keep scrolling down, skrollr is too complicated, hope there will be some easier plugin to do that. Demosite http://johnpolacek.github.io/superscrollorama/
Writing Stateful Plugins with the jQuery UI Widget Factory
Hi there, I'm new in jQuery, I'm studing plugins and in the part of The Widget Factory: Under the Hood, I can't make the next code work: var bar = $( "<div />") .appendTo( "body" ) .progressbar() .data( "progressbar" ); // Call a method directly on the plugin instance. bar.option( "value", 50 ); // Access properties on the plugin instance. alert( bar.options.value ); For a complete reference, this is the link: http://learn.jquery.com/plugins/stateful-plugins-with-widget-factory/ Good day!!!
Next Page