Timer plugin?
Hi all, I've started a project based on jQuery 1.4.2 that will be doing some periodic AJAX updates to pages. Is the timer plugin that shows up on the jQuery plugin still valid to use with jQuery 1.4.2? I ask because it talks about being used with jQuery 1.2 and was last updated in 2007. Thanks in advance! Doug
Using jQuery Form Validation With
I am trying to create some custom form validation within jQuery. I have three text boxes on the page. The rule I am trying to implement is only one of these three text boxes needs to be filled out. It doesn't matter if the user chooses to fill out only the second, or only the third, or only the first - just that at least one is filled out. Does anyone have any suggestions on how to do this? Thanks very much for the help.
open new url at end of a slideshow instead of re-start the plugin
Hi, I'm using this rotator plugin for a slideshow. http://www.sohtanaka.com/web-design/examples/image-slider/ It owrks fine, but I need at the end of the image slideshow (in that example, the fourth one) NOT to re-start all image sliding, but to go to another page. I modified the rotator js adding a "get" instruction, but nothing happens. No other html page opens. What's wrong? $(document).ready(function() { //Set Default State of each portfolio piece $(".paging").show(); $(".paging a:first").addClass("active");
how to get video/ image from given URL?
Hi, Im asking about a Plugin that extract videos and images from given URL to embed them in to my web site? for any given URL not only for youtube/ Flikr.
help in jquery datepicker disable previous dates..
hello jquery gurus... i have a question regarding on jquery datepicker..how can i disable the previous dates so that it can't be click anymore.. suppose today's date is 03/29/10 so the dates before 29 is disable anymore..cannot be chosen. this is the code that i have.. <script type="text/javascript"> $(function() { $('#check_in_date').datepicker({minDate: new Date(2010, 1 - 1, 1), maxDate: new Date(2011, 12 - 1, 31), dateFormat: 'm/d/yy' }); $('#check_out_date').datepicker({minDate:
Lightbox clear:both css
Hi, on my website is started to create I want to use lightbox: http://www.frederikvaneverbroeck.be/ unfortunately when I click on my image the lightbox shows up below my website. I thinnk it might have something to do with the clear:both I use, cause when I delete that it shows higher to the first clear:both I've been using...
Setting initial sort direction on click - Tablesorter 2.0
I have a table where 4 columns can be sorted. One is sorted high to low on page load. When I click on the other column headers to sort, the initial click sorts low to high not high to low. How do I change this? All the documentation shows is how to do the initial sort direction, but I don't want those columns to be sorted until I click on them, and then I need it to be in the opposite direction to the default. Hope that makes sense!
Tooltip - Hovering from link A -> B
Case: two links with images in it are next to each other. Tooltip setup: $(function() { $('a').tooltip({ track: true, delay: 250, showURL: false, showBody: " - ", fade: 350, opacity: 0.8, top: -30, positionLeft: true }); });Now if you go from link 1 to link 2 then it will fade out link 1 and delay link 2 it directly shows the title of link 2 in the tooltip eventhough still
UI that can connect two dialog boxes by a kind of a wire like in Yahoo Pipes
I am a new student who is interested in jQuerry. In yahoo pipes it has the ability to connect their data feeds items(like dialog boxes) in a manner of pipes. So is it possible to do that in jQuerry .I mean to make a graphical connection between such two dialog items.Or is there an existing plug in to do that. If not can anybody give me some guidance to do that.? Thanks in Advance
History plugin jQuery 1.4.2
Hi all, What's the recommended history plugin to help AJAX applications handle the browser back button? Thanks in advance! Doug
How to use plugin ScrollTo
I got problem with ScrollTo, i created very simple page: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Untitled Document</title> <link href="styl.css" rel="stylesheet" type="text/css" /> <script src="http://maps.google.com/maps/api/js?sensor=false" type="text/javascript"></script> <script src="jquery-1.4.2.min.js"
Validate plugin, dependancy question
HI, I'm just now learning how to perform form validation using the jquery validate plugin. i was wondering, how can i get the code below to work? i have a field that is required, but not required if the USA option is selected or the first option is selected from a <select> menu. prodImport: { required : function(element){ return ($('#prodCountry').val() != 'USA' || $('#prodCountry').val() != ''); } }Thank you!
jQuery Conditional Validate
Is it possible to do a JQuery Validate on a field only IF a certain value in a combo box on the same form is selected?
[validation] Validating two interconnected text inputs
Hi all, I use the excellent jquery.validation plugin I have the following question. I have textbox a and textbox b. For b i have an ajax validation depending on textbox a. Now i have a problem. When i insert a value in b which is incorrect for a certain value of a,then i get an error in the ui(which is great), and then i fix the value in textbox a, i have somehow to revalidate the textbox b. Otherwise the error message will remain next to b and i can not submit How can i make it? The example of
jQuery Checkbox and Radio Button Replacement does not work with UI 1.8
I really love this plugin for checkbox and radio button replacement: http://www.protofunc.com/scripts/jquery/checkbox-radiobutton/ Except that it seems it no longer works when using jQuery UI 1.8. The script doesn't throw any errors, yet it doesn't work either... I'm not sure if this plugin is still maintained or not yet I haven't been able to find an alternative plugin that works as nicely as this one does. Does anyone have an idea on how this plugin might be updated for jQuery 1.4.2 and UI 1.8?
jquery.timers.js - updating variable and passing it each loop
Hi I'm using jquery.timers.js and not really understanding variable scope in jquery. I've found lots of demos where the timer count is updated and passed to the next iteration of the timer but a) I don't understand where it's being updated and b) I can't seem to replicate that with another variable. Here's what I have, a page with a div with id="live-player-1", trigger() is called on my page and then I attach the function in everytime to that div. I'm trying to create a generic function, checkForLive(uri,
Using MultiFile to automatically submit via JQuery Form
I wanted to find a way to upload a single file*, in the background, have it start automatically after file selection, and not require a flash uploader, so I decided to utilize the very useful jQuery.Form and MultiFile plugins together. Since both work perfectly when used individually, I'm sure the problem is my own. I just don't know what it is. Just using MultiFile, I define the form as follows... <form id="photoForm" action="image.php" method="post" enctype="multipart/form-data"> The file input
Superfish Menu - works in some IE7 but not others
Superfish looks fine in Safari, Firefox, IE8 and some IE7. My brother and I both use the same version of IE7 and it looks normal in mine and in his the horizontal menu words all run over each other. If I spread them out to a 100% length, there are very strange separator elements showing up. I've attached a screen shot of the messed up IE7 version...again, my IE7 looks fine. I've also added the recommended z-index fixes found elsewhere in these forums. I have spent far too long on this and am past
Galleriffic very slow
I`m using the Galleriffic (http://www.twospy.com/galleriffic/) plug-in on my website. But it is very slow because i have more than 300 photos on each gallery. It creates the thumbnail of all photos before show it. I would like to show it after each 6 photos. Could someone help me? Thanks.
Autocomplete
Whilst I've used Jquery extensively, I cannot get the extraParams to work for autocomplete. I am using jquery 1.4.2 with all the latest ui libraries for ui core, widget, position and of course autocomplete.js. I am loading data from the server and use the following to initialize the element. $("#emake").autocomplete({ url: "smartmake.php", extraParams: {task:"make"} }); Debugging, it takes me through to
tablesorter and numeric values not working- is there a functioning alternative?
I have a standard table with a bunch of numbers and a call to tablesorter like $("table#projections").tablesorter({widgets: ['zebra']}); However, randomly, and most of the time, it sorts values as though they are strings (9 at the top descending, etc). Any idea why this maddening issue happens? The table looks solid: the column(s) in question have only numeric values. Thanks.
how to use more than 1 plugins for same page or site
I am using 2 plugins for same page that is cycle plugin and rounded corner pluging. but when I adds up lightbox into the same page nothing is working. I am using this coding please help me <link rel="stylesheet" href="css/lightbox.css" type="text/css" media="screen" /> <link rel="stylesheet" href="css/style.css" rel="stylesheet" type="text/css" /> <script type="text/javascript" src="js/prototype.js"></script> <script type="text/javascript" src="js/scriptaculous.js?load=effects,builder"></script>
Looking for a plug in
Hi guys. I am looking for a plugin that when a use clicks on a link or a image, a image gallery will pop up and display a series of images. I found a nice popup plugin and a image gallery plugin, but they seem to conflict and can't work together. Anyone knows a good one to use? Thanks a lot.
cluetip horizontal position problem
My clue tips are clinging to the right edge of the browser window. The site I'm working on uses inman positioning and I think it is interfering with the cluetips plugin, but I'm not sure exactly how. My gut tells me it may have something to do with the fact that my triggering elements are inside nested divs that are in turn positioned by percentages (just seems that may create an inheritance problem). I've tested outside of my page layout and my scripting works. Pull it in and the tip box clings
How to load content only when it's needed? (Slide Viewer + localScroll)
Hey guys, first of all: I'm new to jQuery. I used it a few times but the used code was actually quite basic. So if you've got any solution for me it would be great if it could be explained rather easy. Thanks in advance! The problem: I've got this simple HTML website. All the content is on one page. The content div is overflow:hidden so only the current section is visible on the page. localScroll is used to slide to the different sections (in fact: some divs with IDs). What you see when you click
Superfish IE8: 1px bigger
Hi, I'm just working on my first website and chose Superfish as navigation bar. You can find the project here: http://stefan.aiacs.net/Rohr My issue: In FF, Opera, Safari the navigation bar is displayed correctly but in IE8 the height of the Superfish bar is 1px bigger as it should be. So it looks like in IE8 as the bar has a 1px white border on top. I would be very pleased if you could help me. Greets, Stefan
validate plugin prevent to check an existing user in edit mode
I got an user signup form with jquery validate running. This works flawless. Now the thing is: I want edit the user, so the form is populated with excisting data. when I dont alter anything jquery.validate will find an excisitng user and place an error. I want to keep the validation functionality because when i want to change the username it has to check if theres an excisting username and give an eror, excepts for the current populated username field. how do i achieve that? this is my original function
Cycle Plugin - join two options
maybe here will be goot to ask i have: Copy code $(document).ready(function() { $('.slideshow').cycle({ fx: 'fade', speed: 'fast', timeout: 0, next: '#next2', prev: '#prev2' }); $('.slideshow') .before('<div id="nav_up">') .cycle({ fx: 'fade', speed: 'fast', timeout: 0, pager: '#nav_up' }); $('.slideshow').cycle({ fx: 'fade' // choose your transition type, ex: fade, scrollUp, shuffle, etc... }); });and html Copy code
(treeview) cookie based persistence should add a cookie path option
Now the tree-view plug-in use current path to set cookie, it will be more convince if cookie path could be specified. I attached a patch add a option named 'cookiePath' which be used to assign cookie path. By default, the cookie path is '/'. It works for me.
sortable ul nested list - how to allow every li to be sorted only under it's ul and not to move between ul. and when update - i want to serialize only the specific li and his siblings
$(document).ready(function() { $("#test-list").sortable({ items: "> li", handle : '.handle', axis: 'y', opacity: 0.6, update : function () { var order = $('#test-list').sortable('serialize'); $("#info").load("process-sortable.asp?"+order+"&id=catid&order=orderid&table=tblCats"); } }); $("#test-sub").sortable({ containment: "ul", items: "li", handle : '.handle2',
Best directory site for JQuery plugins?
The listings at plugins.jquery.com are cumbersome to read and navigate. It's a long wall of text and all kinds of links and zero images! It will take me ages to check out the plugins. Is there a better plugins directory website where each page has a bunch of ready to run demos so I can quickly check them out. I just want to click on each demo and see the effect and then if I want more info, I click on another link. The way the listings are organized at plugins.jquery.com is boring. You have to
Slideshow with Vertical Thumbnails and Links
I'm searching for a jquery-based slideshow that shows thumbnails to the left or right of the main image (not underneath or above) and also where the main image can be a link to a different page. Does such a thing exist? I seem trapped in an endless loop of Google searches where every "10 Best jquery Slideshows" page just lists the same ones and all of them have horizontal thumbnails and not vertical. Please help!
Validation Plugin Server-Side Message Support
I've got an AJAX call which can return several different response messages from the server based on the kind of failure which occurred. Is there any way with the existing plugin framework to get this working? My current attempt goes something like this: 1. add a custom method with addMethod 2. tie this custom method to my field 3. in the custom method inject the markup into the DOM where i need it in the same manner as validator plugin would have done later. 4. And now I want to ignore the rest
Can jTemplates and tablesorter be used together?
Can tablesorter be applied to a table that was generated using jTemplates? I'm currently getting "TypeError: parsers[i] is undefined" when clicking the "Apply tablesorter" button only after the table is fully generated as shown in the following: <input type="button" name="btnApply" value="Apply tablesorter" onclick="activate()"/> <div id="dvTest"> loading... </div> <script type="text/javascript"> $(document).ready(function() { $.getJSON('clip_info.json', function(msg) { $('#dvTest').setTemplateURL('http://localhost/test.tpl');
timing issue with BlockUI?
I used the following code to register block and unblock. The code is innocent enough. However I found that it does not work with quick ajax calls. I suspect that, if the ajax call is quick, it hits some timing issue in BlockUI, and cause the unblock somehow happens before block (?) - as a result, the dialog never goes away. (It does work for most of my pages and ajax calls, but not one that makes a quicker ajax call.) <cc1:ToolkitScriptManager ID="ScriptManager1" runat="server" EnablePageMethods="true"
complex/nested tags inside wrapper
Hi all, I'm having trouble setting up the validator plugin in a form. The form has a table (displaytag). One of the columns inside the table is a textbox that must be validated. I have setup the validate plugin and it works fine. The problem comes when I try to place the error message in a line below the ofending line. For this to be achieved correctly I need to enclose the label inside both a tr and td tags. I have tried using the wrapper option, but with it I can only add one of the two. Adding
Validate Plugin, Using Classes
As a quick test today I just did $(".fields").rules("add".... etc. Now, this works for the first HTML element in the set, but it doesn't work for the rest. I'm dynamically adding/removing rules. I'm assuming that it just applies the rule to the first element in the set, but preferably I'd like it to work for all elements that use that class. Perhaps this could be a bug? Or perhaps I'm using it incorrectly. If anyone could confirm this I'd be grateful. Thanks.
AutoFill Text Box
I'm looking for a textbox Auto-fill script NOT an auto-complete script in jQuery. Here's is how it works: 1) Radiobutton and textbox on the page 2) Click the radio button 3) Auto fill text box with radio button value (or value defined in js) Here is a version is just JS: function autoFill(input,output){ document.forms[0].elements[output].value=input.value; } Here's the radio button onClick code: <input type="radio" onclick="autoFill(this,'txtDoorStyle')" value="Door Half Transom (011)" name="doorstyle">
Help with jquery cycle plugin
Hello, see this page : http://www.pierrard.be/internat/3/internat-horaire-de-la-journee I have a problem with the second jquery cycle div at the bottom of page. Each time I clic on next or prev link, the page go to top. I want to cycle and to stay at the same position. Other problem : each time the page is loaded, the left menu show (animate). How force the menu to stay hidden at page load (when I clik on the menu items etc.) OK now : corrected in the CSS file Thanks for the help !
How to personalize and configure correctly the jcarousel for circular navigation
Hi everybody: I am relatively newbie in jquery and javascript, I want to personalize my carousel to get one circular and with the heights and the width of the image wider, how can I do this, I have seen the the examples of sorgalla web but I need the circular carousel has the images inside the li tag and to be loaded in javascript like the example. Could you help me please ??? Regards Ariel
Next Page