Pagination conflicts when having multiple carousels on one page.
I have a question regarding the jQuery Cycle plugin. I have a Wordpress website where i want to use multiple carousels (per post to display my cases) on one page. It works fine, but the pagination (dots) conflict as it is displaying all dots (links) on each pagination in each carousel instead of per pagination per carousel. You can visit the website here: http://heart.fleurglansbeek.nl (scroll down to see the carousels).
jQuery plugin: Treeview
hello i want to use it as Rtl , how i can change the codes and make it happen ?
Errors using latest TableSorter plugin
Hello, I just started using the current TableSorter (2.0.5) ( and JQuery 3.1.1) within my AngularJS app. I'm getting an error when I click on the table header to sort the table. The error is on line 614 of tablesorter.js and it says: caught TypeError: Cannot read property '0' of undefined(…)multisort @ jquery.tablesorter.js:614(anonymous function) @ jquery.tablesorter.js:785 My table consists of strings and numbers. For example, see attached html Any idea how to fix this? Thanks, Steve
Cycle plugin - undesired style
Hi There, I testing cycle plugin but I found that it add some 'unwanted' style to the 'rotating' <div>. Below an example of what devTools in chrome show if cycle is loaded. Without loading cycle the layout is fine (plain default). background-color: rgb(147, 161, 161); position: absolute; top: 0px; left: 0px; display: none; z-index: 9; opacity: 0; width: 194px; height: 93px; I am using the plugin from: http://malsup.github.io/jquery.cycle.all.js This is the element in my source file: for(var
Get Video url from media:content in RSS XML feed
Hello all, I am using jfeed to retrieve content from an rss feed. I was able to grab the thumbnail from media:thumbnail using item.thumbnail =jQuery(this).find('media\\:thumbnail, first').attr('url'); However I am now trying to grab the url with the video file and I keep getting undefined here is the excerpt from the rss feed containing the video url: <media:content duration="50" expression="full" isDefault="false" medium="video" type="video/mp4" url="http://test/1/>
validation plugin installation with bower: additional methods?
Hello, I tried to migrate the validation plugin from manually integrated to bower. It works as I have now the 'jquery.validate.js' file in my build, but not the 'additional-methods.js' file. Am I wrong with using bower, or the additional methods cannot be installed with bower? Thanks for your help. Nicolas.
[SOLVED] Can't Get Slicknav to Work (Joomla)
I am building a website and trying to get slicknav to make a mobile menu on a Joomla CMS. I have gone so far as to completely remove the menu that is supposed to be there and populate it with a simple ul > li > a menu. jQuery loads before slicknav.js and the function points to the id of the ul. Slicknav will not create a menu, however, and I can't figure out why. I have verified the site can see the slicknav.js script, by loading it, directly. IDK what else to do. The link to the dev site is: http://www.acadiana-computer.com/prevost
How to solve this tricky issue?
I'm trying to develop a program to automatically open the "east" region of EasyUI framework by clicking a button. My solution is to change the value of the "collapsed" attribute in the data-options attribute. Take below script for reference: <div id="east" data-options="region:'east',split:true,collapsed:true,title:'East'" style="width:300px;padding:10px;"> </div> I've used various JQuery ways to do this, but all failed. Below are some of my testing results (with comments) alert($("#east").attr("data-options"));
Jqgrid
Dear Team, How to Bind jqgrid..with out write column name and datatype...
How to get options of existing XDSoft datetimepicker?
I am using:http://xdsoft.net/jquery-plugins/demo/datetimepicker/ I create the datetimepicker like this: $("#mydatetimefield").datetimepicker({minDate:'2013/12/03', maxDate:'2018/12/31', disabledDates:['2015/12/25','2014/12/25']}; The datetimepicker correctly shows the disabled dates as disabled. How can I get the disabledDates? It does NOT exist, but something like this would be good: $("#mydatetimefield").datetimepicker("getOption", "disabledDates"); I've tried: theoptions = $("#mydatetimefield").data('xdsoft_datetimepicker').data('options');
Tablesorter Zebra widget not working on deleting a row
Hi, Please go easy on this newbie :) Im using Tablesorter 2.0.5 to sort & filter data that comes from a DNN Module. Ive also implemented some reset sort & reset filters which also works. Everything is working perfectly with 1 exception. When I delete a row (via the module), tablesorter disappears. (Header, table / field borders) A manual refresh & its back to normal with all features & formatting back. Im told that the table is like a panel that updates when items are added or deleted but the page
Apply condition according to date jquery
I try to conditions in date cell like if date in cell is 02-12-2016 then want to apply yellow color untill this date comes and want to apply red color when this date expires how i do that this is what i try <script type="text/javascript"> $(function () { debugger; var ID = '<%=Session["value"]%>'; debugger; var obj = {}; obj.ID = ID; getremin(obj); }); function getremin(obj) { var get_remin = {}; get_remin.ID = obj.ID; $.ajax({ type: "POST", url: "M.aspx/sp_select", data: JSON.stringify(get_remin),
I have a question about jquery.lightbox-0.5.min concerning thoumbnails?
I would like to increase the size of the thumbnail in lightbox? I have it coded as far as adding it with all my images on my website with the rel= and have this in my head of my templates <script type='text/javascript' src='./scripts/jquery.lightbox-0.5.min.js'></script> <link rel='stylesheet' type='text/css' href='css/jquery.lightbox-0.5.css' media='screen' /> </script> <script type='text/javascript'> /*<![CDATA[*/ $('document').ready(function () { $(\"a[rel='lightbox']\").lightBox();
jquery_color plugin q (can't remove bg color)
$('#nav_wrapper').animate({ backgroundColor: '#999' }, 1400 ); to set it back (i.e., remove bg color) I tried: $('#nav_wrapper').animate({ backgroundColor: 0 }, 1400 ); $('#nav_wrapper').animate({ backgroundColor: '0' }, 1400 ); these give me a bg color of black and $('#nav_wrapper').animate({ backgroundColor: 'none' }, 1400 ); $('#nav_wrapper').animate({ backgroundColor: '' }, 1400 ); // two quotes (empty string), not double quote these give me a bg color of
What code should I use for the jquery search box for a gridview?
I want a search box for my gridview. So if you write something in the TextBox (id=txtSearch) then jquery function should find it in the gridview(id=Gridview1). I downloaded the jquery Code, but I have unfortunately no idea what Code should I write for it.... <script src="../scripts/jquery.sieve.js"></script> <script type="text/javascript"></script> <script> §("#txtSearch").search({ }) </script> <asp:TextBox ID="txtSearch" runat="server" />
validation plugin doesn't work
I use jquery validation plugin to validate a form but it depict "$(...).validate is not a function(…)" error message Here is my php code <html> <head> <title>Add Supplier</title> <link href="css/addsupplier.css" rel="stylesheet" type="text/css"> <?php require('../includes/_header.php'); ?> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script> <script src="http://ajax.aspnetcdn.com/ajax/jquery.validate/1.11.1/jquery.validate.min.js"></script> <script
I got massive problems with jQuery
The issues are related to Version Control for jQuery plugin, which uses old version of jQuery causing all of the issues. How can I solve this????
Insert data using Jquery
I try to insert data using Jquery and I textbox and select options Html <input type="text" class="input-sm" id="txt_repeat" /> <select id="dura_values"> <option>da(s)</option> <option>We(s)</option> </select> JQUERY <script type="text/javascript"> $(function () { $('[ID*=btn_Add]').on('click', function () { debugger; var frequency = $('#txt_repeat').val(); var duration = $('#dura_values').val(); debugger; var obj = {}; obj. frequency= frequency; obj. duration= duration; insert(obj); }); }); }); $(function
Problem getting diagonal slider plugin to work in wordpress
Howdy, i'm a complete newbie to js. i'm trying to get this diagonal slider below to work in my wordpress website. http://www.jqueryscript.net/slider/jQuery-Skewed-Accordion-Slider-Plugin-Diagonal-Slider.html to work on this page http://www.deckpads.co.za/js/ i'm really struggling. i don't know if its the css that i need to change or here is something i'm not doing right with js. When i try to reduce the size of the images - they stop expanding/contracting on the rollover. I'm using Divi Theme from
Non-Profit School for autistic children slider button link
Hello, I have inherited this site and I have been trying to edit a Button inside of a Slider. The slider was created using a slider called loopedslider. When I go to Slides from the WP admin site, the button is not available to be edited. There is a PHP file that I have access to from the ftp download that references this button, but the link for each slides button is not editable. The slider was created using javascript. Url- cflu.org
Can't get tablesorter to work
I'm trying to use the jQuery tablesorter plugin to sort a table. I have this in the head section of the page: <script type="text/javascript" src="tablesorter/jquery.tablesorter.js"></script> <script src="https://code.jquery.com/jquery-3.1.1.slim.min.js" integrity="sha256-/SIrNqv8h6QGKDuNoLGA4iret+kyesCkHGzVUUV0shc=" crossorigin="anonymous"></script> <script> $(document).ready(function() { $("#Library").tablesorter(); }
Question about JQuery Plugin ?
Hello everybody. can you help me with the jQuery Plugin. here is my problem... I have an autocomplete field on a form.. i want to search for certain fullname for example i typed in John Doe or Doe John it will suggest me the name having john and doe on their names. currently when i search John it works fine but when i use space after John it closes the suggestions the same thing when i typed in Doe{space}John. so basically i want to search for fullname having the terms with spaces in any order.
Problem about catch those values In JQuery.
My remote PHP function return two values. 1 and 2. How can i catch those values and put in to separate error messages. $coupon_code = $fw->xss()->safe($_REQUEST['coupon_code']); $coupon_code = $fw->voucher()->getByCodeStatus($coupon_code); console.log($coupon_code); //return 2 means no value in the credit card // if($coupon_code == 1) // { echo("false"); }else if($coupon_code == 2){ echo("false"); }else{ echo("true"); } -----------------------------------------------------------------------
Wow Slider Transition Effects
Hi, I am trying to use different transition effects on my slides using WOW slider. If I choose Shift effect, it shows correct effect on the WOW demo window, but when I uploaded to my website it always show Basic effect. No matter what transition effect I chose during Design Setting, once it's uploaded it always shows Basic effect. I uploads new 2 folders (Data0 and Engine0) together that enable the slideshow possible every time I change the transition effect, but it still always show nothing but
I need help with datePicker
Hi everybody ! I'm new on this forum, sorry if i'm not at the good place to post this.. and sorry for my english im french :) So.. i need to developp à calendar with event associate on some day.. i make this with datePicker and look my calendar : i create some event ( 3 in total ) and the color on days 1, 2 and 3 are day with event ! and when i click on a day with an event, i display event info in specific div. All is ok, that work, BUT when i click on a day with element, my div with color for
.load() breaks form submission
I have a a <div> "popup if you will. By using a table cell onClick event, I am currently executing the .load() method to change the <div> contents to a form that contains a <div> "button" using an onClick submit() method. The problem is that when I submit the form, my handler page id throwing an error stating that certain form variable are undefined. In other words, the data isn't being passed for SOME of the form values. However, some do get passed. When I load the raw form in the browser, it
SlickSlider: Connected sliders' last slide dropping down
Am using the popular jQuery slider: Slick I'm having an issue that I assume is a bug. I have two connected slick sliders, but even though they have the same number of slides, the last slide on one of the sliders seems to just drop down and not show where it should. Any ideas please? jsfiddle: https://jsfiddle.net/beech/kygsq6f2/3/ Steps to reproduce the problem Go through the slider till the end. More Details Which browsers/versions does it happen on? -> Chrome Which jQuery/Slick version are you
cannot see why form validation not doing anything
I added a validation to the email field on this page http://v26.ancestry.higgsy.co.uk/contact/contact.php. To test it, I just submitted the form with all empty fields but you are taken straight my 'thankyou' page, no validation error appears. Code is from Missing Manuals book 'Javascript'. Can anyone help? many thanks
ContextMenu
Hello jQuery Team, Can you tell me why almost all your samples are completely out of topic ? It is very frustrating ! For example contextmenu : http://api.jquery.com/contextmenu/ Do you really see a contextual menu in action ? I only see right-click button event binding, I can do it natively ... This sample is completely out of topic. It's not the only case, but I don't remember the other ones. Please have the good habit to build samples in regards of topics. So, for now, can anyone help me to use
date format datatable
I populate data in jquery like this $("#example").empty() if (re.length > 0) { $("#example").append ("<thead><tr><th>StartDate</th><th>EndDate</th></tr></thead>"); for (var i = 0; i < re.length; i++) { if (re[i] !== null) { $("#example").append("<tbody><tr><td>" + re[i][0] + "</td><td>" + re[i][1] + "</td></tr></tbody>"); } } } var myTable; debugger; myTable = $('#example').DataTable({ "sPaginationType":
Redirection of Devices
Is there a way to redirect a single href link to different pages according to the device the user is using? For example I have a href link. <a href="www.google.com">Click Here</a> Now I want that for PC's and Android devices this link should open google.com normally as it should. But, if someone specifically using iPhone or iPad or any iOS device even Macs, Click on this link they are redirected to a different html page. Now to be clear, The different Html page I want iOS devices to go to I have
Is there a version of validation that does not add arai attributes
I use jQuery just for validation and do not want it to add anything I have not explicitly done so. Is there a version that will not add the unnecessary or unwanted attriubutes?
Slowness loading Jquery multi select in IE11
I am using a jquery/bootstrap multiselect with checkboxes in my application. I need to load around 15 state dropdowns during initial load. Its a user's preference page and so I need to check/uncheck the checkboxes in each dropdown based on user's preference(a backend service call) . IE freezes while loading these dropdowns. I have a loading indicator which also stops for some time. This works fine in chrome and firefox. I have a sample codepen link that recreates the issue ,which is below :
jQuery Sortable Portlet Save position to database
Hi, I'm trying to figure out how to make a multi column jquery sortable Portlet, save the column positions to a database onChange, I know that sortable has a serialize function but i really haven't had any luck getting it to work. If someone could please help me out with this. I have spent hours on google trying to find something. <!doctype html> <?php include('connection.php'); ?> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1">
Unable to get click event to fire on img tag (class="searchIcon") inside a div (class="textFilters").
I have attached a partial copy of the html markup of a calendar page for our website, which uses the FullCalendar plugin. The image (img) tag I'm trying to capture the click event for isn't working for some reason, which I have yet to figure out. I'm trying to use jQuery to do this which normally I think I would be able to do this, but so far I have not succeeded. What I started doing originally was this: $(".searchIcon").click(function() { processSearchTag(); }); but never got that to work at
full calendar calculate worktime per day
hallo master, I use fullcalendar. and I want to quantify or calculate "worktime" per day.Please help!! <script> $(document).ready(function() { $('#calendar').fullCalendar({ dayClick: function(date, allDay, jsEvent, view) { if(!allDay) { // strip time information date = new Date(date.getFullYear(), date.getMonth(), date.getDay()); } $('#calendar').fullCalendar('clientEvents', function(event) { if(event.start <=
SOLVED: Calling Mapbox's map.resize() method from within jQuery
I have a Mapbox map embedded on a page, which loads into a sliding panel which is controlled by jQuery. If I change the browser window size and toggle the panel, the map often appears only partially filling its container. This is a known issue with the Mapbox GL API. From their documentation: If you’re hiding your map initially with something like display:none and showing it dynamically with JavaScript, it may have some problems appearing and sizing correctly. The map can’t figure out its own size
Jquery working offline but not online!!!
Hi there I am using this Jquery plugin. It works absolutely fine when I preview it offline but when I upload it to my hosting account it shows nothing but a blank white screen. Here is the link to the Html: http://www.beaconhousedefence.ml/counter/index.html Here are the links of JS file being used: http://www.beaconhousedefence.ml/counter/js/count-jquery.js http://www.beaconhousedefence.ml/counter/js/jquery.responsive_countdown.js Please help me and tell me why is this happening?
sort horizontally by using jQuery Table Sorter plugin
How do I sort the values in a single table row? (i.e. sort horizontally) with the use of jQuery tablesorter plugin
Wont remove properties?
Hello Guys! I have created a calendar and i am currently trying to make the "Add Event" form as user friendly as possible. Like any normal calendar add page i have two input boxes for Date and two for times. Both using jquery Pickers. So i want to use the Duration property, this is the time picker i am useing http://jonthornton.github.io/jquery-timepicker/ So obviously i cant use this all the time unless the dates are the same, so i have wrote some functions to assess that, if they are the same it
Next Page