jquery.timers-1.2.js reset?
I'm using this plugin to dynamycally slide through some li's every 10 seconds. Alternatively, the user can click on a link to go to the desired tab. Problem is, if there's 1 second remaining and the user clicks, the tab will only be visible for a second and then change. I need to find a way to reset the timer on click, but haven't have luck. Here's the code: $("#slider .tabs li a").live('click', function() { ... some function ... }); /* Automating */ $("#slider").everyTime(10000,function(i)
Validation file
Hi, when using an "input" with special name ( in this case name="files[ ]" ), how can i define this name in the rules. To explain this more: I have a from : <form ...> <input name="files[]" type="file"..> ... </form> and I use he plugin VALIDATE. and I want to define message for this rule.? maybe can someone help me ? Ii use the plugin "jquery.validate" to validate my form
Validate: need dynamic message on failed validation
I need to include the contents of a field in a validation error message. I tried using a closure around the addMethod call as demonstrated in the code below, but that does not work. Is there a way to do this? Thanks! (function() { var msg = "Closed items cannot be linked to items of type "; jQuery.validator.addMethod("closedLinkRestriction", function(value, element) { if (value === undefined || value === '') return true;
Validate: require a specific word or phrase
I want to add a simple alternative to CAPTCHA on a form by adding a required text input - e.g. Type the word "jquery": How do I add a rule requiring a specific value?
jGrowl - moving an object into the message area
I am trying to move an element into jGrowl, but it is not working out. Anyone tell me where I am going wrong, I am coming from MooTools, so there are some nuances I am not getting. I appreciate the help. http://jsfiddle.net/cGA6e/
SuperFish as a fixed, top nav
Has anybody tried this? I tried putting a div around the ul/li list with fixed positioning, but that fails, probably b/c the ul and such use absolute positioning... I tried changing the ul/li positioning to use relative, but it came out all gorfed up for me... Anyway, was just wondering if anyone has successfully done this. Thanks
[jme] jMediaelement could not play these MOV files
http://www.cell.com/abstract/S0092-8674(10)00729-4#suppinfo jMediaelement could not play these MOVs. Any help will be appreciated.
ie fadein problem
I have a problem with the fadein functionallity in ie. The problem: I have a list with categories, when I click one of the categories my list must fadein sorted on that category. In firefox it works like a charm but in ie it fades out but don't fade in. I have checked my page in ie with a debugger. jquery returns me the correct results and loads it in the html but I doesn't fade in on my screen. Here is my code: $.post("/ecommerceV2/"+langcode+"/ecommerce/sortPromo",{promotypeid: $(v).val()},function(response){
datepicker submitting date with empty input
hello. can anyone tell me why datepicker is sending the current date when the input field is empty? this field is not required and can be left empty and is optional if a user wants to enter a date. i thought if the field was empty then no value should be sent. if someone could enlighten me i would be grateful. many thanks
jQuery Cycle with keyboard scroll?
Hello, i was wondering, is there a way of making a cycle slide scroll when either left or right are pressed? I've tried searching here and there and the only thing i've come across that seemed to word was http://jqueryfordesigners.com/adding-keyboard-navigation if you'll be so kind to check that page, you'll see that the script requires a link with a class to "find" where it is, that in my cycle would be .activeSlide (i think) but it does not work As you may have guessed, im really not in my turf
Field Validation Success Function
I need to invoke a method when a field validation is either successful or unsuccessful. I have managed to get the function to run if the field validation fails by using the following: $('#myform').validate({ rules: { client_name: { required: true }, client_email: { required: true } }, messages { client_name: { required: function() { showBigRedCross('client_name');
append with Paul Mucur's jquery_example
Please provide an example of how to append an example to existing text using Paul Mucur's jquery_example plugin. If I have 'ABCD' in a text input field, how can I append an example of '1234' to the existing text? Very much a novice here. Thanks in advance.
View full-size image using Cycle plugin
Aloha! I thought a nice feature to have with the Cycle plugin would be a link or button that allows you to view a larger size or detail image of whichever image is currently being viewed. In my implementation, I am also using the overlay feature of the jQuery Tools plugin to display the larger image, no conflict. The issue I'm having is that, while the overall functionality works as expected, attempting to launch an overlay of a larger, detail image that corresponds to the relevant image in the Cycle
Twitter Keyword Re-Direct
Hi Guys, I hope this is the right place to post this, im a bit of a noob. Basically I have a twitter plugin that I have set to display one tweet. It works great, but what I would like to do is have my page re-direct if I tweet a specific keyword. For example, if I tweet "Systems OK" then it re-directs to another address within a few seconds, but if I tweet "Systems Down" then the page stays put. Any ideas how I would go about doing this? Below is the plugin im using: <script type="text/javascript">
How to attach suckerfish to an already existing top menu.
Hello, I have a top menu already configured on my website. All I want to do is have the sub items fade in or drop down from the top menu buttons. I downloaded suckerfish but do not want to replace my menu entirely, just add some effects. Please help this total noob!!! Thanks! paul
tablesorter question
I am using tablesorter and would like to sort house addresses like: 9400 Main St 9402 Main St 9404 Main St 8800 Side Dr 8802 Side Dr 8804 Side Dr However, because of the digits, it wants to sort numerically first. Is there a way to sort on the text first and then the number and keep all in the same cell? Much thanks!!
jqFancyTransitions Help Needed
Ok guys, got a bit of a problem here and don't know where I'm going wrong. Here's the page in question: Test Page Now what's happening here is there are three php require statements on this page: One calling the file jsref.htm (.js and script reference) One calling nav.php (the navigation menu) One calling homegal.php (jqFancyTransitions Gallery) "jsref.htm" is where all of my .js references, and actual scripting is located. "nav.php" is my jQuery navigation menu that seems to be working great (referenced
bordered round corners for ie
The example on the page at http://jquery.malsup.com/corner/ contained this code for round corner ui element with border: $(this).corner("round 8px").parent().css('padding', '4px').corner("round 10px") but if it is replaced with this: $(this).corner("round 8px").parent().css('padding', '1px').corner("round 9px") the upper corners don't show right for internet explorer 8, they are ok with other browsers. I had that in my project first and then I wanted to know if I can reproduce the behavior with the
Cycle "end:" option - implementation confusion
Hello, I'm using Cycle to display a non-wrapping intro slideshow with which I would like to use the "end:" option to fire a callback function. The cycle website's option reference says that the "end:" value is a "callback invoked when the slideshow terminates (use with autostop or nowrap options): function(options) ." The desired result is for the slideshow to terminate, then fire a function that takes the browser to a new page. Sounds simple enough, and the "end:" sounds like just the ticket...
Tooltips using an image for each row of a table
Hi there I am using the Bassistance Tooltip 1.3 plug-in and I would like to have a tooltip that shows an image for each row of a table. At the moment, only the tooltip image of the first row comes up. The images for all the other rows do not come up in the tooltip. I am using the following HTML code:- <tr class="alt"><td width="8%"><img id="propthumb" src="../modules/directory_images/dubai towers 1 (Small).jpg" width="60" height="40" /></td><td><a title="Edit this property" href="admin.asp?Action=EditPropertyForm&DIRid=63">Apartment</a></td><td></td><td>Newbury</td><td
Drawing Table with FixedHeaderTable plug-in. Performance issues in IE
I am using the fixedheadertable.com plug-in to create a re-sizeable/scrollable table. Unfortunately, it works great in FF but performs pretty slowly in IE. I am hoping to figure out a way to make it work, as I am a new JQuery programmer and this seems rather complex. The data in my table is dynamically obtained from groovy/grails framework. The page loads significantly faster when I put the JQuery code near my </body> tag. However, my table initially draws without the plug-in formatting...which
RSSParsing images
Hello I tried many jquery rssparser but none of them showed images. Could you please provide me a RSS parser which shows images as well? Regards Altaico
Cycle Plugin Pause after element fades out but before cycle fades next image in
Hi All, I'm a bit new to jQuery but am loving it so far.. especially the cycle plugin. I have a strange problem that I've not been able to find the solution to anywhere else. Everything works just fine with the exception of one issue thats causing me problem. I'm using cycle to control 3 different fading animations on my page. On 2 of the animations I'd like to pause cycle after the image fades out for a few seconds but before cycle fades the next image in. The catch is that I want the timing
jQuery caret plug in no funciona para nada?.
Usando el jquery.caret.1.02.js no se que es el asunto, pero parece que la posicion del cursor en un area de texto (<TEXTAREA></TEXTAREA>) es preciso dependiendo de si el usuario tiene o no señalado un rango de texto. Si el usuario tiene el cursor en una posicion especifica sin señalar un rango de texto, falla. Tambien parece que dependiendo de eso asi respeta los saltos de linea o no, pues si se tiene el cursor en la primera linea del area de texto se obtiene la posicion exacta del mismo, sin embargo
Ajax file upload plugin
Hello all, The forms in the project I am working on submit via .ajax(), however this leaves the problem of uploading files. There are a number of AJAX upload plugins out there and I'm not sure which one to go with. Valums seems like a good one however it has not been updated in over a year so I'm not sure if I should go with it. If anyone could suggest a good plugin to use for AJAX file uploads I would very much appreciate it. Thanks much!
syntax of the option "jQuery Cycle Plugin"
Good day, I ask for help. I would like to "jQuery Cycle Plugin" change the picture every 15 seconds, and the random selection of images. I understand the syntax of the options is not good. (I am still learning) I can someone post the command line? Thank you Sven Harms
jQuery cycle > stop cycle when get to last item
Hi everyone ! I'm using the jQuery cycle plugin combined with the 'touchwipe' class on Ipad and i need to stop the cycle when the last item is reached. Can anyone help me on this? Here's the code. Cheer! $(document).ready(function() { $('#docs-list').cycle({ timeout: 0, fx: 'scrollHorz', }); $("#docs-list").touchwipe({ wipeLeft: function() { $("#docs-list").cycle("next"); }, wipeRight: function() { $("#docs-list").cycle("prev");
Scrolling slideshow
Hi all, hopefully this is the right place to ask. I'm looking for a plugin for a slideshow that will have this effect: When you click on the arrows it will move the next image to the center. clicking on the center image will bring up a larger version below with associated info. I can't seem to find exactly what I'm looking for. Anyone got any ideas? Cheers
PHP AJAX
Hello, i need some help with PHP and AJAX. i am using jquery form plugin and i need to develop php script . i dont know how to get the submitted data and how to return success message.
Progress Bar image is not getting displayed in Google Chrome
Hi, Recently I have used "jquery.progressbar.1.1" to display a progress bar. The orange image(progressing image) is displaying in IE and FireFox but not in Google Chrome. Below is the code snippet <table border="0" cellpadding="0" cellspacing="0"> <tr><td id="inProgress" >File upload is in progress...</td></tr> <tr><td style="padding-top:2px;"> <span class="progressBar" id="spaceused1" style="display:none;"> 0% </span> </td></tr> </table> <script type="text/javascript"> jQuery(document).ready(function()
cycle: fx:'none' when linking from external control
why I never got a response here.. http://forum.jquery.com/topic/cycle-fx-none-when-linking-from-external-control thank you..
Cycle showing <pre><code> code as a slide!
I know I'm doing something wrong - but I'm very rusty on javascript - so I can't see the problem. The code executes nicely in the site and the pictures/text show up where and how they should - It's just that I'm also getting some code as a slide! In the <head> I have: <script type="text/javascript"> $.fn.cycle.defaults.timeout = 8000; $(function() { $('#contentLeft pre code').each(function() { eval($(this).text()); }); }) </script> In the site HTML portion: <div id="contentLeft">
Dropdown Menu (Superfish) overlapped by Dynamic Content Gallery in Firefox.. need help!
Hello, I'm developing a website right now for a client -- http://iloveomfg.com/ . Issue: On the homepage, the dropdown menu for "cities" (hover over "cities") gets overlapped by the Dynamic Content Gallery (DCG), which as a result cuts off bottom portion of the dropdown. Dropdown Menus are using Superfish. The issue only occurs in Firefox. It works fine in IE, hovering over the top of the DCG slide (weird, right?). - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
masked input plugin android problem
Hi, I have been using the masked input plugin for jQuery for a long time. http://digitalbush.com/projects/masked-input-plugin/ I never had any issues with the plugin until yesterday I got a support ticket regarding the plugin behaving erratically on the Droid phone. I am able to reproduce this problem using an emulator. The caret is not behaving correctly. Does anyone have similar problems? If so, have you found a solution?
SimpleModal & chaining events on close
So, while I see onClose can be used to trigger events, I can't quite seem to figure out how to close a modal that's already open, then open another, different one when a particular link is clicked, while still retaining the original modal's normal close behavior when it's closed otherwise. Suggestions, please?
Continuous/constant scrolling both forward and backward in the same scroller
Hi! I was wondering if someone could help me on the way, to make a scroller that could scroll continuously/constant both forward and backward (from left to right and right to left). The instance shouldn't scroll unless holding down a link (arrows left&right) outside the scroller. (using onmousedown and stop onmouseup) and it would be great if it's not possible to scroll past the last and first item. (i don't want any empty space) But I guess I could do that with offset and exclude (: I don't have
Looking for a select list box containing DIVs
Is there a jQuery plugin that will create a list box where each item in the list box is a DIV container with other elements?
TImers Plugin "Too much recursion" on oneTime function
While it works, I'm getting a "too much recursion" error using jquery.timers.js. Version: just downloaded 8/26/10. Code that's causing the issue: <script> $(document).ready(function() { // This will hold our timer $(document).oneTime(3000,"",function(){window.location="/hpn/public/index";}); }); </script> Not a biggy, just reporting the issue. Thanks, John
new canvas slideshow
Hello, i just finished building a canvas slideshow plugin and want to know if you like it or what kind of feature must be added. I'm writing an howto on how i build it (still in progress) you can find all on my blog
[Validation - bassistance.de] - Rule sets? Remote data / error messages? and a bit of praise.
First of all, for Jörn, thanks for all the work you put into this plugin; no validation plugin will ever suit everyone's needs but this one comes damn close; excellent work. Now for the questions. 1. Is it possible to have a custom rule set with custom error messages? preferably one that's called by an attribute value? or what would be the best way to implement that? For example (something like): // Script jQuery.validator.addRuleSets({ rules: { customRule: { required:
Next Page