I do not know how to make this plugin work
Hi there! I'm a javascript/jquery noob and I'm trying to make work a plugin that will scroll to my anchor links that are divs with IDs. Here is the markup: <ul> <li><a class="link-contact" href="#pregnancy">Pregnancy</a></li> <li><a class="link-contact" href="#babies-newborn">Babies - newborn (up to 10 days)</a></li> <li><a class="link-contact" href="#babies-3-6">Babies - 3-6 months</a></li> <li><a class="link-contact" href="#babies-6-24">Babies
Problem with Scope
Hi, I have a problem with the item-scope. I'm creating multiple elements, that are opening a colorbox on click and "onCleanup"(colorbox) the triggering element should be changed. But the focus is set to the last element, not at the triggering element. How can adress the correct element? here is the code: foreach(...){ var el = jQuery('<div></div>'); el.click(function() { jQuery.colorbox({ iframe:true, target: ..., ...
two jquery plaugin not working in two different page
Hi sir, one jquery used on master page in .net for search and second used jquery on aspx page. second jquery not working. master page jquery proper working. i am sending code of you. please check it.. Master page jquery <script language="javascript" type="text/javascript" src="../../jsNew/jquery.js"></script> <script src="http://testing.constructionmarkets.com/AdminRegistration/scripts/jquery.autocomplete.js" language="javascript" type="text/javascript"></script> <script language="javascript"
jquery problem with post data into click function
Hello! I have a problem, i need send data to post inside of the clic function. My code is: <!DOCTYPE html> <html lang="en"> <head> <meta name="keywords" content="" /> <meta name="description" content="" /> <title id='Description'></title> <link rel="stylesheet" href="jqwidgets/styles/jqx.base.css" type="text/css" /> <script type="text/javascript" src="scripts/jquery-1.10.2.min.js"></script> <script type="text/javascript" src="scripts/demos.js"></script> <script type="text/javascript"
ddslick non-selectable-group options
Hello, Is there a simpler way to have non-selectable group options within the ddslick ddown list? Or to disable certain items thus work as options group? so ddslick creartes sth like ul li li li ul and I want to disable click event from certain 'li' item within the 'ul' element? Thanks in advance! Mokhtar
How to sort errorList array of Jquery Validator Plugin
I'm using the jquery validator plugin to validate my form but need to sort the errorList array so that results are shown in a particular order. Could anyone point me in the right direction for doing this?
jQuery on click event send POST request
Hello! I have a problem, i need send data to post inside of the clic function. My code is: <!DOCTYPE html> <html lang="en"> <head> <meta name="keywords" content="" /> <meta name="description" content="" /> <title id='Description'></title> <link rel="stylesheet" href="jqwidgets/styles/jqx.base.css" type="text/css" /> <script type="text/javascript" src="scripts/jquery-1.10.2.min.js"></script> <script type="text/javascript" src="scripts/demos.js"></script> <script type="text/javascript"
Is it possible to gray out certain days from data what comes from mysql database in Date Picker?
Is it possible to gray out certain days in certain months with the down code! This information in the code is already coming from a database. At the moment it gives a popup that the date is not available. But looking to gray out the dates what are not available. Information from Mysql Database days[0] = "1"; days[1] = "0"; days[2] = "0"; days[3] = "1"; days[4] = "0"; days[5] = "1"; days[6] = "0"; var mon = new Array(12); mon[0] = "0"; mon[1] = "0"; mon[2] = "0"; mon[3] = "1"; mon[4] = "1"; mon[5]
UI Switch Button
Hi, I was discovered this nice button, but I cannot understand, how can I can check state of button, without using FORM tag. Please show me example, how it works. Here is what I try. Thanks for hints! Jerry
jQuery - Uploadify scriptData issue.
Hello, With Uploadify + PHP – am trying to insert form data to user’s table – but problem is data is inserted equal to images uploaded. (ie. If 2 images are uploaded entries on table user will be 2 for same user) - my codes are : <script type="text/javascript"> $(document).ready(function() { //uploadify $('#file_upload').uploadify({ 'uploader' : 'uploadify/uploadify.swf', 'script' : 'add_data.php, //script to upload our images 'cancelImg' : 'uploadify/cancel.png', 'buttonImg' : 'uploadify/upload.png',
flShow Carousel like in jquery
I am intermediate to Jquery. I have learned about the syntax, DOM manipulation, animation. I am trying to make a 3D carousel exactly like flShow Carousel but I am struggling. I found a tutorial in the internet about 3D Carousel which is similar to flShow but it wobbles and it doesn't move up and down when i move mouse up and down. I went through different articles to learn about the 3d concept, projection and bla bla bla but still struggling with making similar to flShow anyone who can help me learn.
Help with history.js sending duplicate requests
Basically the problem is I have a side navigation which loads its content into the #main section of the page. No issues there. snip:: (this is the function that loads the page from the side nav) $(document).on('click', "a.page_load", function (e) { e.preventDefault(); var cur = $(this).parent().hasClass('active'); if(cur){ return false; } else { $.ajax({ type: "GET", url: $(this).attr("href"), cache: true }) .error(function(response,error) { ..... }) .done(function(response){ ..... }); return false;
Error loading jquery scrolling to implement another effect.
Hello to everyone, before start I want to thank you for reading this topic. I have a problem implementing these two effects in one page, I searched a solution for a long time and I could not find The page where I implemented is: http://diavalsac.com/index.php The problem is in the first effect: scrolling does not load the content to get to the bottom of the page, this happens in internet explorer 11 and mozilla firefox 26.in google chrome works well. The first effect is: http://www.jquery4u.com/demos/infinite-scrolling-demo1/
$.scrollTo not working fine
Hi All Here is my html page http://tinyurl.com/kpglges When I click on sign up under .com (a id = registerdom), i have on click of the id(registerdom), scrollTo implemented, but it doesn't seems to be scrolling to the #domregister Any idea whats going on wrong? Is there any way to debug It does scroll but not to the right position
Realtime validation with jquery.validate 1.11.0
I recently upgraded from 1.10.0 to 1.11.0 and realtime validation was not working anymore. By reading the documentation I got a big surprise: Before a field is marked as invalid, the validation is lazy: Before submitting the form for the first time, the user can tab through fields without getting annoying messages – they won't get bugged before having the chance to actually enter a correct value Once a field is marked invalid, it is eagerly validated: As soon as the user has entered the necessary
Datepicker and ALT-Field
hi, it's the first time for me to work with jquery ui datepicker and it seems I don't understand the concept ;( I get a timestamp from the server and i wnat to send a timestamp back to the server. I want to display a readable date into a text-input and append a datepicker to this textinput. What do I need to do this? What I got managed up to now is the following: $('#valid_date_from_datepicker').datepicker({ dateFormat: 'dd.mm.yyyy', altField: '#valid_date', altFormat: '@' }); Now I receive
Any Free Plugins for animating dynamic layouts via filter like jQuery Isotope?
Can anyone please tell me if there are any free jQuery Plugins for animating dynamic layouts via filters like jQuery Isotope? It is only available for personal use. example: http://isotope.metafizzy.co/ Thanks.
jquery.blockUI new version is not working
Hi, I have a question. I was working with the version jquery.blockUI 2.10 and when I update my version to 2.66.0 I started to have a weird behavior The overlay with the new version show up but immediately disappear. There is a web user control (.ascx) that hold the division and the blockUI script. There is a page that uses this web user control calling a function named OnLoadOverlay, that should display the Overlay. In the overlay we enter a number that is captured in textbox1 and this value is
Editable Step Line Chart
I am looking for a jquery step line chart (open source or paid) which is editable in real-time (similar to the one below). Please let me know if you have come across any of it. Thanks.
Flexslider Transition Help
I have a flexslider featured on the homepage of my shopify site. I want to retain the same background image on all the slides, and just have different text rotate in the middle. You can see what I currently have here: http://notmylifedvd.com My problem with this is the transition, there is an annoying "flash" that occurs on the fade. I would prefer to just fade one seamlessly into the other without the color change. I was able to get rid of it by reducing the animation time to 10 milliseconds, but
Minor bug when showing 2 months with datepicker
Hi! I want people to select a date in July or August so I set minDate to July 1st maxDate to August 31 numberOfMonths: 2 But when people select August 1st, July 1st becomes highlithed to. Like if it was mouseover. The mouseover effect disappears when selecting another date in August or when I mouseover a date in July. If setting the minDate to July 3, the bug appears when selecting August 3. Any idea? Thanks!
jQuery Zebra_Datepicker
Hi, I am using jQuery Zebra Datepicker plugin I have got two dates FromDate and ToDate. The dates I have enabled are from 13/07/13 to 07/10/13. I also pass in the array of disable dates in between these two dates i.e. 06/08/13 to 19/08/13. This works fine. $('#FromDate').Zebra_DatePicker({ format: 'd/m/Y', direction: [minDate, maxDate], disabled_dates: disabledDates, show_week_number: 'Wk', start_date: minDate,
Context menu on image-map hotspots - help!
Long story short - is it possible to have a context menu popup for an image map hotspot? I have an image with about a dozen hotspots using an image map. I would like to have a right click context menu for each different hotspot. So far I'm able to get the image map working correctly and am able to resize using mapster plugin. But have had no success trying to add a context menu to the hotspots. I have tried several different context menu plugins and I'm not an expert with jquery by far so it might
themerollered.html not working
I downloaded the demo http://jquery.bassistance.de/validate/demo/themerollered.html links contained in've used in my own practice. By clicking the submit button, however, is making the transition without control. Waiting for your help in this regard.
Conflict scroll event jscrollpane jquery
I have a problem and is the following; I am using scroll event to paginate records which is defined like this: $(window).scroll(function() { if ($(window).scrollTop() === $(document).height()- $(window).height()) { //Do something } )}; but I am using jscrollpane too, but when this is visible triggers the scroll event of the window. I tried to do this to disable the scroll of jscrollpane, but does not work $('#dvmenu').unbind('jsp-scroll-y').jScrollPane({autoReinitialise: true}); is this possible?
Newbie slider question
Hi All Would really appreciate some help as to why I cant get a Rhinoslider gallery to work. I am just seeing four images rather than the slider. I am using Adobe Muse. In the <head> I have... <link type="text/css" rel="stylesheet" href="http://trojansdesign.co.uk/rhinoslider/css/rhinoslider-1.05.css" /> <script> type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script> <script type="text/javascript" src="http://trojansdesign.co.uk/rhinoslider/js/rhinoslider-1.05.min.js"></script>
JQuery Validate not working for Safari
Hi there, I am using the JQuery validation plugin and it works fine for Chrome, however, it does not work at all for safari. Are there any solutions? Ryan
jquery ui datepicker
i had used contact form 7 with ui datepicker the problem is datepicker has an inline style having z-index equall to 1.how do i change the z-index means from where
Pass object to plugin options
I can't for the life of me figure out how to do this. I've got two plugins that I'm trying to get to work together. In one I set the cookie and perform various actions (I'll spare everyone the code of the other functions). In the second file I get the users location and perform various functions on their location. My problem is that I need to set the cookie in plugin one but my cookie name will change it's not always going to be profileColor is there a way to pass options somehow into the other file
Jquery HighCharts
Hi , I m Using Jquery Highcharts for Visualization in my application. But When for X - Axis when i Have Categories More than For eg Say More than 50 It Gets Overlapped ? I have Enabled the Scrollbar Property then to When X - axis Data Category is Huge Gets Overlapped . please let Me Know ?
search text box
how to do search alphabetically Alphabetical (i.e. select ‘B’ and get a list of all company names beginning with letter ‘B’)
cannot update data of ddslick plugin
hello, can anyone help me as how to update the options of ddslick list dynamically? I create it with html select box then call the ddslick. Later in javascript i need to update its content which worked but still the previous data present. see How to use with HTML <select> and <option>in http://designwithpc.com/Plugins/ddSlick Thanks, Abdu
I am writing a custom accordion. On page load the accordion must be compressed.
//On click there should be only one body of clicked li must be visible. When I re-click on the open 'li' it should be //closed and nothing else should open. $(document).ready(function(){ $('.content .part').hide(); var id='l'; var count=0; $('.content .close').each(function(){ //$(this).addClass('close'); var iden = id + count; //alert('iden is:' +iden); $(this).attr('id',iden); //a=iden; //alert($(this).find('h3').html()); //alert($(this).attr('id')); count++; });
choosen plugin : how to detect the user click event on close button
I'm using choosen (1.0.0) , i would like to detect the user event click on the close button ? Any help please? Thanks
Error using both jquery validation engine and jquery accordion in same page
Hi I used aspx form with jquery validation engine. I used jquery file for this validation given below <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.5.1/jquery.min.js" type="text/javascript"></script>. I used jquery accordion. I used jquery file for this accordion given below <script src="http://code.jquery.com/jquery-1.10.2.min.js"></script> Individually both are worked well. But using in the same page , error occured. I know we can use only one jquery file for the two events. If I using
jQuery Validation: Error in Demo
Hi there, thanx for this awesome plugin. It seems that there is an error in the bundled demo. In the file index.html is a broken reference to jquery.validation.js: Line 10: <script src="../jquery.validate.js"></script> Should be: <script src="../dist/jquery.validate.js"></script> Best regards from Heidelberg, Markus
Dynamic treeview using jQuery plugins
Hi Team, Which is the best supported jquery plugin to get a dynamic treeview using JSON format. MY requirement: inintially only root node will be displayed and on clicking the expand button we have to query the data related to selected rootnode and the tree will grow further. Please do the needful. Need some sample working code for the same. my application is a web application using WAS server and jsp files.
Jquery Cycle plugin is stacking images only in IE 8 and 9
I can not figure out why the cycle plugin is stacking the images in internet explorer but works perfectly in all other major browsers (mac and windows versions). I am using 2 other plugins (mosaic and superfish) and they seem to be working fine so i know i am missing something simple somewhere. Any help would be much appreciated. Jquery <link href="css/styles.css" rel="stylesheet"> <script type="text/javascript" src="js/jquery.js"></script> <script type="text/javascript" src="js/cycle.js"></script>
jQuery form validate plugin: Remote check with JSON-Data?
I use the query form validate plugin (http://jqueryvalidation.org/documentation/) for validating some form fields via remote check, Below is my working demo code: username: { required: true, minlength: 3, maxlength: 25, remote: "/dir/checkvalue.php" } The php script echoes just false or true as a string and the validation via the plugin is working fine. For some reasons I've to change the php's output to JSON, so it would be: {"STATUS":false} or {"STATUS":true} I don't know how to handle this JSON
Keith Wood Datepicker & Fullcalendar Onselect trigger events
I'm using keithwood datepicker & fullcalendar jquery plugin. Have linked fullcalendar to show particular day events when clicked on a date in datepicker. Below is the code example. $(document).ready(function() { $('#selectWeekPicker').datepick({ renderer: $.datepick.weekOfYearRenderer, firstDay: 1, showOtherMonths: true, rangeSelect: true, onShow: $.datepick.selectWeek, showTrigger: '#calImg', onSelect: function (dateText, inst) { switchView('agendaDay');
Next Page