jquery.summarize - with only 1 element, erroneously shows "more" link
Working with the jquery.summarize plugin , with which you designate a # of child elements to show, hiding the rest, revealed / hidden with "more / less" links. I have this script working beautifully except when designating to only show 1, and there is only one child element, the "more" link shows for that one too (it will hide on click). If anyone has worked with this plugin and knows a fix for this, I would hugely appreciate it! It's a show stopper.
Problem extending DOM elements with $.extend()
I ha a problem extending DOM elements with the $.extend() function. My code is: var lClass = function myClass(){} ; lClass.method1 = function(){alert('hello world');} lClass.property1 = "hello property1"; var lObj = $("#elementId"); $.extend(lObj, lClass); lObj.method1(); //this works fine $.extend($("#elementId"),lClass); $("#element").method1(); //this is supposed to work but it does not My question is. Why the function $.extend() does no extend the $("#elementId")? Is there any way in jquery to
tabelsorter accessibility issues
Hi Is there a way to make the tablesorter more accessible? I want to implement it in a website so users can manage the tables by using reading machines (jaws) or by keyboard. is there an a known accessible API for the tablesorter? Thanks Rani
Random Accordian Problem in IE
I woke up this morning to someone screaming in my voicemail saying their menu navigation wasn't work. i looked and sure enough and IE6,7,8 problem had just cropped up - seemingly overnight. Nothing wrong in firefox, nothing wrong in safari. i haven't messed with this jquery code in a few days and this had been working as of yesterday. http://www.jeffersonprep.com is the problem notice that the exact same problem is not occuring on the demo site I set up on my server http://jprep.matthewos.com even
Jquery Validation maxlength, required?
I am having trouble with adding a maxlength rule to a textbox that is not required. When I call the valid function on this item, it is returning false. ....TextBox1").rules("add",{maxlength: 40, minlength: 0}); Which is returning invalid here when nothing is entered. It is also not yielding an error message. ...$group.find(':input').each(function(i, item) { if (!$(item).valid()...
problems in ie running my new plugin
Hi, I'm trying to develop my first jQuery plugin. When i run it in Firefox, all is ok ! but ie give me problems, and indicate that the problem is in de jQuery library- just in 4166 line of jQuery 1.4 the same problem in line 1061 of jquery-1.3.2. I edit the code and it talk about opacity. In my code i don't call opacity properties in jquery. And i cancel all css opacity propertis. and nothing, not run in ie. I'm not an expertise developer, and i don't know what to do now. some help? Thanks. Avel.
Boxy hide parent
[repost as original stuck in moderation I think...] Hi, I am using the Boxy plugin for some modal style windows. In one instance a boxy window produces another (a confirmation message). When the user clicks the close (ok) button in the second window, I would like to close the parent window as well. Is this possible? Hints greatly appreciated. Paul.
Correct binding process in IE8
I have following code snippets. [code] <div id="random_profiles_display"> <div> {assign var="page_hdr01_text" value="{lang mkey='random_profiles'}"|cat:$rphdr02} {include file="page_hdr01.tpl"} /* THis header has a select list which uses select_skin plugin */ <div class="module_detail_inside"> <ul id="randomprof_carousel" class="jcarousel-skin-tango"> {foreach item="item" key=key from=$rpusers} <li> <div
Help with Column Navigation plugin
Hi, Currently to list the tree list, we need to give the html in the following format, say, <html> <body> <ul id="myTree"> <li> <a href="./">Homepage</a> <ul> <li><a href="./contact">Contact</a></li> <li><a href="./tsandcs">Terms & Conditions</a></li> <li><a href="./privacy">Privacy information</a></li>
Looking for specific google map function
I was wondering if there is a plugin which, if you slide a google map around, it can deliver the location of the center, or maybe provide a location that is clicked on. We need to then reverse geocode (?) that for a town in our database. I looked through the plugins and didn't find this, but it might be an option not listed visibly. Also, I tried to log in, failed. Asked for a new password, got my link and changed it, but it still wouldn't let me log in. Thanks for any help.
jquery validation credit card obfuscation
Hello, Im using creditcard: to validate a credit card field which is working fine. When someone manages their account billing we obfuscate any previously entered creditcard information to ******** but now the form wont submit if they edited their name or something. Any idea how to update creditcard validation to accept *'s? Or will i have to write my own custom validation for the credit card? Thanks
Help with jcarousel
Hello everyone, I am using jcarousel plugin to display blocks of <div>s. I have following setups. An outer layer which uses roundedcorners plugin which contain a block of data. { THis data layer has a selection box which uses select_skin plugin. {THen a list of <div>s being displayed using jcarousel. } } I have added IE8.js also, just in case. I have added bind functions in the outer layer to use select_skin and carousel properly. First time when data is loaded, it is showing well
Why are my menus not working?
Hello I have spent ages getting to this point and after checking everything over and over and over yet again I cannot figure out what is happening with the menus at the top of my page. The first menu "Garrett Smith" operates fine. The sub menus appear directly under it as they should when it is moused over. It is the second menu "Work" in which I am having a problem. When you mouseover "Work", "View by Discipline" should open directly underneath. Once "View by Discipline" is clicked the four
help with jquery photo gallery plugin
Hi, I'm new to JQuery and I'm trying to use a plugin to create a photo gallery. Everything works pretty good so far, but I'm trying to make the gallery show 2 images per slide (like in the attached image) and I can't make it happen. I would really appreciate any help. Bellow are links to the files that I'm working on. The link to the testing site is: http://lauracastro.com/mariacarreras/test/mudaimemo.html The link to the jquery plugin is: http://lauracastro.com/mariacarreras/test/javascripts/plugins/jquery.gallery.js
jEditable fixed width bug (and fix)
In jeditable there is a workaround for a bug http://dev.jquery.com/ticket/2190 which causes the width to be incorrectly reported as 0. Unfortunately, the fix shortcuts the check for fixed width, which means that fixed width elements end up incorrectly getting a 0 width. The patch is attached, and makes it only apply the fix if it is an autowidth element. Unfortunately I didn't test this with autowidth... so may the buyer beware. -gordo
No Datepicker on Icon Click Event....
Howdy.... Ok - I'm confused. I've have jQuery itself working fine with my new website, but I can't get the Datepicker to work completely. I've stripped it down to the base essentials, but I can't find what type of event is added to the image. (I've even removed the image/button and used the default onfocus.) I'm using Firebug to walk the code and not sure where properly start a break point. The icon/button loads correctly (and I see the div code appended to the bottom of the page) but the date picker
"Lavalamp" issue on 1 page only
Hey guys, here is my site: www.glenhealy.com on my portfolio page, I am having an issue getting the lavalamp jquery menu to work. it works on my other pages, but not on that one. I am 99% sure it has something to do with the lightbox image viewer i have on that page as well. I am new to a lot of this so I dont have the skills to trouble shoot. I used fireug, and all I am getting is for some reason my document load function doesn't work on that page, yet it works on all of the others. any help would
hoverIntent triggers ‘out’ function on select element in Internet Explorer
The code that follows is used for showing and hiding Mega Dropdowns. If you mouse-over a link with the class of 'dropDown', it's child '.dropPanel' shows. As long as your mouse is over either the link or the drop panel, the drop panel remains shown. Move the cursor anywhere but the link or the panel, and the panel is hidden. Pretty basic stuff. In a few of these Mega Dropdowns there are forms that contain select elements. In Firefox, all is well. In IE (8 specifically, have not tested any other
jquery validation problem
Hello, Any ideas why this doesn't work? cvv2: { required: function(element) { if ($(".ccType:checked").val() != "Paypal") return true; else return false; }, digits: function(element) { if ($(".ccType:checked").val() != "Paypal") return true; else return false; } }, but this does cvv2: { required: function(element) { if ($(".ccType:checked").val() != "Paypal") return true; else return false; } }, Thanks
Cycle plugin - image issues in IE
Hi, I've noticed some issues with the images I am using with the cycle plugin in Internet Explorer. Images that contain black coloured areas develop holes in those areas when any cycle plugin transitions are applied. The images are JPGs. This is a js related issues as the images appear fine when js is turned off or when they are downloaded and viewed. This behaviour can be observed here: http://www.uvic.ca on the 2nd and 4th images. (Only on IE. I am seeing them on IE 8). Any help would be appreciated.
(validate) triggering validation on change of a hidden input
I have two hidden inputs whose values are changed by the click events on numerous checkboxes. I am able to validate the hidden input values at form submission; but is it possible to cause the real-time validation of these hidden elements whenever their values change, as you might with the key-up on a text input? If so, how?
(validate) how to add a unique error class name to a specific element
Basically the problem im having is validating checkboxes. The client does not want there to be a border around the checkboxes. I would like to disable the the border somehow without affecting the other elements and I figure the simplest way to do this is to assign it a unique class with no styles. Upon research I have found only how to change all the classes with something like this: $(".selector").validate({ errorClass: "invalid" }) How would I implement this on one specific element? Thanks.
(validate) question about validation plug-in demo
In the demo here: http://jquery.bassistance.de/validate/demo/ The second form's "topics" checkbox grouping is validated only if the check box above for receiving the newsletter is checked. 1) Check the newsletter box but none of the topics. 2) Press submit. 3) Uncheck the newsletter box. Notice how the validation label does not disappear when the newsletter box is unchecked (just the topics). Is there a way to remove that label when the newsletter box is unchecked, without naming the newsletter
a web OS desktop like system jquery based
Didnt really know where to post this and here seemed more approriate than anywhere else.. For a couple of years i have been developing a web type desktop using prototypejs/scripty/jquery.. WIth the release of jQuery 1.4 i completley ported it over to use only jquery (which gave a few performance improvements)...I am quite new to writing jQuery for apps (on its own) so it's a good learning curve for me. The system itself relies on jquery 1.4, ui core, resizable, draggable and nothing else (though
Using ajaxForm and jquery.validate
Hi all, i would like to use validation plugin with ajaxForm submit as shown bellow. I need to show/hide side divs based on form validation result(in showRequest method). What is happening is that the form validation is executed 2 times, 1st in showRequest method and second invoked automatically befor ajax submit CODE var options = { beforeSubmit: showRequest, // pre-submit callback success: showResponse, // post-submit type: 'post', // 'get' or 'post',
(Validate) Clear input before validating
Hi everybody, is there a possibility to clear a certain input field - depending on its value - before validating a form? For example: If the input field "url" has the value "your url", then clear the input field so the url input field doesn't need to be validated. Why am I asking for such a thing? I have a form where the input labels are shown inside the input fields (via jQuery). The url field is optional and when no url is entered, there's still the label ("your url") in it as a value and therefore
fancybox ie6 text scrolling problem
Hi! Ive develeped a site for a event-subscription using Joomla and a templete called strata from Joomlabamboo. On the startpage im using a extension called bamboo-box that is showing the speakers of the event. The purpose is that you could click on each speaker to read more about him/her. Everything works great, accept from in IE6. When using IE6 . The information is supposed to display in an popup and it does. But the problem is then you try to scroll vertical to read all the text. This does not
Datepicker multi-selection not working or i have misundestood
Hello , I am trying to make datepicker where i can select a range of min 5 days , first i have try to make the same datapicker be selectable two times, but althought i have set it to multiple, each time i press it it desappears so i can not make multiple selection, i must say that i have set a 6 month calendar so i see 6 month at the same time, maybe i am trying to do something imposible and that is my problem.
click event in a fancybox
hello, I try to get a click event in a fancybox. the fancybox is displayed but nothing happens when the user clicks in the fancybox. I use the following code: <script type="text/javascript"><!-- $(document).ready(function() { $('div#nllayer').click(function () { alert("test"); }); }); --></script> <div id="nllayer" width="590" height="400" style="display:none;"> <div id="psnl" style="padding: 120px 0 0 10px;background-image: url(images/bg_psnl.jpg); width: 580px;
JQuery Dynamic File Tree
Hi, I am new to JQuery and please seem my use case here. I am currently working on listing Dynamic Tree list by using JQuery column navigation plugin. Please refer the following link to check the plugin demo page: (Note: The demo is not a dynamic tree list) http://source.polaris-digital.com/column-navigation/ (demo page) http://plugins.jquery.com/project/column-navigation (got from here) I am trying to create trees dynamically and need some help regarding this: What I am doing is, I have the following
Pass textbox value to jQuery variable
I'm trying to install the FullCalendar add-on for jQuery. I am trying to take a hidden textbox value and insert the value into a jQuery variable that I will then use for the Event Array data. Right now it is all static, but the idea of this is to allow for dynamic events to be sent to the jQuery from my VB.net code and SQL. If I do an Alert on the "The_Data" variable, it shows with the correct value, but when it is called with the "events: The_Data" it doesn't seem to have the value. I am sure
Form Plugin Submit Button Serialization
Hi I have multiple submit buttons on a form. I haven't been able to figure out how to get the name parameters on the clicked submit button serialized when using the ajaxSubmit method. It appears ajaxForm passes serializes the submit button info, but ajaxSubmit does not. I need to handle each submit button click differently while still serializing the submit button info. Any idea on how to do this? Is there a way to handle an onclick event on a submit button and use the ajaxSubmit function to send
Tablesorter plugin: how to sort special characters (É, À, È)
How can I configure the tablesorter plugin to sort cells with special characters inside (coded as HTML entities). For example, it should be sorted as : Abba Àbba (coded as Àbba) BabbaWith deafult configuration, these 3 cells are sorted as Abba Babba Àbba I am using version 2.0.3 of the Tablesorter Thank you
Easy Slider 1.5: show last photo; stop at last photo
I am using Easy Slider 1.5 and have modified it a bit to show multiple small photos on the slider at once. I have two issues: the first, most important one, is figuring out how to make the slider stop at the last photo ... not stop when the last photo is in the first position. the second issue is that the last photo in my html code doesn't show. I have to add one extra photo to the end of my code to make the desired "last" photo show. My page is http://www.myfathershandswoodentoys.com/photoline.html
PLEASE HELP
below is my code. code works great and validates fine. the minute i include "captcha", it checks to see if the right captcha value is entered, and once that is valid, it stop validating the rest of the form. any ideas how to fix this bug???? is there a way to check the validation for the form again after the right captcha value is entered? thanks I am using all the plugins from jquery and just a simple form! <script type="text/javascript"> $(document).ready(function() { $("#form1").submit(function()
Boxy hide parent
Hi, I am using the Boxy plugin for some modal style windows. In one instance a boxy window produces another (a confirmation message). When the user clicks the close (ok) button in the second window, I would like to close the parent window as well. Is this possible? Hints greatly appreciated. Paul.
Messages from Validator SubmitHandler
I'm using the validation plugin and I have a custom function in the SubmitHandler to run some future-date validation that's not available through the validation plugin. This is working great, but currently I use an alert to notify the user of an invalid date. Is there a way for me to instead call a message from the validation plugin?
Plugin Options for Dummies
Is there a reason most plug-ins do not allow options to be accessed after setting them? For example, why can't plugins do this? $('#myDivTag').somePlugIn(options); var options = $('#myDivTag').somePlugin().getOptions(); The reason I ask is wanting to use "multiple instances" of plugins. Like a crop control used on two different photos where each instance must maintain options (state) specific to each img tag. Any feedback appreciated -
JQuery Validation Error on Checkboxes
I have the following code on my form. <input name="requiredCheck2" type="checkbox" id="requiredCheck2" value="1" class="required" title="Checkbox Required" style="margin-left: 152px; margin-top: 5px" /> When the submit button is clicked the error message is correctly displayed. However, if I keep clicking on the submit button the message is repeated again and again and breaks my layout. Normally it is only ever shown once so I dont know what the issue is. Also, if i click the checkbox the error
do you know mcDropdown?
Hi.... I don't speak englist very well. Please try to understand. mcDropdown plugins link : http://www.givainc.com/labs/mcdropdown_jquery_plugin.htm 1, "mcDropdown" When two or more than the same item.... If "mcDropdown" needed a mouse with a multiple choice problem can not be applied properly. See a test page and I'll explain. Test link : http://www.anjeuk.com/giva/sample_test.html By using the keyboard when you select each item will work correctly. However, using the mouse to select each item,
Next Page