jQuery Validate Question (onKeyUp Validation)
Hello, As it is now, the jQuery Validate plugin waits for the submit button to be clicked before it goes through and validates each element. I'd like to have it validate the elements and send the error upon onKeyUp, for instance. Is something like this possible? Thanks ahead of time!
Mouseover Popup Div?
Hello, I was wondering if anyone knows of a jQuery plugin that will replicate the functionality of the menus on www.democratandchronicle.com? I'm trying to open a div on mouseover.... Thanks!
Problem with Visual Quickstart Guide
I'm working thru the jQuery Visual Quickstart Guide by Peachpit Press. I got to chapter 9, which deals with Widgets, and I'm stuck. I copied the links to the the jQuery UI codes, but the accordion plugin is not working <link type="text/css" href="http://jqueryui.com/latest/themes/base/ui.all.css" rel="stylesheet" /> <script type="text/javascript" src="http://jqueryui.com/latest/jquery-1.3.2.js"></script> <script type="text/javascript" src="http://jqueryui.com/latest/ui/ui.core.js"></script> <script
Confirmation box for <s:submit name="ActionClass" ...>
Good morning, From the link, http://plugins.jquery.com/project/confirmation I downloaded .css & js. But could someone provide an example how to use confirmation box please? Most of the google results show confirmation box for link "<a>", but I need it for <s:submit>. A <s:submit> action, before calling the real method, popup a confirm box msg. What I need is: =================== <s:submit onclick="return jquery_method()" action="DeleteRecord"... > When clicking the button, popup a dialog for confirmation.
Magic jQuery plugin
Hello, I am Bastien. i'm the front-end dev/designer at CBS in france (cnet, zdnet, gamekult etc). For more than one year i am developping a jQuery plugin which goal is to have an easy to use, flexible & optimized plugin for web Layout management & User Interaction Management. It is compatible until ie6 and mobile browsers such as iPad, iPhone etc... Simple position fixed even for non supporting browsers. (ie6, iPhone iPad etc) Automatic alignment of the elements of the page (other elements, screen
[jme] Problem integrating controls with API
Hello. I have a problem when trying to use both controls an API to control my audio element - It seems as if the connection between the controls and the element is lost. I have the following code copied from one of your demos for the audio player slightly modified (no sources inside the audio element): <div class="media-player"> <audio id="auscplayer" controls="controls"> </audio> <div class="media-controls"> <a class="play-pause"><span class="ui-icon"> </span><span class="button-text">play
Cycle plugin IE7/8 1 pixel shift
I am using cycle to animate 4 div's on a website I am working on. On some versions of IE 7 and 8 as the cycle plugin animates between 'slides' it appears to shift the slide 1 pixel to the right then back 1 pixel to the left. http://westfield.peex.co.uk/ I cannot get to the bottom of this issue as the CSS all validates and I have implemented Cycle correctly. Any help would be really appreciated as I am now stuck for a solution.
Jquery Google Feed Plugin
How do i get images with jquery google feed plugin, not just text? Thanks!
jQuery quicksearch new version
Hi guys I've been busy developing a new version of my quicksearch plugin. it's now a lot more flexible, plus lightning quick! Please try it out: http://lomalogue.com/jquery/quicksearch/ http://lomalogue.com/jquery/quicksearch/super_table.html There's more information over at Github too: http://github.com/riklomas/quicksearch Any comments would be very helpful! Rik
tabelsorter with two header rows
Hi, i have two table header rows, one with Captions and one with controls, dropdown, checkbox etc like this: thead tr | Caption1 | Caption2 | Caption3 | tr | [x] y/n | [Opt. 1[v] | [Opt. 2[v] | tbody tr | Values1 | Values2 | Values3 | How can i get tablesort to work only when clicking on the captions in row 1 and do nothing clicking on the controls in row 2? Thanks in advance
how can i get the slider values on mouseover in jquery slider?
i am using jquery slider.i need to display the values on mouseover of the slider handle
Scrollable plugin - user can press next until only 1 image is left instead of 5
Hi, I'm new to these forums. I'm having trouble with the jQuery plugin Scrollable (http://flowplayer.org/tools/scrollable/) It seems on my site that when the user presses the next button they can keep scrolling across until there is one image left, whereas it should stop scrolling where there are five images left... Can anyone provide an edited version of the scrolling script so this doesn't happen, I've tried literally dozens of times to change it round but can't manage it, thanks in advance. By
Conflict between loadmask and maskedinput
I found 2 jquery plugins that are useful to me Masked Input and Load Mask However, when I use both on the same page, masked input quits working Anyone know why?
Change Jquery Cycle plugin code (move Pager position)
I have this: <script type="text/javascript"> $(function() { $('#slideshow').after('<div id="slideshow-nav">').cycle({ fx: 'fade', timeout: 0, prev: '#prev', next: '#next', fit:1, pager: '#slideshow-prevnext', pagerAnchorBuilder: function(idx, slide) { return '<a class="dot" href="#"> </a>'; } }); }); And it makes HTML markup like this: <div id="slideshow-prevnext" class="slideshow-prevnext"> <a id="prev" class="left" href="#"><span class="invisible">Prev</span></a>
Help with jQuery Cycle Plugin pager with links
(ver 2.96) I've just started developing a project with this excellent plugin. I've looked around and found answers to most of my questions, but I still need some help. I'm displaying pictures above some pager buttons. I've figured out how to add my own text to the pager buttons but now my boss wants the the buttons AND the images to link to product pages. I can't explain it very well, so here's my development page. and my code: jQuery(document).ready(function() { $('#slideshow').after('<div
JQuery Tablesorter Plugin Performance
We are using JQuery 1.4.2 and tablesorter plugin. We have a table with hundreds of rows. Tablesorter has been applied on this table. I ran a profile using FireFox for a dataset of 234 rows and noticed the following things - As you can see, appendToTable is taking the maximum amount of time and getElementText is being called 'infinitely'. This is creating a huge issue for our application. Is there any quick solution for this (other than NOT using tablesorter) ?
validator - submitHandler gets called even though invalidHandler happened?
So. I have this php page that we load in an iFrame, calls a js file with validator working on it, worked fine forever, still works fine. I made a copy of this page for another iFrame, same js files, same fields, almost identical basically accept that the labels and fields are now arranged in a table instead of paragraphs for a different look and feel. On this page though, when I do something that calls invalidHandler (like leave out a required field) I do get the error, but the page still submits!
Howto customize lookup of template variables?
Hi, With the template plugin, is it possible to customize the lookup of a variable ${foo}, or the evaluation of an expression for that matter... ? One of the reasons I'd like that for example is to have ${foo} by rendered with another (nested) template. But I don't want to template author to care about that. I don't want them to have to write ${renderWithTemplate(foo)} or something of the sort. Thanks! Boris
jquery does no work well in lbi file...... someone help me...
I'm trying to add jquery(http://www.i-marco.nl/weblog/jquery-accordion-menu/) in the lbi file, and the lbi is one part in the dwt file (Main template). Everything works fine, there are only one jquery effect can't work, the submenu under the main menu can't show out...Below are the script that I done for lbi file & dwt file, no sure which part I have make mistake... Anyone HELP? Many Thanks! Lbi script: <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> {insert_scripts files='jquery-1.2.1.min.js,menu-collapsed.js'}
jQTouch only an empty page
Hello I tried to create a testpage with the jQTouch plugin, but I don't get it to work. I got only an empty page. This is because there is a css statement body > *{display:none}, so all elements disappear. Now the first element should get the attribute class="current", to show it, but it won't be set. Does anyone see the mistake I've done? I've attached my small project. Thank you.
Problem with jstree
Hi all, few days ago i try to implement a tree with jquery and jstree plugin in my web application. now i have a little problem (i hope :) ), the problem is when i use this code in jsp page the plugin work correctly <script type="text/javascript"> $("#gruppoTree").jstree({ "core" : { "initially_open" : [ "root" ] }, "html_data" : { "data" : "<li id='predef_1' class='open' style='padding-left:50px'><div
jquery Library1.5 inclusion issue
Hi, I am using jquery version(jquery-1.5). I am receiving the error as elem is undefined for the condition if ( elem.nodeName ) { for the below part inside the library // A method for determining if a DOM node can handle the data expando acceptData: function( elem ) { if ( elem.nodeName ) { var match = jQuery.noData[ elem.nodeName.toLowerCase() ]; if ( match ) { return !(match === true || elem.getAttribute("classid") !== match); } } return true;} Can any one guide me please what
click, submit and submitHandler from validation plugin
Hello, I'm new in js/jquery, and I have a question I can't solved yet. I have some page with lot of forms (20 per page), this forms are always the same, because is for reply comments directly in these page. (like wordpress comment manage page). The forms id are: commentresponder-XXXX (XXXX = comment id). I'm getting lot of problem handled individually each form. I don't use submit button, i have a link which do submit function. Into <form..></form> the link look like: <a id="fbotonsendcom-XXXX" class="boton"
Datepicker passing parameters on select/close?
When datepicker closes the calendar window I'd like to pass both the date and the id of the <input> tag in the code below. The documentation mentions 'this' but no info on how to use it or how to use 'inst'. Thanks! $( "#testdate" ).datepicker({ changeMonth: true, changeYear: true, onClose: function(dateText, inst) { passvals(dateText,inst); } }); }); <input type='text' id='testdate' name='testdate'>
JQuery Cycle problem in IE
I've made a very simple Slieshow with JQuery Cycle plugin (following the "instructions" at http://jquery.malsup.com/cycle/) but I'm having some problems with IE. My example is in: http://web.ist.utl.pt/ist155465/Cycle/cycle.html The problem only occurs in IE (for Firefox is fine) and consists in a problem in passing from last to first image (please see the example) and the apear of "pages" control. I found that if I remover the DocType line (from html file) the problem is solved but I need that line
tablesorter plugin order columns
Hi all, I using tablesorter but I have a problem: My columns contains link... for example: <tr> <td>Hello</> <td><a href=.....>10</a></td> </tr> <tr> <td>Hi</> <td><a href=.....>20</a></td> </tr>If i order second column, order is not correct! How can I solve it? Can I use link attribut in table sorter? Thanks in advance
Validate and Localization string?
What is the localization string for the message "Please enter a value with a valid extension."? Cannot find a trace of it in any of the localization files...
Superfish on IE7
Hi all, I'm using the superfish plugin to create a menu. Everything works fine, but not on IE7, the first and second level show as expected. But the third level doesn't. Looking at the superfish example, using IE7, everything works ok. So I must have messed up some CSS somewhere, but I cannot find it :(. Is there someone who is more familiar with CSS and Superfish who can help me? The website I'm talking about is http://incubator.apache.org/celix and the third level menu can be found under "Documentation"
Galleriffic navigation help!! Navigation growing exponentially?
Hi all, I am most familiar with HTML and CSS so javascript is somewhat foreign to me. I have been working with jqeury quite a bit lately and have gotten some awesome affects. I am working on a website for some family and am now stuck. I have two issues with the gallery: 1. When you arrive at the second page of thumbnails you are given an extra set of navigation, and when you start clicking them it grows and grows. 2. I might be able to alleviate the problem as I don't mind having more than 20
Is it possible to attach a jQuery plugin without attaching the jquery 1.8 iu?
hi folks. im new here at jquery forum. as the title says. is it possible?? how? cause the jquery ui filesize is a bit large. for example. is it possible to attach only the accordion plug in?? not including the jquery ui?? just like how the hoverIntent plug in works? thanks.
Datepicker passing values to it?
I'd like to pass a value to the datepicker. How would I do that? When datepicker closes the calendar after I choose a date I want to execute a function with that variable below. $( "#CallBackDateandTime" ).datepicker({ changeMonth: true, changeYear: true, onClose: function(dateText) { Update(this.id,dateText, xx); } });
ZrssFeed using invision feed but getting error
Using ZrssFeed (http://www.zazar.net/developers/zrssfeed/) to display the rss feed of my forum but it's returning an error <script type="text/javascript"> $(document).ready(function () { $('#test').rssfeed('http://www.fmuforum.com/index.php?app=core&module=global§ion=rss&type=forums&id=1', { limit: 5 }); }); </script>When you then load the page with the script yo uget the error Feed could not be loaded.It seems to be related to something to do with the format of the RSS as others
tmpl plugin and version compatibility
hi, all I am assuming this plugin, http://api.jquery.com/tmpl, is the recommended template for jQuery. On the page, it says "Version added 1.4.3", does it mean it only works with 1.4.3 and up? The reason I am asking is that it is not working as I expected on 1.4.2 - it could be my fault, but want to double check its compatibility before I invest any more time to debug ... Thanks Oliver
How to combine two hover effects?
How can I take hover effects of this spotlight plugin: http://web.enavu.com/tutorials/making-a-cool-spotlight-effect-with-jquery/ and incorporate it with the hover effects of this slide plugin: http://www.incg.nl/blog/2008/hover-block-jquery/ ??? If that's not possible, how can I take the spotlight plugin and set it to simply change the thumbnail image on hover?
[jQuery.Cycle] multiple slideshows - begginer questions
Hello, I know that similar questions about this issue have been already asked. Know that I've used the 'search' button at first, read everything I found and tried to understand it. However, I failed to do so, mostly because I'm rather begginer to jQuery, while descriptions were usually advanced, without detailed explainations. And this is what I seek for. So, let's start. What I want is to have several cycle slideshows at 1 website, among which at least 2 slideshows would be at the same page. Here's
Cycle plugin fade reveal
When I use the fade effect, the background comes through slightly during the transition (I assume the new slide is not yet at 100 opacity). You can see this for yourself if you set the background of the slides container to red (you'll see some pink during the transition). I tried setting speedIn:1 (and speedIn:0) and speedOut:1000 but I just see the new slide immediately replace the old slide. After 1ms into the transition, I would have expected the old slide (100 opacity) to be covering the new
Fix Remote Validation in JQuery Validation Plugin
Hi, I found a bug inside the JQuery Validation Plugin this happend when you use remote validation like username validation, once you focus out the field the validation run ok, but if you don't change the username entered and then you click again into the field and again make a focusout you will see [Object object] or the url for the validation. The Fix. 1) into the Remote handler you must add the follow. - Before return previous.valid; - After else if( previous.old === value && previous.valid
jquery.datatables - server side procesing php
hi, i try thi sample http://www.datatables.net/examples/data_sources/server_side.html, where data is procesed on server. i prepare tables in DB and data. and nothing isn't displayed in datable? Then i crete same server_prcosing php and i checked syntax from php it was OK same as json, but jquery.datable did not process any data on screen. source: style type="text/css" title="currentStyle"> @import "css/demo_page.css"; @import "css/demo_table_jui.css"; @import
Invalid JSON issue with malsup Form plugin
I'm having troubles with an existing J2EE application (which uses Dojo) and in which I'm gradually introducing jQuery. The specific issue is with the malsup Form plugin and the JSON returned from a form submission: the error callback is always called, regardless of what happens on the server side, and the error is always "parsererror". I'm using jQuery 1.4.2 and the 2.45 version of the malsup Form plugin. For example, given the following code: $(document).ready(function() { var options = { dataType:
Official jQuery templates plugin - how to check if template is already compiled
Is it possible to check if template is already compiled and in the stack? For example i need a boolean check, to decide to make ajax call for template or pick it from compiled stack. var callback = fucntion(template){do stuff...} var template = $.tmpl('thumbnail',data); if(!template) {do ajax and get template, then use callback} else{ callback(template); } This would be great, but it doesn't work. $.tmpl doesn't return false if template isn't compiled and in stack. Thanks ;)
Next Page