multiple Accordions problem
Hello, I have 2 blocks of accordions on homepage. 1 works fine, I also had to customize its css a little bit to match my site's theme. However the 2nd one does not work properly. I created a new ID and called that in the javascript function too so the 2nd accordion at least started to work, however it is not using the same customized css which I created for the first accordion. Please help... Thanks
Is Cycling transparent PNG's in IE impossible?
Hey Guys, I've been working on a site for a client that is supposed to cycle transparent PNG's. I tested the site cross-browser during the build-out but added in the scripts for the fade after it was done. It was then that I discovered how "awesomely" internet explorer handles transparent PNG files in Malsup's wonderful cycling plugin. So I googled, and then I googled some more. Every fix I found didn't seem to want to work. Here's the site: http://www.homemastergroup.com Can anyone point me in the
Cycle plugin dynamic goto
I'm trying to connect my Wordpress menu to a cycle slideshow, by hovering a menu item 1 the slideshow need to go to slide #1. The code so far: $('.showcase div').cycle({ fx: 'fade', speed: 100, startingSlide: 0 }); $('.portfolio-menu ul li').each(function(i) { var i=i+1-1 // slide are starting with 0 $(this).attr('rel',i) // adding id to the links }); $('.portfolio-menu ul li').hover(function() { $(this).addClass('hover'); // adding hover class var id = $(this).attr('rel'); //
Slideshow Plugin Suggestions
I was wondering if there are any slideshow plugins that will give a similar look to this sketch?
fancydropdown.js and ie7 issues
Need a solution for my navigation drop down menu. I am using fancydropdown.js. Looks beautiful in all browsers and operation systems except Windows XP Explorer 7. The sub-menu in positioned lower on the page than it should (it separates from the tab).
jQuery ui autocomplete - renderItem url's
Hi, Using: .data( "autocomplete" )._renderItem = function( ul, item ) { return $( "<li></li>" ) .data( "item.autocomplete", item ) .append( "<a>" + item.value + "<br>" + item.url + "<br>" + item.description + "<br>" + "Support URL: " + item.support_url + "<br>" + "Contact: " + "<a href=" + item.contact + ">Test</a>" + "<br />" + "</a>" ) .appendTo( ul ) jQuery is parsing the item.url and automatically making that
jQuery Cycle - IE tries to re-download images?
Hi all, Has anyone noticed if IE (I'm IE8) tries to redownload the images on each cycle / transition of jQuery Cycle? The lower right corner of IE8 shows "Downloading:" whenever a transition starts. I'm curious because I launched a new company website with jQuery cycle and it all worked fine. A short time later, the images stopped showing up. I spent a lot of time checking my CSS/HTML/JS to find out if something changed. However, what I discovered is those rotating images were blacklisted by our
serialScroll Auto Load
Hi, I've been using serialScroll for a project to display portfolio items. It works great, except I want to be able to load the pane at a specified item without the scrollTo animation. The plugin provides a "start" setting which does allow the slideshow to shuffle to that element.. however I want that element to just "be loaded" when the page comes up.. and I'm kinda a bit stuck at this point as to how I achieve that. Has anyone any experience of this plug that could help? C $('#slideshow_portfolio').serialScroll({
how can i pop-up a jquery datepicker(keith-wood plugin ) on click of a div tag?
I am using jquery date picker with keith-wood plugin for multiple selection and multiple months. i have a division tag that displays the date and besides i have one more division tag that holds an image. when i am clicking on the image division tag i need to show the calender. i tried $a('#dvDate').datepick({ multiSelect: 90, monthsToShow: 3, monthsToStep: 3, prevText: 'Prev months', nextText: 'Next months' }); $a('#dvDateImage').click(function () { $a('#hidDate').datepick("show");
blockUI 2.31 throws a JavaScript error in FF 3.6.10
When using blockUI, sometimes I get an error on line 462 of the code, near the end of the handler function: if ($(e.target).parents('div.' + opts.blockMsgClass).length > 0) This may or may not be due to firing multiple .block() events on the same element. The problem seems to be limited to Firefox; IE8 & Chrome 6 work without an error. I have tested this on multiple Firefox installations. I have a fix that checks to see if opts has been defined as a closure prior to its use: if (typeof opts !== 'undefined'
dynamic accordion
Hello. My native language is not english, so please be patient and forgive me the violation of our language. I am new in javascript and jQueryUI. Though it is great stuff, I have difficulties to use it properly. My aim is to program a dynamic accordion. That meens, that javascript will fetch the titles and texts via Ajax/ASP.NET/C# from a database and refill the accordion with these data. The fetching out of the database works fine, but I fail to update the accordion with this data. Here is my attempt:
use of context menu
i need help with use of context menu in document. Thanks very much
Jquery form plugin, getting "$ is not defined" error after submission but everything still works
Hello all, I have recently started using the jQuery form plugin to do AJAX form submissions. The plug-in is great, it's easy to use with excellent documentation. However I have run into a problem with it. When I do an .ajaxSubmit call, everything submits properly but I am getting a "$ is not defined " error in Firebug after the submission. I know this error happens when a reference to the jQuery library is not found , however that does not seem to be the case since all the jquery functions work.
Validation Plugin and Multipart Forms...
Hello all. Looking for some guidance on how to use the validate plug-in with a form that doesn't display all fields to the user at one time (using the "slide" action to selectively show fields). Any help would be greatly appreciated.
Cycle Plugin - Issues with IE8
I'm using Malsup's wonderful jQuery cycle plugin on a website, utilizing the fade effect. It works just fine on FF, Safari, and Chrome, but I'm having a hell of a time getting it to work in IE. I have used it before on different sites with no problems, but on this site I have transparent pngs and a background already set in the css. If you look at the transition, you can see that in IE there's a long pause between subsequent images so you see the plain background for a second or two and when they
jQuery cycle works in all browsers except IE: "Invalid Argument..."
Hi, The cycle plugins works great in Mozilla but when comes to IE 8 it shows up the above error.I have given the height as auto.But in chrome the image is cropped.Why could be that happened? The image rotates in chrome but its a portion is visible only. I am using J-query version - jquery-1.4.2.min.js and cycle version is jquery.cycle.all.2.74.js Could you please help me here? The link is http://skilocker.itg-hosting.com/contactus.php Thanks, Gins.
IE not supporting image slider and Lavalamp menu
Hi all I'm new to jquery... I have included image slider and lavalamp menu in one of my projects. The problem here is both works well in Firefox. But not working in IE. I have included easing for the jquery. can any one help me to find the problem here? the link for the site is http://www.grinfotech.com/sample/gr-new Thanks in advance...
jquery datepicker and disable days before today
Im using this plugin. In document there is this line: datePickerController.setRangeLow("myElementID","20081201"); How can I set this date dynamic (disable dates before today)? Thanks in advance
TypeError: result is not a function
I'm trying to use this plugin (I've also tried the derivative bsmSelect) and can't seem to get it working. I have jQuery, the plugin .js, and my page .js all included, but on my page .js I get the error "TypeError: Result of expression '$kuj("select[multiple]").bsmSelect' [undefined] is not a function." This is while doing var $kuj = noConflict(); earlier, and here is my page .js. $kuj(document).ready(function() { $kuj("select[multiple]").bsmSelect({ sortable: true, animate:
Problem with Forms plugin and IE 7
Hi, I'm using the Validation plugin in conjunction with the Forms plugin for an online survey app the I made for my company. You can see the app at: www.millenniumpromise.org I've disabled the app for IE 7, so if you go to that page using IE 7 you won't see the app. The app works beautifully on Firefox, Safari, and IE 8. However, on IE 7, my validation script seems to make the browser "freeze." I've narrowed it down to the snippet below (SEE BELOW). After a long trial and error session, I discovered
Auto Complete Validation
Scenario:- I want to populate a text box with any one of the given values only. And for this purpose I am using jquery auto complete plugin which works like :- Example:- First enter three characters into text box. After entering first three characters in a text box a list gets opened that contains the values beginning with these three letters, then I select any one value from this auto complete list. Problem:- I want to validate the value of text box, that it is selected from the given values listed
Validate name="name[]" not working...
Hi, I'm using the Validation plugin from bassistance.de I want to validate the folowing: <form class="cmxform" id="form1" action="ufm/mailit.php" method="post"> <fieldset> <input type="checkbox" value="namea" name="name[]" id="namea" /> <label for="namea">Name a</label> <input type="checkbox" value="nameb" name="name[]" id="nameb" /> <label for="nameb">Name b</label> <input type="checkbox" value="namec" name="name[]" id="namec" /> <label for="namec">Name c</label> <button type="submit" id="RegisterButton"
use plugin in another plugin
Hello I want to use a plugin into another plugin. How cam I do this? To give more explanations: I use FlexBox to my satisfaction. I want to make the HTML input created by FlexBox be aware of the language and set itself RTL if needed. I found the plugin DirectionDetector which is able to do such an adjustment. How can I use the DirectionDetector in the sources of FlexBox? Thanks in advance - Gil Yoktan
tablesorter - determining the user-specified sort order
Couldn't find this in the documentation, so I'm noting it here in case it's helpful to anyone else. I wanted to determine the sort order for a table before the user left the page. The subsequent page presents the table's contents in a different way, but I wanted to do so using the same ordering that the user had set using tablesorter. How to achieve this? After quite a bit of head scratching, I found that tablesorter adds a 'config' property to the table, and you can access the sorting details at
Autocomplete plugin inside Tabs inside a Dialog: is this a Bug?
Hello, I am using ASP.NET MVC2. I have a jQuery dialog that contains a jQuery Tab plugin with three tabs. Inside the first tab I have a table with some input controls. I have tried to use an input HTML control with the autocomplete plugin but when I use this plugin I get the following error in the jQueryUI code as soon as the dialog opens. Uncaught TypeError: Cannot call method 'zIndex' of undefined I am using jquery-ui-1.8.4. I am reporting the piece of the plugin code and I have marked in bold
[date picker] image button on the left instead on the right ?
Hello I would like to know if it's possible to have the button of the date picker on the left instead of the right ? $(function() { $("#what").datepicker({ showOn: 'button', c: '../img/calendar.gif', buttonImageOnly: true,changeMonth: true, changeYear: true, dateFormat: 'yy-mm-dd', dayNamesMin: ['Di', 'Lu', 'Ma', 'Me', 'Je', 'Ve', 'Sa'], monthNamesShort: ['Jan','Fév','Mar','Avr','Mai','Jun','Jui','Aoù','Sep','Oct','Nov','Dec']
Superfish causing memory leak on large menus
Hey there, Wondering if anyone is using Superfish on an ie6 site with lots of menu items. This is causing our page load to bump to over 5 seconds. We have about 200-300 items in the list, and about 2500 DOM elements that are invovled. Looks like we may not be able to use superfish as a solution for this. Any thoughts out there?
[jQuery] (Bassistance validate) Require at least one selection from one dropdown out of 1-n dropdowns
i have a form page, obviously, and on that page I have form 1-n multiple select dropdowns dropdown name/id is always sel_TXT_NAME_SELECTED_#unique_name# where unique name is a unique identifier from the DB i need to make sure there is at least one dropdown with one or more items in it, by default anything listed in the dropdown is going to be selected so i don't need to validate a selection just that the dropdown has options (they are populated through a series of cascading select boxes, by default
Validate Plugin + Jquery UI Icons
Hello, i'm playing around with the validate plugin and this demo: http://jquery.bassistance.de/validate/demo/milk/ What I want, is a simple icon next to the field like: Firstname ___________ (ui-icon-error OR ui-icon-check) I don't want the title or message to be showed. Can I do that some how ?
Problem integrating jquery plugin (Galleryview)
I am trying to integrate this plugin into my website but continue to have problems. Here is the plugin: http://spaceforaname.com/galleryview# http://spaceforaname.com/gallery-light.html This is the page of the site I have tried to place the plugin into: http://www.lisclare.com/hiddensite/?page_id=97 You can see the images as I have set it to visible in css. Without this, you will simply see white space. As far as I am concerned I have: -Included JQuery and other necessary .js -linked the css -correct
Newby want to use SimpleFAQ
I'm completely new wit AJAX, and thus with JQuery. I'm trying to get SimpleFAQ working. I think the HTML part is withouth problems, the problem is in the javascript part Who can help me trying to solve this ? My code is: <?php // require("forum/SSI.php"); // require("forum/Mijn_SSI.php"); ?> <!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" xml:lang="en" lang="du"> <head>
No download link for jQuery Log
When I go to this plugin: http://plugins.jquery.com/project/jQueryLog There's no link to download the plugin. What's the deal? There seem to be download links available for other plugins.
jQuery image slider and toggle menu help!
Hi, I've been playing around with something i want to use on my website which i just cant get working. I have a toggle menu button in which i want to place an image slide viewer inside, but when i put the slide viewer inside the toggle menu, the toggle menu appears as open when the page loads. I want the toggle to be closed when the page loads and the image slider to open out when the toggle button is clicked. Here it is: http://caigriffith.com/jquery_test/ Thank you in advance to anyone who can
Not able to use jQuery Form Plugin file upload
I'm trying to get jQuery Form Plugin to work. So first things first. Is there something wrong with this script? http://github.com/malsup/form/raw/master/jquery.form.js?v2.43 The function starts with a semicolon ;(function($) { I'm trying to upload a file using IFrame to avoid reloading the page. This is my HTML code: <form id="uploadForm" enctype="multipart/form-data" action="" method="POST" target="upload_target"> <input type="hidden" name="MAX_FILE_SIZE" value="1000000" /> <?php _e('Choose a file
Cycle: Anchor links on slideshow images + Captions
Hey all, I'm creating a slider with the Cycle plugin and ran into a little bit of a road block. What I want to do is simply have anchor links on my slideshow images, which I can get working just fine, except that when I add these anchor links, it removes my image caption (which worked prior to adding anchors on my images) Here is the code I'm using: $('#slideshow').after('<div id="nav">').cycle({ width: 760, height: 250, fit: 1, fx: 'scrollHorz', speed: 1000, timeout:
Jqueryy SVG plugin
Hey, I have a problem, when i create my image, with : var imageBackground = svg.image(groupInterieur, 0, 0, width, height, url, stTemp); When my svg load, i look the code, and i see that : <svg xmlns="http://www.w3.org/2000/svg" version="1.1" onload="" viewBox="none" id="root"><g id="groupExterieur"><g id="groupInterieur"><image x="0" y="0" width="5000" height="897" id="imageBackground" onmousedown="return startDrag(evt);" onmousemove="return dragging(evt);" onmouseup="return endDrag(evt);" a0:href="plan6.jpg"
cycle: play slideshow manually OR automatically
hi, I would like user to be able to switch photos manually (with "next" and "previous" links ) or automatically, i.e., to have a link on the page that says "play slideshow" or something, then the slides switch automatically, like this guy has here, http://www.chrispaynephoto.com/substations.html ("play" link in the middle switches photos automatically; he doesn't use cycle plugin, but I'd like to do this w/cycle plugin if possible..) thank you..
jqm.ModalPopup Not Appearing On Top Of Overlay
Hi, I am using FireFox and cannot get the ModalPopup to appear above the overlay: Here is the css and code: Thanks, Mark #EditOneModal { z-index: 100000; top: -200px; margin-left: -300px; width: 444px; height: auto; background-color: #c4dded; border:thin solid black; display: none; } function initAssignmentEditor() { $j('#EditOneModal').jqm(); $j('#EditOneModal').jqmAddClose('#btnCloseEditOne'); setEditButton(); } function setEditButton() { $j('p.assignment-controls').children(':submit:eq(0)')
tab show when only 1 tab exists
I am creating tabs dynamically, based on a parent/child relationship in a couple of tables. In some instances, only a single tab is created. I am using the show event to load a separate region on my page. When a new tab is selected, this separate region is refreshed. When more than 1 tab is generated, it appears that everything works just fine. The separate region is populated with information relative to the topmost tab. As different tabs are selected, the separate region is changed to reflect
Submission portal abuse
Wasn't sure the best place to report this... http://plugins.jquery.com/project/samedayloans The jQuery plugin portal clearly has spam abuse in it. A report abuse feature on this page would be the expected solution.
Next Page