Superfish - Active Tab Color - SOLVED
I have the 'basic style' version of the excellent superfish menu integrated as the main nav in my app. I'm not sure how to highlight the active tab. I, perhaps incorrectly, assumed this functionality was the default. The relevant css looks to be: .sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active { background: #FFFFFF; outline: 0; Yet, only focus/hover is giving the desired color. Do I have to dynamically write a 'current' selector to the li whose URL has been clicked? Or
jQuery Multiple File Upload Plugin doesn't work in IE6/7/8 [SOLVED]
Hi, I can't get the examples on http://www.fyneworks.com/jquery/multiple-file-upload/#tab-Examples to work in IE. The onchange doesn't seem to fire. When I have selected a file, i have to let the button control lose focus (for example by clicking somewhere else on the form) in order for it to trigger. I have tested this on several machines. Hasn't anyone noticed this?? // Kind regards, tstavas
jQuery Multiple File Upload Plugin 1.47 doesn't work with jQuery 1.41.1 in IE 6/7/8 [SOLVED]
Hi, The jQuery Multiple File Upload Plugin doesn't seem to work properly together with jQuery 1.4.1 in IE 6/7/8. You have to click somewhere else on the form after you have selected a file, in order for it to appear in the list below the input field ( I suppose that it is the onChange event that doesn't fire). I tried it with an older version of jQuery (1.3.1), and then this problem doesn't occur. The same problem occurs at http://www.fyneworks.com/jquery/multiple-file-upload/#tab-Examples with IE
Cascade plugin - having trouble with conditional cascades
I'm using the Cascade plugin ( http://plugins.jquery.com/project/cascade ) for a form and would like to conditionally populate a dropdown from one of several data sources depending on the selection made in a parent dropdown. A simple example is to, given a list of states, populate a list of cities from an external data source for the selected state. Here is another user attempting to do precisely that: http://groups.google.com/group/jquery-en/browse_frm/thread/3896512339227b8d/a1827bf0b3f5e612?lnk=gst&q=cascade#a1827bf0b3f5e612
resize dialog box buttons disappear
I am using jquery dialog box when you resize it the buttons disappear. I see in a previous post : "Believe it of not, the dialog is not the container that holds your titlebar, dialog contents, and buttons. The element you need to speak-to is the original one, the contents. The title bar, buttons, and the wrapper get added-on during dialog construction, but the context does not change. Just talk to the original element you invoked dialog() upon." but I do not understand what I am suppose to
Rater Cancel on the right side
Hi, I'am using the jQuery Star Rating Plugin it works very fine, but I want to have the cancel button on the right side instead on the left. I want have this: Can anybody tell me where i can change the javascript to get this result? Thanks Chris
Cycle plugin; allowPagerClickBubble
Hi, I'm using the cycle plugin on a wrapper with some images in it, these images are wrapped in an anchor. I'm using the plugin with timeout: 0; so the idea is that current image itself is a link to the next picture. So what I want is that when you click an anchor in the wrapper it follows its href attribute instead of doing nothing (default). What I understand from the documentation "allowPagerClickBubble" should work for this right? I've tried it but it doesn't work, here's my init; var $speed
jQuery tabs: tabs inside other tab
hello first time here :) i use docs.jquery.com/UI/Tabs I created correct tab interface using this plugin and it works. But i wanted in one of tab mentioned above create another collection of tabs. And here is a problem. When i am callling tabs() on this inner collection of tabs it creates only class .ui-tabs for this collection, but doesnt create any classes for childs of this collection: i dont have classess .ui-tabs-nav .ui-tabs-panel etc. So inner tabs doeesnt work Is there any solution for this?
problems with validate and fancybox
Hi guys im relatively new to jquery but i have a conflict of sorts i have tried both jquery.validate and jquery.fancybox and am impressed with both, however i would like to use validate on a form that is inline in the fancy box the fancy box loads the form ok, however once i trigger a non-valid entry the script stops here is the test page that fails any ideas on this ? <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <link rel="stylesheet"
jQuery Cycle - dynamically build slideshow with pager / goto functionality?
Hi, I am trying to add some pager / goto functionality to my slideshow. Currently the slideshow is dynamically build from a slideshow list with #prev #next functionality: http://jquery.malsup.com/cycle/add6.html Now I want to add a goto anchor to jump to slide #10, #20, #30 etc. but I can't figure how how to call the function. http://jquery.malsup.com/cycle/goto.html Is that even possible with a dynamically build slideshow or do I have to preload or use a markup that loads all images first? Thanks
jquery validate, new validation
I want to add a new validation for notEqualTo. Not sure exactly how to go about this one. I have done others, but none that involve checking another element. Thx
Re: JQuery - Drag and drop from one table cell to a table cell in a different table
Hello, Re: JQuery I have seen several instances of how to do drag and drop content from 1 list to another list. Is there a plug-in that can do drag and drop from one html table cell to another cell in a different html table? Any assistance is greatly appreciated. Sam
lavaLamp plugin - A way to change manually the selected element.
Hello all, I haven't seen yet a way to change manually the selected element of a lavaLamp menu, so I have searched a solution and here it is : // Function to change the selected element of a lavaLamp menu. // You can use both the number of the li (starting with 0) or the li element itself. function lavaMove(el) { if (!el && el !== 0) return false; else if (/^[0-9]+$/.test(el)) el = $($("ul#menu > li").get(el)); el.trigger('mouseenter'); el.trigger('click'); return true; } It's
Validate Remote - Structured JSON Response
I would like to validate against a web service that returns a complex JSON structure as a validation response. As far as I know, the validator plugin only handles simple true/false remote responses. Is there a way that I could implement a callback on the response (ala .ajax() { success: function(){} } style), to determine a valid remote response or not?
Message plugin and messages queue - is it possible?
Hi Is it possible to queue messages using http://bassistance.de/jquery-plugins/jquery-plugin-message/ plugin? Or display more than message at once? Thanks!
Message plugin and new line - how to?
Hi I'm using Message plugin from http://bassistance.de/jquery-plugins/jquery-plugin-message/ Is there a way to add new line character to the message? Thanks!
Data Binding
I hope this is the right forum to post on. I'm looking for a way to bind data (json or xml) to elements on a web page. The stumbling block is that I want to be able to handle multiple hierarchies, such as header/details. For example, I'd like to be able to generate a page that looks something like this: Name: MyStore Address: 123 Main Street Town: Anytown Customer: Tom Item: Lamp Item: Desk Item: Chair Customer Dick Item: Table Customer:
Dynamic content with SlideViewer
Hi, I'm using SlideViewer 1.2 and am having problems using it dynamically. I'm creating a web application that has the SlideViewer in a fixed location in the upper right and need to switch between different sets of photos. It works fine for the first set but when I dynamically modify the <UL> list of images through an Ajax call and reissue the $("#images").slideView() command it stacks a new set of buttons on top of the previous buttons. I think I need a way to reset SlideViewer and start fresh.
jQuery Validation when the form is filled correct...
Hi, How to know if the form is filled correctly using jQuery Validation? Is it something like $("#myform").validate() == false; or $("#myform").validate().form() == true? Thank you for answers in advance :D
Multiple, independent <ul> lists on page, each with unique input text filter
Hi, there are some nice plugins for filtering an unordered list with a text input. But does anyone have a plugin where you have multiple, independent <ul>'s on a page, and each <ul> has its own unique input text box to filter only that unique list? http://files.dropbox.com/u/642364/blogger/scripts/jq-filters.html http://www.digitalinferno.net/blog/jquery-plugin-livefilter-1-2/ http://kilianvalkhof.com/2010/javascript/how-to-build-a-fast-simple-list-filter-with-jquery/
Autocomplete doesn't work in copy event (on-change)
Hi, I use jQuery Autocomplete plugin. http://docs.jquery.com/Plugins/Autocomplete I use it for an employee list. Once an employee is selected from the list, a hidden field is set with that employee's ID. But if I copied and pasted an employee or manually type employee name (without selecting from the list), the hidden field is not set. Following is my code. "txtEmpName" is the text field Autocomplete is set and "hdnEmpId" is the hidden field. Is there any improvement I can make to make it work in
BlockUI problem with flash movie in IE8
hi, I am showing a modalbox using blockUI, i have a flash movie on that page. In IE8 the flash movie is always over the blockUI content but in FF its working fine (i.e. flash movie is behind the blockUI content). Any solution? thanks
Looking for plugin: dropdown with scrollbar, both with css capability
Hi I don't know whether this is the best place for this quesion - if not please forgive me. And suggest better places ;) I need plugin which style SELECT (this is easy) but enables me to CSS also scrollbar. There are lot of plugins allowing first or second part but I couln't find one allowing both. Regards, Paul
SMART CART; add to cart from dropdown selection
Hi, I am trying to create code which will allow the chosen option from a dropdown to be added as a value to the cart. http://plugins.jquery.com/project/smartcart <div class="scProductListItem"> <span>Choose Item</span> <select name="select1" id="select1" size="1"> <option value="item_1">Item 1</option> <option value="item_2">Item 2</option> </select> <script> $(document).ready(function(){ $("#divselect1").html( '<span class="hide" id="prod_name' +$('#select1').val()+ '">Item Name</span>' + '<br />'
Using no conflict (jscrollpane and mootools)
Hi i am using jscrollpane and bumpbox ... now bumpbox uses mootools which is causing a conflict in jscrollpane. My script looks like this <script type="text/javascript"> (function($) { $(function() { $('.scroll-pane').jScrollPane(); }); })(jQuery.noConflict()); </script> using this i get the scrollpane working but bumbox stops. Without the noconflict my scrollpane does not load the style sheet for it. I mean that without adding noconflcict my jscrollpane works but loses the custom scrollbar
Need help with tooltip plugin
Hi! I use "tooltip" plugin by bassinstance.de, and have a small problem, can anyone help? As we know, jquery.dimensions now included into jquery.js in current versions. So: If i load last version (1.4.2) of jquery.js on my site, tooltips are displayed only in firefox and IE, but not in safari and opera. If i use jquery 1.2.2 with added jquery.dimensions - all works fine. I use, if it matters: $('#my_id li').tooltip({ track: true, delay: 0, showURL: false, showBody: " - ",
Validate using Remote, Webservice and JSON not working
I'm trying to use the remote validation option to call an .asmx web service. I understand for this to work I need to return a json true/false from my webservice. In order for my .asmx webservice to return json instead of xml I need to do the following (1) set type to POST (2) set dataType to json (3) set content type to json .... remote: { type: "POST", dataType: "json", contentType: "application/json; charset=utf-8", url: "../WS/Administration.asmx/OrganisationExists" data: "{'company':'" + $("#Company").val()
Need help with treeview async
I've written a spring java project that returns a json formatted list of folders that I would like to integrate with treeview async but I'm having problems getting it to work probably due to the structure of my json data. My json data looks like this: json: {"list":{"folder":[ {"name":"Desktop","path":"\/home\/Desktop\/","children":true}, {"name":"Documents","path":"\/home\/Documents\/","children":true}, {"name":"public_html","path":"\/home\/public_html\/","children":true}, {"name":"lib","path":"\/home\/lib\/","children":false},
Table Drag and drop
hi Guys, I am new to Jquery I learnt to drag and drop table but I have a question, if a row has 4 td I want to move 3 how can I do that hereis the code I am using now Jquery <script type="text/javascript" src="js/jquery-1.4.2.min.js"></script> <script type="text/javascript" src="js/jquery.tablednd.js"></script> <script type="text/javascript"> <!-- <![CDATA[ $(function(){ $("#sortable-tbl").tableDnD(); $('#frm-sort').submit(function(){ var sRowOrder = ""; $("#sortable-tbl
[validate] Validate against default or specific value
This is probably insanely simple, however I've found no documentation for anything similar and I keep breaking things whenever I try writing anything in the validation rules. I need to basically set the default value of an input field as invalid ( fields are required, but pre filled with their label, so the form will submit without error thinking the user has entered data ). Is there any way to specify either defaultValue or a string of text explicitly as invalid? Thanks to anyone able to give me
[AutoComplete] *requesting* multiple values (NOT displaying multiple values)
Hi, currently, the AutoComplete pluging (with 'multiple' option either set to true or to false), is requesting the server with the last word entered into the UI control (input or textarea). Isn't it ? I would be very pleased to be able to request the server with all the values entered into the UI control - not only the last one. Why ? because we could imagine a need where the response given by the server does not depend only on what the user is entering as its last value -> Imagine an input field
Plugin Menu Not Working Right in IE?
I am using a jQuery plugin for a menu in a website I am working on but it only seems to be half working. Can anyone tell me what I am doing wrong? The first 2 links work fine but the last 3 are viewing weird and it is throwing off other parts of the site. It works fine in FF and Safari. Here is the site: http://www.continental-lighting.com/index.php Thanks, Jon
using innerfade with forward and back buttons
Hi, I am using innerfade, but I'd like to create forward and back buttons added to this functionality. Here is an example of the layout for the innerfade: static image here And here is an example of where I'm using the innerfade function: innerfade Here is where I found the innerfade fnctionalityinnerfade site Can anyone suggest how I would use a forward and back button with this functionality?
jQuery Accordion
using the jQuery Acordion, is it possible to simultaneously open the Menu and go to another page, like outlook for example, when i click on the header it goes to another page then i select from the menu displayed after expanding
Validation Controls
Hi, I have a problem with la validation controls, I'm working with asp.net 3.5 y I have 3 buttons inside my page, So when I press each button call the validation but I only like call it when press one only button. Sorry, my English isn't very good. thanks
Cycle - combine two transictions
hello! I'm using this wonderful plugin and I'd like to combine the vertical scroll effect with fade. It is a way to do that? thank you
validate plugin and remote- have to submit twice
Howdy, I'm trying to do some simple validation, and use the remote portion of the validation plugin. If an issue is found with the zip or phone, everything works great- I click submit, get the error message, fix it, and click Submit again and proceed to the next page. If everything is valid, however, I have to click Submit twice to move on. Any ideas or suggestions are appreciated; I inherited the codebase, so this is all a bit new and trying to get up to speed as quickly as I can. Thank you for
click function with .load problem
I have a contact form located here www.dirtybirddesignlab.com/Kinetick/support.php the form runs a validation routine then submits via ajax and displays a thank you message. Inside the thank you is a link to submit another request, which has this applied to it. $(document).ready(function(){ $('.foo').click(function(){ $('#thankYou').remove(); $('#formContain').load('support #request'); }); }); when clicking the link, it properly displays the form again, but on the
.cycle plugin fade on IE showing only thin strip of an image
I'm using the .cycle plug-in. When tested on Internet Explorer, the fade doesn't work properly, it show only a thin strip of the image, than after reloading the page it works 100%. I've made a video showing this issue, here is the link: http://www.hdphotovideo.com/cycle-ie Any suggestions? Thanks!
jQuery Form Plugin (step by step)
Good evening, I'd like to use this form: http://malsup.com/jquery/form/ how can i save the data of this form in a MySQL database? someone can give me a feedback, please?
Next Page