Making old plugins work with 1.4.2
Hi there. I currently have a couple old plugins (autocomplete 1.1 by Joern Zaefferer - json version, and datepick by Keith Wood) that do not work with 1.4.2, but do with 1.3.2. I'm wondering if it's possible to somehow force or modify them to work with the new version of jQuery. I know they both have new versions, and are now a part of jQuery UI, but I can't seem to get the UI versions to work. UI also seems more bloated than I need, for just a few functions. Any help would be greatly appreciated.
Validation plugin use diff css classes for certain error messages
i'm using this great plugin, but the prob for me is that all error messages have the same class added to them. due to the layout of my form, i need to be able to move some of the error messages around in diff ways. i'll bet there is a way to add a diff error class to elements based on their id or class or whatever, but not sure how to do so. any ideas?
jQuery Validation Plugin Separate Error placements
Still on this plugin... http://bassistance.de/jquery-plugins/jquery-plugin-validation/ I have a form (of many) that I'm trying to display the error messages for. But the catch is that I don't want all of them to be displaying using the same errorContainer. Some elements I want to display the way the default is set to display, as a label appended to the invalid element. But there is a block at the bottom that I want it to show all of those elements' errors an an Error container I have set aside for
Tablesorter sorts some floating point numbers incorrectly
If I build a table containing 1.9, 9.9, 15.9, Tablesorter does the right thing when I click the headers. If I instead use the values 1.0, 9.0, 15.0, it incorrectly sorts them as 1.0, 15.0, 9.0. Have I gone crazy? I'm using jQuery 1.4.2 and Tablesorter 2.0.3. Here's some HTML that demonstrates the problem: <html> <head> <script src="public/javascripts/jquery.min.js" type="text/javascript"></script> <script src='public/javascripts/jquery.tablesorter.min.js' type='text/javascript'></script>
corner.js plugin, keep getting shadow behind the round area?
Hey guys, I would normally not bother with IE, but sometimes it is demanded, so trying to get round corners going here. Using Mr. Alsup's corner.js plugin, here is the code I call it with, <script type="text/javascript" charset="utf-8"> $(document).ready(function() { $("#header").corner(); $("#wrapper").corner(); }); </script>But I keep getting a 'shadow' or something behind the newly made roundness. Does that make sense? Here is a screenshot for visual funzies. ;) Thanks guys.
jQuery.Validate Issue
I get the following error when focusOut is enabled: validator.settings[eventType].call is not a function on line 305 of the uncompressed version. Here is my Validation Code $('#RegistrationForm_NewRegistrationForm').validate({ rules: { FirstName: "required", Surname: "required", Email: { required: true, email: true }, CompanyName: "required" }, messages: { FirstName: "Please include your first name.", Surname: "Please include your last name.", Email: "A Valid e-mail address is required for login.",
A plugin for this type of menu?
I am searching for a plugin for always visible footer menu. Something similar to cnet.com's footer menu. Any ideas?
[jQuery Validation / Validate plugin] How to tell if validation has been run?
Hi there, I have a field ("A") that I'm displaying and hiding based on the value of another field ("B") If field A is displayed, it must contain a value. When it is programatically hidden, its value is blanked out. My issue is this: when I hide the field, I want to run the .valid() method on it, so that it clears any error that may have been displayed if it failed validation. However, I don't want to run the .valid() method on it before the form is validated, because that may prematurely display
JQzoom
Hi All, I'm using the jqzoom plugin for a website only i want to modify it. I want to make that if i am a specific tab that then the jqzoom is active! How can i accomplice that, my website is http://jaapvandiggele.com/demo/ and i want that jqzoom is active when the tab preview is active. Can someone help me with this. Greetz
blockui - chrome issue
Hello Guys, I'm using the blockui (ver. 2.33 (29-MAR-2010) ) and am facing some problems on Google Chrome (version 5.0.375.70 and 5.0.375.86 for Windows XP). The problem is when the blockui is fired and closed the scroll bar of the container changes its colour to black and red, kinda Photoshop's effect called "solarise". Did anyone face this problem? Is it any known Google Chrome issue? Thanks in advance, NOTE: I couldn't reproduce it on Google Chrome ver. 5.0.375.99 for Ubuntu Linux. Esteban Acosta
[BlockUI + Growl] conflict when using JQuery element as message.
Hi, I'm using BlockUI on my current project, both in the traditional sense to block on a particular element while waiting for the user to make a decision, and also using the easy Growl implementation to display messages to the user which occur asynchronously from user activity (incoming messages from the server, etc.). I've found a conflict whereby if I call: $.blockUI({ message: $('#blockWarning') }); Having previously called: $.growlUI('Some message'); Calling $.blockUI when the GrowlUI message
looking for a plugin for framed art
say i have 1 art image and 3 frame choices. i want to have the art image stay in the background, when you choose your color frame the frame changes. any quick ways in doing this? cheers.
jquery galleria problem
hey i know that is probably an easy fix but i added this gallery to my site and was able to edit it enough to work perfectly for me including the dimensions of it... except when i upload it to my surer the dimensions go back to the default ones, it doesn't seem to use the ones in the CSS if any one could help me with this it would b perfect thanks :)
Tablesorter - parsing long date format
Hello, new to Jquery, so please forgive ignorance. I've made an attempt at adapting the following date parsing function for a longer date format - http://www.bishless.com/blog/2010/02/16/custom-date-parser-for-jquery-tablesorter/ The date I am trying to enable Tablesorter to parse and sort correctly is in this format - Tue 29th Jun 2010 ~ 14:54:10 Currently the first hit is returning null, so the pattern matching is failing outright. I haven’t included the time, hoping that this won’t matter for
Jquery File Tree
I'm using jquery file tree and was wondering if anyone knew how one would go about expanding the first nodes upon load? http://abeautifulsite.net/2008/03/jquery-file-tree/
Superfish issue
Hello people! :D I'm using a superfish jquery module as my site's navigation system, which can be found here. You can see it live here (it's the vertical menu on the left). Well, If you hover for example on the 1st item "Έπιπλα μπάνιου" it's submenu will expand, if you move the pointer to the submenu's items (or else if you move the pointer out of this 1st item), the text color will change. This sounds normal but in this case it results in the parent item not being visible due to it's background.
jquery json suggest plugin
Hi, I’m using ajax to retrieve data from server to suggest, and i dont know how to wait until ajax is ready. I’m using jsonp with no synchronous support var result; (‘input#input’).jsonSuggest( function(text, wildCard, caseSensitive, notCharacter) { var surl = ‘http://myurl; $.ajax({ cache: false, url: surl, dataType: “jsonp”, jsonp : “callback”, success: function(data) { result = data; } }); return result; }, {ajaxResults:true}); Result is returned before ajax is completed so it’s empty I tried
Datepicker plugin, noWeekends, validation error message.
Hi, Using Keith Woods fantastic datepicker plugin. I've got a textbox setup with the datepicker enabled, using the noWeekends options, and also the datepicker validation dpDate rule. This works fine in that can't select weekends, and get an error displayed when an invalid date is entered. Is it possible to have a different error message when a weekend is keyed into the textbox? Currently, if a weekend is keyed, the standard "Please enter a valid date" message is show, same as if I key 99/99/9999
cycle plugin -- error: unknown transition..
hi, I've been running this test cycle plugin slideshow now for over a week.. http://mayacove.com/cycle/cycle.html but starting today all of a sudden am getting this error in Firebug console: [cycle] unknown transition: scrollHorz ; slideshow terminating even if I switch to transition:'none' I get error: [cycle] unknown transition: none ; slideshow terminating I haven't changed anything, I don't get it.. I don't get these errors in this one, http://mayacove.com/cycle/photos_cycle.html thank you..
hide link "next" at last slide, "previous" at first slide....
hi, for a manual slide show, am trying to hide "next" link when it reaches last slide... $(document).ready(function() { $('#slideshow').before('<div id="nav">').cycle({ fx: 'scrollHorz', timeout: 0, next: '#next', prev: '#prev', pager: '#nav', end: function() { // both following lines are ignored... console.log('end'); $('a#next').css('visibility', 'hidden'); } }); }); and how would I hide "previous"
using blockUI without inlining markup
I have a rather complex chunk of markup, which pops up as a model dialog. Im trying to achieve this with blockUI, but all the examples Ive seen requires me to pass the markup in javascript, when I call blockUI() Is there a way I can just say $.BlockUI("#block_everything_except_this_div_id") ? Thanks
Need help extending Ad Gallery plugin
I am in need of a basic product display that is controlled by two separate thumbnail lists (photos and videos). This isn't too difficult to accomplish by itself, but I really like the way the Ad Gallery plugin functions and I would like to try and extend it to fit my needs. I have been able to make some modifications to the plugin... but am not sure how to accomplish the addition of a separate thumbnail set that also changes the contents of the main image container and am also not sure how to suppress
Transforming change function to validator addMethod rule
Ok, so I wrote this function to be a change event applied to a checkbox. Now it is apparent I need to use it as a custom validator method, so it runs when you hit "Next" to step through the form. I have all that working, I just can't get the syntax of the rule right. Here it is as a change event: $('#MKDPT').change(function() { if ($('#MKDPT').is(':checked')) { var checked = false; var ckd = ['AMX1N','BMFNP','BMFNB','CFE1N','CBEXR','CBT1','CBTQL','CME1','CMEQL','CMX1','DCMX1','DMERT','DMEDL','ERX1N','ERXXN','EXC1N','EXD1N','EXR1N','EXI1N','IPE1','KCB1','LME1','DLME1','MPL1','NDQ1N','NDQL2','CEC1','ICEFI','NYM1','DNYM1','NYMQL','NYS1N','NYSLM','PNK1P','PNK2N','SMX1','CNC1N','CNS1N','MTL1N','MTL2N','WEA1'];
Google map not loaded completely within Expander jquery plugin
Hi all, I need your help,Actually i am trying to use google map within a expander(Jquery plugin) and my problem is that when i expand my content using read more link google map is not completely loaded see the snapshot When i did some investigation i found that google map is made up of small images and here all images are not loaded thats why this problem is coming. SO PLEASE TELL ME WHAT TO DO PLEASE REPLY AS SOON AS POSSIBLE >>>>>>>>>>>>>ITS URGENT
Datepicker OnLoad PHP - Help ASAP please.
First off sorry for demanding fast help. I just need this last part of the project to complete it hopefully today. Ok I have datepicker on my site with two extra text fields. One id date to show the date the user selects the other two are 1) startdate and 2) enddate these two get the start fo the week and the end of the week for the week that date falls in that the user selects. This works great when a user actually selects a date, however is there anyway for these other two fields to load upon
Validation; multiple validate() for a single form
Hi, I've many dynamic form on my current project. One if them have a two radio button, acting a little bit like tabs. If you select the first radio, the end of the form change to display the "branche #1", and if you select the second radio button, the end of the form change to display the "branche #2". Let recap with dummy code: Common field 1 [textbox1] Common field 2 [textbox2] Common field 3 [textbox3] Account type: [radio] Buyer //buyerForm.show() [radio] Seller //sellerForm.show() <div id="buyerForm">
staggered load - JS equlivant of CSS FOUSC?
I have an interface with a good deal of jquery and when it first loads, it staggers, loads without stacking. Then it sorts itself out. Reminds me of FOUSC only JS instead of CSS. Have you noticed this sort of behavior elsewhere? Is it normal? Just a current version of IE irritation that should be ignored? Use jQuery to hide the whole thing until loaded? Demo at http://www.archernewmedia.com/test It utilized progressive enhancement. Any thoughts appreciated.
Getting a value from a parent function?
Hello all I am slightly confused, usually I can just find the answer from digging around the net and experminting but not this time! $('.result').tooltip({ track: true, delay: 0, showURL: false, showBody: " - ", extraClass: "tip", fixPNG: true, left: -120, bodyHandler: function() { return $(this).$('.tooltip').html(); } The bodyHandler
Validation; how to use a custom position for a specific error ?
Let say I have the following form. I need to put the error message of the checkbox a bit differently from the other element. The point is that I don't want the error message between the checkbox and the text. Let say I have: Name: [textbox] error here (required) Email: [textbox] error here (required + email) Interests: (at least 2 checked) error here [checkbox] Foo [checkbox] Bar [checkbox] Bla [checkbox] Blu Right now I have this code: $().ready(function(){ $("#signupForm").validate({
Value is null when using autocomplete
I am having the following: <script src="../Scripts/jquery-1.4.1.js" type="text/javascript"></script> <script src="../Scripts/jquery.autocomplete.js" type="text/javascript"></script> <script src="../Scripts/localdata.js" type="text/javascript"></script> <script type="text/javascript"> $().ready(function () { $('#<%=txtEmail.ClientID%>').autocomplete(emailExtensions, { multiple: true, mustMatch: true, autoFill: true
SlickGrid 1.4 is out!
PROJECT PAGE: http://wiki.github.com/mleibman/SlickGrid/ Download - http://github.com/mleibman/SlickGrid/zipball/1.4 Changelist - http://github.com/mleibman/SlickGrid/compare/1.3.2...1.4 NEW FEATURES: - Performance improvements accross the board - Numerous bug fixes - New examples - Support for truly unlimited numbers of rows on all browsers - Detached editors support with positioning helpers - Undo/Redo support for cell edits - Cell highlighting & flashing - Updated to jQuery UI 1.8.2 and removed
jQuery Form Plugin and back button
Hello, Can anyone point to examples of the jQuery Form Plugin with "back" button functionality enabled, whether by the bbq plugin or anything else? Thanks.
SlideViewer 1.2 - autoplay?
Hello, Iam currently using SlideViewer 1.2 in my Magento website. It works perfect, but the costumer wants the SlideViewer to autoplay. So i thought, i get another jQuery but they all conflict with the Magento javascripts. So the only solution seems to create the autoplay within the SlideViewer 1.2 Maybe there is an easy way to create this? Also it would improve the original SlideViewer allot, maybe for the 1.3 version of it? Anyway, this is the javascript i use in my template: <<<<<<<<<< <script
control the listnav plugin by external url
Hello, I'm using the listnav plugin to demonstrate a small glossary. Is it possible to control the list by an external textlink? Or is there a better way to build a glossary in which the adequate item can be reached from an ext. url? Thanx for help.
jqTransform checkbox Click Problem with IE
Dear jQuery Profs, hope that someone is familiar with this curious behaviour of the ie: After jqTransform (-ation) only the first click on a Checkbox is shown, after that it ever needs 2 clicks to unmark the checkbox and 2 clicks to mark it again. In FF its working as it should be. Would be very thankful for some hints...
How can I change the default sprite image given in the treeview ?
I have two icons, one for expandable and other for collapsible. How can i use these in jquery treeview. I dont have to use the default sprite image given in the sample
cycle plugin IE problem -- .cycle() method messes up div to which it's applied (ONLY in IE...)
http://mayacove.com/cycle/photos_cycle.html pls compare this pg in FF and IE.. I had thought it was a z-index problem with IE, but it's not.. if I comment out all this code.. $(document).ready(function() { $('#photos').cycle({ fx: 'none', timeout: 0, next: '#next', prev: '#prev', after: onAfter }); then bg (none, i.e, transparent) of div#photos div is ok... but as soon as I apply .cycle() method to it, in IE div#photos acquires a white background..
Gallery+scrollbar+light box
Hello, I need a gallery with thumbnail's slider with scrollbar and lightbox for big images. I tried this component: (http://flowplayer.org/tools/demos/rangeinput/scrollbar.html) but when I use it in my code (with an other jquery script for the lightbox)it don't works and appear an error: Message: property or method not supported by the object Linea: 177 Carattere: 1 Codice: 0 URI: gallery_scroll.php Here the code: <code> <head> <script type="text/javascript"> $(function() { $('#gallery
Nesting Accordian inside tabbed Content
Hi I am very new to jQueryUI and have come accross a problem I am unable to sort out, I was wondering if someone could help me out? When I try to nest the accordian inside a tab the accordian stops working? I don't get any js errors so I suspect it is CSS related? <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
Autocomplete - only first letter of each item in dropdown list
Hi all First of all, great thank for this fine plugin ! I tried to use it in my app and I only have the first letter of each item in the dropdown list. So it is very difficult to select the good option ! I have search any information in these forums about this trouble, but no success. Here is my js code : $(this).autocomplete( url, { delay:0, minChars:0, width:135, scroll:true, scrollHeight:150,
Next Page