treeview expand all
I've been trying to implement the treeview (http://docs.jquery.com/Plugins/Treeview/treeview) on one of my asp.net pages. I would like to expand all from codebehind and attempted to insert the following code in a literal on postback var allLIs = document.getElementById("xp3tree").getElementsByTagName("li"); for (var i = 0; i < allLIs.length; i++) { allLIs[i].className = 'open'; } this doesn't seem to work. is there an expand all function for the tree other than one in the control option?
Adding click event to tooltip
Hello, I'm using the jquery tools tooltip plugin. I've tried to add the click event as per the event management documentation but I'm having trouble getting it to work correctly. Can anyone help? Here is the code I'm using: (I backed out my changes) <style> #dynatip { display:none; background:transparent url(http://flowplayer.org/tools/img/tooltip/black_arrow.png); font-size:12px; height:70px; width:160px; padding:25px; color:#fff; } /* style the trigger elements */ #dyna img { border:0; cursor:pointer;
Problem with pagination plugin
Hello ! My problem is : The file contents do not appear on my web page when I have too many lines to display I can display the contents of other files smaller, and it's the same treatment ! My question is : is there a maximum number of rows to display ? Thanks
help livequery
Please I need an example with livequery and a form with buttons loaded with ajax and that these buttons to work although showing an alert but see this example attached
Question with JQuery Validator. Using different ways to show messages
Hi there, I am using the JQuery Form Validator, so far i haven't had any problem, however i would like to know if its possible to get different ways of showing messages. For example, right now i am showing errors beside every field, but for some check box fields i would like to show an alert box, is this possible? Thanks in advance, Alex
Superfish Arrow Flicker IE6/7
Hi I'm using a Superfish menu with horizontal navbar. It's working great except for a small glitch. The arrows disappear on clicking a menu item in IE6 and 7 and reappear when the new page has loaded. The whole menu shifts backward to fill the space of the missing arrow momentarily, causing a flicker effect. I made a simple test file and it does not happen. I copied and pasted the CSS from this test file to the pages on my site so I don't think it's the CSS. I thought it could be a loading thing
superfish submenues fire much too slow
Hello, I encountered s a serious usabillity problem with superfish. Even if I set "speed:1" the submenues take 1/2 a second to pop up. .superfish({ delay: 800, speed: 1, animation: {opacity:'show',height:'show'}, autoArrows: false, dropShadows: true }); So if a user moves the mose along the nav bar, he does not even realize there are submenus.
Jquery cycle plugin problem
May be someone knows the why when I change the images of the example that I download of the page of this plugin and I locate the files in my server linux this already doesn´t work in the server, but when this contains the original images works very good, the strange is that in client works good. The format of my images is bmp.
BlockUI FF background images do not show
Hi, I am using thr BlockUI plugin to expose a loading message when a form is submitted. I have amended the js file to include this as a default message: message: '<div id=\"wrapper-1\" style=\"background-image:none;\"><div id=\"wrapper-2\" style=\"width:789px;\"><div id=\"bookload\" style=\"\"><div class=\"hook-1\"><div class=\"hook-2\"><div class=\"hook-3\"><div class=\"hook-4\"><div class=\"hook-5\"><div class=\"hook-6\"><div class=\"hook-7\"><div class=\"pad\"><h1>Please wait</h1><h2>Whilst
Using .keydown with the .cycle plugin
Is this possible? I've tried using: $(document).ready(function() { $('#slideshow').cycle({ fx: 'fade', speed: 1000, timeout: 0, next: '.next', prev: '.prev', after: onAfter, pager: '#nav', pagerAnchorBuilder: function(idx, slide) { return '#nav li:eq(' + (idx) + ') a'; } }); And than: function onAfter(curr,next,opts) { var currentis = opts.currSlide + 1; var previs = opts.currSlide - 1; var nextis = opts.currSlide + 1;
JQuery Cycle Plugin - problem
Hi all I am having some problems with Cycle Plugin. Let me explain. I have put 2 images - GIF files (in fact they are the same) in a slideshow in the home page of a site which I am developing. I used Photoshop in order to remove the background of the image. When I use Firefox, Safari and Chrome, the images appear OK, (i.e. with no background). But, when I browse the site using IE the images appear with a white background. Can anyone help me on this, please? I would appreciate that. Thanks in advance.
Superfish dropdown position
Is it possible to specify where the dropdowns for a horizontal menu appear? With the default settings, the second level dropdown overlaps the first level. I'd like to remove the overlap, if possible. Is this done with the CSS or in the jquery script? Thanks, Brian
Autocomplete: First record in dropdown automatically selected
#1: I just migrated from Jörn's autocomplete plugin ( http://bassistance.de/jquery-plugins/jquery-plugin-autocomplete/ ) to the autocomplete plugin in jQuery UI and I really miss that the top record of the dropdown list was automatically selected (so the user can simply press enter if he likes the the top record instead of using cursor keys or mouse). #2: On a related note I also miss the mustMatch option which dictated that there should never be a text in the textfield that was not in the autocomplete
How to perform validation just before form submitting
I'm using jQuery validation plugin. There is a form in which there are different inputs fields, whose values are changed dynamically on form submit. It is necessary to check these values using the plugin. How to make the plugin checked the form before sending data to the server, but after the values of dynamic fields changed?
jQuery Validation programmatic access to violated rules in showErrors or errorPlacement
I'm trying to validate a form using the jQuery validation plugin. I have rules targeting both single and multiple properties. I would like to customize the plugin behaviour in the two cases. In particular I would like to show the errors related to a single field close to that field and the errors caused by multiple fields in a validation summary. The HTML looks like: <form action="/admin/users/create" id="form0" method="post"> <div class="validation-summary-valid" id="validationSummary"/>
jQuery plugin validation 2 issues: US money and select list
2 issues I'm having are: I would like to validate us money only positive values and optionally (not care if there is a $ symbol) I have a few small select lists where the default(Please Make Selection) is selected and disabled and I need to validate that any other option was selected Thanks, KG
Validation/LiveQuery incompatibility with jQuery 1.4.2
This is hard to describe, but here goes: I have the latest versions of jQuery (1.4.2), Validation (1.7) and LiveQuery (1.1.1). I'm in an ASP.Net environment (with VisualStudio 2008 Pro). First, I use LiveQuery to set the CSS on all buttons, so they look nice and themeroller-ish, even after a partial-page postback on UpdatePanels. This has always worked great. Second, I have a number of pages where I use Validation for some fields. These also worked okay. The problem started when I upgraded to jQuery
validation
I created a test page for using the validate plugin and date picker. Everything works great except for one test case. I have a required field which is a date. If I go in and enter a bunch of numbers I get one of my error messages. If I go to another field and return to the field with the error, the datepicker pops up. If I select a date, I now see I have a valid date, however if I leave by tabbing the error message still shows. If I change the value by hand it works correctly. How can I force validation
jcarousel in dialog
Hi, When I use jcarousel in a dialog box, only the first photo displays, along with the navigation buttons. After some length of time, the dialog box begins to display correctly. The containing dialog box is set up with the following options: { autoOpen: false, title: 'Event Photos', height: 350, width: 450 } I am not setting any options on the carousel. The ul id="mycarousel" is intially set to 100px width when the dialog box is opened. On a couple of occasions, the page has updated
validation plugin: numberDE not working anymore?
As soon as I add "numberDE" to my validation rules, form validation does not work at all anymore. When using an older version of the plugin this is working fine. Thanks for any hints on this, Drakanor
cual es el plugin para realizar una ventana flotante similar a esta?.
There is a plugin like this? (floating window in jquery)
this.setArray is not a function [Break on this error] return this.setArray( this.add(t).get() );
Please help... By merely including the jquery.validate.js library into my website I am getting this error. I can remove all my javascript leaving only: jquery/1.4.2/jquery.min.js validate/jquery.validate.js jqueryui/1.7.2/jquery-ui.min.js in the code and I get this error. Can someone help me... the site has been working just fine for the past 2 weeks and now all of a sudden this has cropped up. I have a feeling that perhaps something was changed as I am referencing these libraries from ajax.googleapis.com
Add dots to tab through groups of three with jcarousel
Hi all I've seen this done on a few sites, but can't seem to find one when I need to! The Vodafone 360 site uses it, in the shop section, but you need to have an account. Basically, the left and right arrows for the jcarousel plugin are tabbing through 3 items at a time, using the scroll: 3, functionality. I would like to have a series of dots or something at the top, to click through each block of 3 items, and to show a selected state for which block you're in. I guess similar to External Controls:
jQuery Cycle plugin glitch
Hello, This might be 100% my fault but im using jquery's cycle plugin to show a very nice slideshow. Inside of that slideshow i also have swf's. My problem is when i use the pause feature and hover over the swf's it does not start back up again. To make it even weirder this is only an issue in Firefox. Any ideas would really help. <script type="text/javascript" src="jquery.js"></script> <script type="text/javascript" src="cycle.js"></script> <script type="text/Javascript"> //<![CDATA[ jQuery.noConflict();
Superfish hover subnav background image
hi. i got the superfish navigation in my wordpress site. so i have a two level navigation. an now my problem. how can i make it possible to change the background image of the subnavigation. each main nav point should have his own background image to show up in the subnavigation. this should happen by hover and by active subnavigation points. i will be really happy if somebody could help me ;-) cheers stefan
Validation without form submission
Hi All, I have a form, on which is a button - When the user clicks the button, a function is called which posts the form data to a web service. I have used the validation plugin to, which was very easy - What a fantastic bit of coding that plugin is! The problem I have is that the validation only fires when I use a submit button. <input type="submit" value="submit"/> But not when my button is clicked, which runs my function. I understand why this is - The validation plugin wants the form
(treeview) FYI: Using treeview async
Hi, I'm new using jQuery and my english is not very good ups! Well, I was using this plugin, copy&paste of the header /* * Async Treeview 0.1 - Lazy-loading extension for Treeview * * http://bassistance.de/jquery-plugins/jquery-plugin-treeview/ * * Copyright (c) 2007 Jörn Zaefferer * * Dual licensed under the MIT and GPL licenses: * http://www.opensource.org/licenses/mit-license.php * http://www.gnu.org/licenses/gpl.html * * Revision: $Id$ * */ I think I found 2 minor bugs in file
jCarousel problem!
Hello, I managed to create a jCarousel with information dynamic from an oracle database. Link: http://www.advertisersummit.be/temp/nl/belinked.php In Safari (Mac) it works great, but in IE7 there are items that disappear. You can see that if you scroll to the right. Does anyone have any clue what the problem could be? I have searched for help everywhere and didn't find a thing. Thanks in advance! Tim
Kwicks Plugin - Please Help
Hi, I would like to modify this jQuery http://www.nckdesign.com/clients/freshsushico/html/ so that when the page loads both sections are the same height, but once you rollover a section the box expands. I would also like to make the top button appear in the middle and then expand up on rollover. Similar to how the 2nd box expands upwards. Can anyone please assist me, any feedback is appreciated. Thanks, Nick
Cycle plugin stops slideshow when go-to specific slide called (i.e. cycle(#))
I am trying to make a grid of slideshow images, so that when one of the images is clicked on, it changes all the images in the grid to match. I have this set up and change each slideshow div by calling ('.class').cycle(#) where # is the image number to call. It works the first time, but then the problems come in. When I click on an image to change the whole grid to that same image, all the sideshows in the grid that were already on that image stop transitioning. (Including the one that was clicked)
cycle plugin: fade to background than next slide
Is there an option to fade to background and than to the next slide? Currently, when setting the "fx" to "fade, it makes a transition between the 2 slides. Say I have a pink background under the gallery, I'de like each slide to fadeOut to pink than the next slide fadeIn from pink. Any ideas? Thanks
help with validation error message placement
I'm using the validation plugin, and I'm trying to get the error message for a field failing validation to display above the field. here's an example of the markup for a line <div class="yd-line"> <div class="yd-fielderr"></div> <div class="yd-label>Field Name</div> <input type="text" name="fieldname" class="yd-input" value="blah" /> <div class="yd-hint"/> </div> markup is such that it displays like Field Name [ ] and i would like the error message/messages to be assembled
Superfish Height question
Hi.. I would like to change the height on the SuperFish menu, I can seem to locate where this is done, looked at the examples, looked at the css and js. Could someone please tell me where I should look. Thanks Dean Krueger
Cycle plugin question
Hi I've tried to use cycle in my new site and I can't get it to work. I've used Blueprint.css to develop the page and I don't know if the problem is there. The page is at: http://www.simoudis.com/2010/ As far I can tell, I've done everything right according to the instructions. Any help would be appreciated. Thanks john
epiclock EC_LOOP not repeating
I'm just trying out Epiclock using EC_LOOP. On the demo page, the clock counts down to zero, then resets and starts counting down again. When I test, it counts to zero and then stops. I'm clearly missing something: can anyone shed any light? <html> <head> <script type="text/javascript" src="jquery.js"></script> <script type="text/javascript" src="epiclock/jquery.epiclock.js"></script> <script type="text/javascript"> $(document).ready(function() { jQuery('#clock').epiclock({mode: EC_LOOP, format:
Validate plugin: validation of a field based on a checkbox - field doesn't update when you toggle the checkbox
Hi, I've been reading the docs for the Validate plugin docs at: http://docs.jquery.com/Plugins/Validation/validate#toptions According to those docs, you can set up an input to be required if a checkbox is checked, as shown in that page. I can get this working fine. What's puzzling me is that the "this field is required" message doesn't disappear when you uncheck the checkbox - as if the form is not updating correctly. I've tested this on Chrome and Firefox 3.6. Any thoughts how to make the form update
Hoverintent plugin doesn work?
Hi, i downloade hover intent with superfish jquery plugin, i linked them in index file, but it looks as a sim,ple css dropdow menu, i have modified de time delay and nothing, what can be happening? tis is the initialiting superfish, Do i need to add something else? <script type="text/javascript"> $(document).ready(function(){ $("ul.sf-menu").superfish(); }); </script>
ClueTip using xml or html external files
Hi, I am trying to understand the best way to manage external cluetip content. My requirements are to edit either an xml or html document to update the cluetip contents. All cluetip tooltips should display title and content sections. Some tooltips may contain HTML. Currently I am using html files manage content, however, I don't want to set a title attribute on the anchors to set the tooltip title. What is the best way to manage both title and content in external file? Thanks, b
cycle plugin on a background-image of a div element??
How do i use the cycle plugin on a background-image of a div element? I just want to use the default settings of the cycle plugin with fade to create a slideshow on a background image. Or is there a better way to do this?
jQuery Cycle Plugin: How to show alt tag, when the cursor over a picture?
Hi John Malsup. I need help, How to show alt tag, when the cursor over a picture? I know about the onBefore & onAfte, but it would be desirable that the text appeared, when the mouse will be over a picture. Thanks!
Next Page