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
jQuery plugin site has been down for hours
The plugins site (http://plugins.jquery.com/) has been down for hours. Is there a mirror site? I haven't been able to find one.
(validate) Compatability with jQuery 1.4?
Hi all, We're planning on using Jörn Zaefferer's 'validate' plugin and wondered if anyone knows if it is compatible with jQuery 1.4? Be very interested to find out. Many thanks. Anthony.
superfish animate not working
I am using superfish, and it used to work, but no longer fully works. The delay works, so I know it's loading jquery and the plugin correctly, but it's not animating opacity or height/width. Why would it only partially be working? I'm using superfish version 1.4.8 and jquery version 1.4.2. Is there an incompatibility between these two versions?
blockUI + frames + IE8
Using blockUI 2.31 with our legacy framed site on IE8 the browser progress bar keeps going even after a page reload. This goes away if we get rid of the frames or I edit the blockUI code not to use its iframe. I assume this is a bug in IE8 that it gets confused about an iframe inside a frame. Would it make sense to have an option to force the iframe off (as there is one to force it on) or is there another iframe source I can use to avoid the IE bug? btw really love the blockUI plugin in all other
how to remove or update tooltip of tooltip toolbox
I use the tooltip toolbox plugin and want to either update the text of an already generated tooltip or remove the tooltip at a later time. Is it possible to access a special tooltip and its content?
(autocomplete) Compatability with jQuery 1.4?
Hi all, We're using Jörn Zaefferer's awesome 'autocomplete' plugin and wondered if anyone knows if it is compatible with jQuery 1.4? Be very interested to find out. Many thanks. Anthony.
Dynamically updating tablesorter? Two problems
I have an empty table and I use tablesorter: $("#hourly-table").tablesorter(); Works beautifully. Every 30s I delete the contents of the table and add new rows. I then do: $("#hourly-table").trigger("update"); it *seems* to work except for two problems: 1) Clicking a sort title correctly sorts the rows, but the odd/even zebra striping is wrong and is only fixed when the update is triggered 2) Tablesorter seems to be caching the rows I delete. They don't re-appear but after a short period of time
Can't select checkbox inside Accordion Plugin
Hi, I am using the accrdion plugin and I added some checkbox elements and some radio button elements among other input elements inside the accordion. Clicking on the checkboxes inside the pane of the Accordion does not show a tick mark in the check box. I moved my html code that renders that checkboxes outside the accordion and it worked fine. Also for further troubleshooting I placed the the statement $("#accordion").click(function(){ alert("something");}) and now when I click on the checkbox,
Anchor/Hyperlinks in Cycle
Hi all, I just downloaded the Cycle plugin, and am quite happy with it! However, I can't seem to get the hyperlinks to work in my page. In a blank example page, it works though...? I have no clue to what I did wrong. Anyone any suggestions? <!-- cycle Jquery script--> <title>JQuery Cycle Plugin - Example Slideshow</title> <style type="text/css"> .slideshow { height: 232px; width: 232px; margin: auto } .slideshow img { padding: 15px; border: 1px solid #ccc; background-color: #eee; } </style> <!--
Problem with Superfish Menu in IE
I am using superfish menu plugin to display me menu items. The problem I am having is whenever the page loads in IE browser, the all underlying menu items shows up and goes away. This happens when you refresh the page. Can anyone tell me how to avoid it. Thanks. Here is the link to the website: www.osbt.com
Autocomplete misses the selection.
Hi All, here is a strange problem with autocomplete plugin. in my application I have many autocompletes, they all are written the same way and the backend side is also implemented the same way, in some places I experience problems with them: I type text, see the suggested results, select one of them, and the result is not selected in the field. The value is selected only if I choose the first result from the list, with all the others the value is cleared. Here is an example of my code:
jQuery Address - update URL after form submit
Hello, I'm using jQuery Address on a website I'm developing, and I've run into a problem. The problem is that submitting forms doesn't update the URL. So if I'm on "index.html#/users/add.html" and submit the form, the returned view is "/users/index.html", but the URL remains on "index.html#/users/add.html". So if I refresh I get sent back to the form. Is there a way around this? Surely someone else must have had the same problem. :P Thanks, Stian
masked input plugin android problem
Hi, I have been using the masked input plugin for jQuery for a long time. http://digitalbush.com/projects/masked-input-plugin/ I never had any issues with the plugin until yesterday I got a support ticket regarding the plugin behaving erratically on the Droid phone. I am able to reproduce this problem using an emulator. The caret is not behaving correctly. Does anyone have similar problems? If so, have you found a solution?
autocomplete: override results render?
Hello, I am using the Zorn autocomplete plug-in and it works great, thanks Zorn. I was wondering if there is a method to override the rendering of the ac_results div and list, to populate results in an alternate element. Basically, I have a textarea with autocomplete enabled and a div always visible on the page. I want the autocomplete results to populate in the div. I suppose I could try to kill the hide function and do some css on ac_results to achieve the effect I want, but I was looking for something
Getting Value of Autocomplete
Hi All, I'm using the Jquery UI Autocomplete plugin, I have it up and running and working fine, however I need to get the value of the textbox into another textbox (so I can submit the form). Currently, when selected, the actual textbox has no actual value "value=' ' " and will therefore not send though a form. The solution ( I think) is to get the textbox (with the autocomplete) "cloned" into another text box, as a value, so this can be sent though a form. But I dont know how to do this. Thanks,
jquery validation plugin, IE7: settings is null or not an object
Dear all, I have a problem that I can't seem to find a solution for. I have a set of radio buttons that I validate with the jquery validation plugin to make sure that they are selected.I want the user to choose Resit (Yes/No), Standard glh (Yes/No) and then pressing "Finish". An error should be reported if any of them are empty. I dynamically wrap a form tag around the table where the radio buttons are located and then validate that form. This works fine in Firefox and Chrome but not in IE7. I debug
Updating options for jQuery cycle plugin dynamically
I wrote a WordPress plugin that uses the Mike Alsup's Cycle plugin for jQuery to build an image slideshow. I've got the basic options down pat, but I wanted to get more advanced and I'm stuck. My problem is that I need to pass options dynamically to Cycle depending on the plugin configuration - which can change multiple times per page. An obvious example is adding a play button: I would like to initialize a particular instance of Cycle with a timeout of 0, but if someone hits the play button, I'd
Best context menu plugin.
What context menu plugin would you guys suggest? There are a number of them out there and I'm looking for suggestions as to which one(s) you guys like. I wish the pluggins had a rating system.
Jquery Cycle Plugin and Png Transparency in IE8 and IE7
Initially for this page I was using Simple Gallery Controls for this page which used jquery and worked fine. However since switching to jQuery Cycle Plugin I notice the gallery displays artifacts in the images as it cycles through them. Is there anyway that I can fix this for IE8 and IE7?
Placeholder text and jquery.validate plugin
Hello -- I am having some trouble working with the bassistance.de validate plugin. I've got placeholder text in my form fields inserted via the Value attribute. The problem is that, even for my required fields, a value like "Please enter your name" passes the validation. How do I filter out my placeholder text when the validation is run? Cheers! Chris
[validate] problem with a "remote" rule
Hi, i'm having a problem with a remote rule. here's the code: $().ready(function() { validation = $("#inserisci_promozione").validate({ rules: { C_BNC_ABI: { required: true, remote: { url: "main.app", data: { FUNCTIONID: "ValidaAbi", C_CAB: function() { return $("#C_BNC_ABI").val(); } } ,
Can tablesorter and a plugin for fixed table header be used together?
I've tried all 4 of the "fixed table header" plugins and all of them seem incompatible with tablesorter plugin. They clone the table thead row, but none of the tablesorter actions are connected to it. So when you scroll down the table, the thead stays visible on the page, but clicking the column headings does nothing. How do you use tablesorter at the same time as keep the column headings showing?
Autocomplete - show all values
Hi I'm using autocomplete on a project I'm working on, but there is one requirement that I can't meet at present, which is a 'show all' button that is supposed to trigger the drop down to appear, for an empty search. I've done a lot of searching and haven't found a solution. I'm currently attempting the following method: When the Show All button is clicked, the autocomplete is updated so that minChars is 0. I'm then setting focus to the field. Unfortunately setting the focus isn't actually
how to get scrollto to scroll a link down to an element via anchor
hello all, hopefully the title is of help, i have i hope what seems a simple problem as i'm fairly new to jquery so my understanding is fairly low basically if on my website (http://iamsteve.me) i want the anchor "my recent work" to scroll down to the <h2> directly below it with "my recent work", i have just put a '.' for the purpose of testing for it to scroll to (but that doesn't work). i have the scrollto plugin/jquery linked in my header, i did have a slightly working version but it seemed to
ASP.NET and JQuery
help.im using jquery slideout plugin with asp.net.. whenever theres a postback the tab go's back in and i have to click for it to slide out again. how can i make the slidout tab remain out even after a postback
Validation plugin and issue with numberOfInvalids and remote validation.
I'm trying to hide an 'errorContainer' when there are no more errors. However, when using remote validation, it appears that the number of invalids is not set correctly when I tab out of an 'email' text field. When I have focus on email (first input in my form), I can enter a valid email and tab out. The 'unhighlighted' function is called and console displays: Invalids: 1 but then onfocusout is called and console displays: emailAddress undefined At this point, I'll be in the next input field (emailAddressConfirm).
jCarousel disabling all other jQuery functionality?
Greetings everyone, I'm having the following issue with jCarousel: Within the carousel itself, I've got divs of content for a portfolio. The content is supposed to be manipulated by jQuery once that div is in view. So for instance, you could use the carousel to slide over to a portfolio section populated with divs which would ideally have onmouseover effects. The jcarousel works fine -- however ANY other jQuery behavior is effectively disabled. I've tried simple things like a function on document.ready
jquery cycle ipad memory limit
I'm using jquery to create some large slideshows of large images (~50 images at 1000x500px each). I found out that when viewing some of these large slidehows on the ipad, it would only load about 30 of the images and then not load any more because apparently mobile safari has a limit on how much image data it will load on a single page. Can someone offer a suggestion on how to best approach this issue? I thought about removing slides that aren't currently being shown, but from what I've read I can't
validate plugin. How to disable auto validation on keypress after submission for a given element.
I wish to be able to disable the automatic validation for one field/element only after submission how can this be done? I have looked at all the docs but cant work this one out. $.validator.addMethod("checkvalidIP", function(value, element, option) { return validateIP(value); }, "Please check the IP Addresses you have entered." ); $("#validateContact").click(function() { var errors = false; var firstError; $(".contact .required").each(function() {
How to preload an entire page and make a fading within
Hi, I want to preload another webpage of my website to make a fade between the actual page and the other when I'm cliking on a link. Is it possible to do this with jQuery ? Everything I have found is for preload image or make fade between div... Thanks
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.",
JQuery Validation invalidHandler not firing
I have a validation plugin page which can be found at http://www.messianicbible.com/donatetest.aspx which uses the validation plugin. However, the invalid handler is not firing to scroll the focus to the first invalid error. It seems none of the code in the handler is firing. I tried putting an alert before the code and it did not fire. Any suggestions on how to troubleshoot the code. Any help is greatly appreciated. I have used the same code on another page elsewhere and it works fine (http://www.messianicbible.com/reservenow.aspx).
Problem using two jquery plugins at once
Hi there, I am using two jquery plugins: supersized2 and accordion. They both work independently of each other but when put together they do not work. The accordion plugin is in an include file and seems to need the actual link to jquery in the include itself in order for links to work correctly on the side nav. However the accordion feature itself works fine without it. If I keep jquery in two places, it makes the supersized plugin not work. I tried playing with NoConflict code with no luck. But
Superfish on IE7
Hi all, I'm using the superfish plugin to create a menu. Everything works fine, but not on IE7, the first and second level show as expected. But the third level doesn't. Looking at the superfish example, using IE7, everything works ok. So I must have messed up some CSS somewhere, but I cannot find it :(. Is there someone who is more familiar with CSS and Superfish who can help me? The website I'm talking about is http://incubator.apache.org/celix and the third level menu can be found under "Documentation"
(validate) highlight missing radio button
I am working on a small form that has some radio buttons in it. It is validating correctly and highlights all inputs except my radio buttons. How can I highlight those or at least the text next to them on validate? Thanks Mike
Fullscreen background and Cycle Plugin
Any suggestions on how to create a simple slide-show type site using the cycle plugin with a full-screen background? I am nearly there - http://unsustainabledesign.com/clients/backspace/ Currently I am using the following plugins fullscreen image plugin - http://nanotux.com/blog/fullscreen/ cycle plugin - http://jquery.malsup.com/cycle/ The issue I have is if you resize the window, make it as large as possible, and move from section to section and re-size the window the image does not properly re-size
Validation Plugin and problem with html select in latest firefox
I have jquery validation plugin version 1.7, jquery version 1.4.2. When I connect validation to html select element i have strange effect in latest firefox browser, because of select doesn't expand when i click it. I didn't observe that situtation in older firefox borwsers and all ie browsers. Maybe there is a mismatch, problem which events handling in jquery... If anyone knows what caused that problem, please answer me... it's very important for key functionality for my client...
Fancy box gets hidden in frames having a pdf
I am using frames which has a dynamic PDF showing in it. There is a link on the left menu frame that opens up a fancybox. Looks like because of the pdf the fancybox gets hidden behind the pdf and is not visible. Is there a way to bring the fancybox completely to the front
Scrollable activate on hover
Hello! I'm new to jquery development but I think it's very interesting and exciting :) I installed the Scrollable plugin ( http://flowplayer.org/tools/scrollable/index.html ) on my website and I'm trying to customise it a bit. http://www.bart-studio.co.uk/drupal/ This is the website I'm developing. I want the scrollable module to activate on mouse over the tabs. I.e. when I hover on an item on the right I want the content on the left to slide to the corresponding position. But when I click it I want
Next Page