Nivo Wordpress plugin conflict with Colorbox
When using Nivo's Wordpress plugin in conjunction with Colorbox to display a Vimeo video, I get an "This content failed to load" error in the Colorbox window. I assume there is a conflict with Nivo and Colorbox, but I haven't been able to find a solution to this problem yet. I would be very appreciative for any help in resolving this issue. The site link is below, and the second image in the slider has a link to a Vimeo video I wish to load in the Colorbox window. I'm pretty new to jQuery so details/and
datatables/tablesorter
Hello everybody, I'm French so, please, don't be afraid by my sentences mistakes. I'm trying to sort a tab which contains cells with rowspan like that : But with datatables or tablesorter, I don't know if it is possible. Do you know how I can do this with tablesorter ou datatables? Do you know an other plugin which can do this ? Thanks.
Column getting sorted in opposite direction after reset
Hi, I am using jquery tablesorter plugin. My issue is that after calling "table.trigger("sortReset"), the column click is causing it to sort in opposite direction. For eg. I have clicked a column and it got sorted in Asc order. Then I reset the table and again click on the same column and it gets sorted in Desc order. My intial sortorder is "Asc" only. How to make it sort in Asc order only after reset? Thanks & Regards, Pradeep
Sorting Column Unnecessarily
Hi, I am using tablesorter plugin. I have multiple columns and sorting is working fine for all except one column. My issue is that in that column all data are same. So if you click on that column the other columns should not get sorted. But in this case first click is doing some sorting and after that no sorting is happening. Any idea to fix this issue. Thanks in Advance, Pradeep
Two jQuery scripts conflicting...
Your comment is awaiting moderation. I am having issues with two different jQuery scripts running on the page at the same time. I have a carousel at the top of the page. I also have this Modal window, which works great, until I put it on my website. I have customized the modal window, and here’s a picture of what happens when I run it on my site. https://www.box.com/s/b725gr7nxqhmwq7mfumt Here is what's currently in the head of my page. <head> <meta name="keywords" content="ar toolbox, toolbox,
Javascript into jQuery Widget.
Hi to all. I am new to this and i really would like a help of some expert developer that for you might be a pretty easy task but for me it is really hard to achieve. I have a javascripts and i need it turned into a widget. I really don't know what im doing as i cannot turn into a widget. The code is below: /* CUSTOM FORM ELEMENTS Created by Ryan Fait www.ryanfait.com The only things you may need to change in this file are the following variables: checkboxHeight, radioHeight and selectWidth (lines
Can you make cycle images scale
Hi, I am using the cycle plug-in and it works just fine - thank you! But I'd like the displayed images to scale proportionally as the size of the browser window changes. Is this possible? All other CSS settings are in percentages so the rest of the display area scales OK. I can change the size of the displayed images OK via CSS but can't figure out if the images can be made to scale. Any advice will be appreciated. Best regards from Australia.
BlockUI doesn't work in IE - Please help..
Hi, I'm using the BlockUI plugin to prevent user action on a page when a hyperlink/button is clicked on a page. The page is created using frame. It works on Firefox (only on the targeted frame, center), but not IE or Chrome. In IE the shade/gray block shows up at the bottom of the page, after all the page content. Also the default "Please wait.." message displays after the gray box. Here's my code, tried with both a hyperlink and button. same result, doesn't work: <tr> <td > <s:a
Cycle Plug-In Question: using Prev
Hi, I'm using cycle for a PPT-style screenshot click-thru. Works great...one way. Forward. Some people want to go backward though and that's proving difficult to do with imagemaps. It seems to start the screens going backward, and the click-to-advance-forward functionality seems to be disabled once I start to go backward. Here is the code snippet. Bottom line is I want to advance the image forward by clicking anywhere, except on the image map (left area of the screen), which I want them to
jQuery Validate plugin with metadata broken after upgrade to jQuery 2.0.0
I successfully used jQuery Validate plugin with metadata (this one at http://bassistance.de/jquery-plugins/jquery-plugin-validation/ ). versions: - validate 1.9 - metadata * Revision: $Id: jquery.metadata.js 4187 2007-12-16 17:15:27Z joern.zaefferer - jquery 1.7.2 I now upgraded jQuery to 2.0.0, validate to 1.11.1, can't find metadata anymore (404 here: https://github.com/jquery/jquery-metadata ) Part of my form: <input id="email_big" name="email" type="text" class="span4 {validate:{required:true,
Wordpress PrettyPhoto - Sudden crash
Hi everyone, I've been going berserk all this afternoon trying to solve this issue, but I guess I just don't know enough Javascript to see what to do. I'm currently using a Wordpress theme that I bought from a designer, who since then has disappeared and doesn't reply any message regarding the theme. On this theme, I've been using for more than a year the simple and elegant "PrettyPhoto" lightbox plugin (http://www.no-margin-for-errors.com/projects/prettyphoto-jquery-lightbox-clone/). Everything
Jquery Cycle: need to implement activeslide on "goto" method
Hello, I'm using the 2nd goto method ("Poor man's goto": http://jquery.malsup.com/cycle/goto2.html), and find that it doesn't update the class with active slide. I am a bit stumped on getting it implemented. I've watched 20 of the 30 "learn jquery" tutorial videos from tuts (excellent resource!) but am really stuck on this. Can anyone provide help? If it makes any difference, my ultimate goal is to have 2 pagers on one slide: one which I'm just doing as simple colored boxes (what is being generated
Dynamic Script with document.ready() not execute at runtime in browser .
I used jQuery plugin with version 1.8.1 in my page . I created one function which creates dynamic script as per the below code and I place it inside the BODY of the HTML page: <script> $(document).ready(function(){ // .... Some javascript }); </script>The above dynamic script gets some additional HTML and JQuery using AJAX and appends it to the Body tag but it does not execute after Ajax completes. If I add a simple alert('something') like below then it does execute. <script> alert('something');
jQuery newbie needs help with plugin conflict issue
I'm using a few jQuery plugins on a WordPress site and I seem to be getting some kind of conflict - see the red box in the featured post slider. View it here: http://ninesixty.co.nz/stellascapes/ I have no idea why this is happening but hopefully I can just tweak the plugin files a bit to fix the issue. Any help would be really appreciated.
jQuery email validation and recaptcha is not working in a two stage form submission process
**Scenario** - PHASE1:- User enters email id- IF_NOT_EMPTY VALIDATE email IF valid_email SHOW recaptcha with another form submit button( id="button2") DISABLE email field HIDE button1 ELSE throw_valid_email_error ELSE throw_blank_email_error PHASE2:- If captcha is correct and user Clicks on button2 SHOW success message in a
jQuery Validate not working in IE8 and Safari
jQuery Validate works great in Firefox and Chrome, validating both client-side and sending the POST to php email function. But in IE8 and Safari it skips directly to server-side validation so that the user has to use the Back button to fill in required fields. Here is my code: <script type="text/JavaScript"> $(document).ready(function() { $("form1").validate( { rules: { name: { required: true }, email: { required: true } } )}; }); </script>And here is the HTML: <form class="cmxform" action="" method="post"
Having problem on tabbed menu plugin with images and not clock working together
I'm having a problem getting the tab widget to work the way I need it to. It works fine as long as all I have is text, clock and box fade out, in and move but when I add a looping 3 image display, strange things happen. First, the images are on all the tab pages, not just the one <div> I put them in and the images and the clock doesn't work together at all. I use the widget as the navigation of my site and each page has certain functions that need to happen. I added a tab, so there's 4 tabs. First
Javascript / JQuery incompatibility issue
The issue is with an incompatibility between <script type="text/javascript" src="js/jquery-1.3.2.min.js"> and the Translation Tool <script type="text/javascript" src="http://free-website-translation.com/scripts/fwt.js"> Anyone got any experience with same/similar issue or have suggestions how to overcome. Complete javascript novice so I need a complete answer rather than theory.
Using Typeahead.js plugin on ASP MVC 3 page
I'm trying to use the typeahead plugin without any luck right now. I've tried a number of jQuery libraries and I get the same error message each time: Uncaught TypeError: Object [object Object] has no method 'typeahead' Here are the declarations I'm tried using and the typeahead code <script src="http://code.jquery.com/jquery-1.8.3.min.js" type="text/javascript"></script> <script src="http://code.jquery.com/ui/1.9.2/jquery-ui.js" type="text/javascript"></script> <script type="text/javascript">
jquery not passing variables to next page
This code has evolved on SO but I'm having issues with the code not passing the variables to the next page. I have a jquery code that listens for what "folder" the user chooses and then it is supposed to present the information in a div. I moved the ability to choose the folder from being a html select option box to being just links and now the information isn't showing. I believe that it's not passing the variables from the first page to the second page. When I click on the links nothing appears
Please help me to make my gallery work (jquery; coin-slider; fancybox)
Hi all! Im new here and new in JQuery / Javasrcipt - where I have 2 problems. I really appreciate if You downloaded the files here! - cause, it's more simple way to make myself clear - I hope. Or, bit messier version (2 dif. jquerys together), can be found at "codepen": http://cdpn.io/oIsGL I use "coin-slider" for main gallery, where i need to see, under slideshow, all the gallery pictures in thumbs (small pictures used) and on slideshow, when clicked on, pictures should open in fullscreen view (bigger
Datatable and jpaginator
Hi to all! I am using datatable plugin with pagination and i have tables with a huge range of pages. Instead of use the standard built in paginators (sPaginationType: "full_numbers" / "two-button") i would like to use something like that: http://remylab.github.com/jpaginator/ . I think it is really helpfull to have something like that to allow users to browse the pages easily. Do you know some plugin for datatable doing it? Thank you in advance, Luca
jQuery call from vb.net code
I need to call this jquery function from VB.net jQuery(function ($) { $("input.osx, a.osx").click(function (e) { e.preventDefault(); $("#osx-modal-content").modal({ overlayId: 'osx-overlay', containerId: 'osx-container', closeHTML: '<div class="close"><a href="#" class="simplemodal-close" style="font-size:150%;">x</a></div>', minHeight:80, opacity:65, position:['0',], overlayClose:true, onOpen:OSX.open, onClose:OSX.close, appendTo:'form' }); });
jQuery version conflict in Wordpress
Hi there I have noticed that I am loading 2 different versions of jquery in my wordpress site. I see that i referenced version 1.8 in my header (via the google code), but cannot seem to find the 1.6.4 version in order to remove it? My fancy-box plugin is no longer working, and I'm not sure what I did to cause this? When i click on an image it brings up the fancy-box loading image, but then the overlay just covers the page and does not open the image. I am aware this is a jQuery forum, but figured
if there an issue in the jquery.ccokie plugin?
Hi I am using carhart cookies plugin But I am seeing 2 errors in my console. https://github.com/carhartl/jquery-cookie if there a bug in the plugin or there is something I am doing wrong? 1) Uncaught SyntaxError: Unexpected end of input in the file jquery.cookie.js 2) when I try to remove a cookie like this $.removeCookie('phone_call_timer', { path: '/'} ); I get this error Uncaught TypeError: Object function ( selector, context ) { // The jQuery object is actually just the init constructor 'enhanced'
jQuery conflict? I have two sliders - FlexSlider & Galleria - FlexSlider doesn't load when I force refresh the page (Ctrl + F5)
I have a problem that has had me baffled for a few days now... :-( I have two sliders working on my page as they should, but when I force refresh the page (Ctrl + F5 on windows) the FlexSlider slider doesn't load at all. The if I press F5, it loads it again. I've tested it on my friends computer and on a server and it has exactly the same result. I'm quite new to jQuery and don't know the ins and outs of it yet so have no idea why this is happening. Its obviously something to do with the way the
cleditor iframe problem
Hello:I'm having a problem with the Cleditor iframe. Following is a screen shot, even though my height setting is 300, this only controls the textarea box. It does not control the iframe. When I paste large quantities of text into the editor, the text overflows the textarea and pushes the iframe out. See image below: As you can see the text is overflowing the actual cleditor. The red border shows the iframe, as I added border settings to the iframe within the cleditor.css file - the settings are
Multi-File Upload. Use a custom 'remove' image in the file list
Hi! Where do i put this code to change the X to a trash can? $(function () { // wait for document to load $('#T8A').MultiFile({ STRING: { remove: '<img src="http://www.fyneworks.com/i/bin.gif" height="16" width="16" alt="x"/>' } }); });Thanks /Harald
Tablesorter first column disabled
Hello. Is it possible to have the first column of the tablesorter indexes going from 1 to however many columns you have, and when you sort other columns these numbers stay from 1 to something. In other words, have the table data not binded to the first column? Thank you!
BlockUI Gif animation stop working as soon as when postback occurs, only in Firefox (latest version)
I have code to display gif animation using BlockUI. But the animation stop working as soon as when postback occurs. This happens only in Firefox (latest version). All other browsers are working fine (Chrome, IE, Safari, Opera). *headache* I will provide code later on.
Slider and popup does not work together
Slider:- <script type="text/javascript" src="js/jquery.js"></script> <script type="text/javascript" src="js/easySlider1.5.js"></script> <script type="text/javascript"> $(document).ready(function(){ $("#slider").easySlider({ auto: true, continuous: true }); }); </script> (jquery source-http://cssglobe.com/lab/easyslider1.7/03.html) Pop up:- <script type="text/javascript" src="http://code.jquery.com/jquery-1.6.min.js"></script> <script type="text/javascript" src="jquery.reveal.js"></script> (jquery
Internet explorer showing problem
when i run ubu.html using localhost sliding is ok but when i want to run ubu.html without using localhost sliding is not ok why and how i can solve this problem
Form serialization issue after server-side validation fails in JQuery AjaxForm.Submit()
I have a form <form id="form0" enctype="multipart/form-data" method="post" name="form0"> <input type="text" id="FileField" /> </form> And the following JavaScript code: $('#form0').ajaxForm({ url: sourceUrl, type: 'POST', data: formdata, target: '#FileField', success: function (data) { if($(data).find('#RouteMidDetails').length >= 0) { $('#divSearchPopupContent').html(data); if($('#hdnModelState').val() == 'True') { DisablePopup(); grid.rebind(); } else if($('#hdnModelState').val() == undefined)
JQuery TokenInput Scroll: On Mobile Device
Hi All, I'm using JQuery's token input (http://loopj.com/jquery-tokeninput/) as a drop down select list within a mobile application. I have a dilemma, when using it in a mobile screen, when retrieving items 20+, the list is not scrollable, the scrollbars appear in the browser but not on the mobile application. I am investigating options to get it to scroll. I was wondering if there's an easy way to modify the JS or the CSS of this plugin so that I can press and hold on the results pane and drag down,
Jquery Cycle Plugin : Add new slide at the specified position
How to add new slide in between existing slides? I am able to prepend new slides to existing slides append new slides at the end but want the solution to insert new slide any where based on the provided index.
Plug-in Linkselect from Giva Labs
I have a select list with some options opening URLs in a new window and I use the below jQuery: <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script> The script for linking the options of the select list is the following: <script type="text/javascript"> $(document).ready(function() { $('.openSelect').change(function(){ var selectedValue=$(this).val(); if (selectedValue.match(/http/)) { var open = window.open($(this).val(),'_blank');
Firing Event Only Once
Hi, I'm trying to understand how to get (on singletap) to fire more than once in a mobile browser. I'm using jQuery-Mobile-Events plugin w/ jQuery, but it's only firing once. I added a little mobile console script & it keeps logging "Single tap called" which is maddening - the line before should be running on every single tap, but it isn't. This function is outside of the doc ready handler. Test page is here: http://www.partiproductions.com/viewpoint_test/index.html $(function() { $(".vppop").on('singletap',
Jquery & ZeroClipBoard - Nearly Working !
This works when I have ONE INPUT button. But how would I change it to work regardless of the number of input buttons on screen ? Obviously when I click on a button, I want it's 'data-clipboard-text' to be returned. Thanks :) <input type="button" id="copy_button" data-clipboard-text="Copy Me!" Value="Click ME"> <script src="js/ZeroClipboard.js"></script> <script> var clip = new ZeroClipboard( document.getElementById("copy_button"), { moviePath: "js/ZeroClipboard.swf" } ); clip.on( 'complete', function(client,
jQuery plugin bgImageMenu time-out programming issues
Please take a look at the development site. I'm using a jQuery plugin called BgImageMenu. This works great unless the user moves the mouse too quickly over the menu. The animation only seems to work when hovering over a new panel when the previous animation is finished completely. I've played around with the speed settings but nothing worked. There must be something that can be changed or added to the time-out programming but I don't have a clue.
how do I implement this plugin?
Hey guys, Trying to add this to my vbulletin forum site in footer template. http://plugins.in1.com/share/demo I'm not sure what I'm doing wrong here. I've added this in the headinclude template <script type="text/javascript"> $('#mydiv').share({ networks: ['facebook','googleplus','twitter','tumblr','email','stumbleupon','digg'] }); </script> <script type="text/javascript" src="clientscript/jquery.share.js"></script> <link rel="stylesheet" type="text/css" href="clientscript/jquery.share.css"
Next Page