Superfish Animation and CSS issue
The domain is http://www.computerdepot-online.net/ If you rollover Our Services, then one of the secondary menus, you will see a gap between level 2 and 3. I know this is just a CSS issue, but can't figure out which thing to change. The other issue is that when you rollover something, the flyout goes halfway first, then all the way, creating a jumpy interface. Any idea how to fix that?
Chart is rendered but hidden (svg width is 0) on initial page load in Chromium
I'm having a strange problem with my svg/jquery app on Chromium on Linux. My code/HTML/CSS is below. chart = $('#chart').svg('get'); chart.graph.noDraw(); chart.graph.type("line"); chart.graph.area(0.05, 0.1, 0.95, 0.85); <div id="chart"> </div> #chart { height: 700px; } Sometimes when I first visit the page with Chromium, the chart is rendered but the svg element's width is 0. 90% of the time
AutoComplete on focus show default drop down
The "new" autocomplete feature in the base jquery ui package has the ability to show a default search result on focus of the textbox. This is great when you have a small list. I would like to see similar functionality with jquery.autocomplete, but the search method does not trigger the UI to show the drop down.
Getting out of memory exception on using tablesorterFilter
Hi there I'm getting out of memory exception on using tablesorterFilter. The plugin works fine when I've to filter out a row or two. But starts throwing exception if result dataset is larger. Please help!! Thanks in advance Lavanya
Jquery Validation Posting to an email
Hi, ive used and configured jQuery validation on my own form which is much like the marketo example.. The only fields i have are: Name, Number, Email, Subject(Option Box) and Message(Textarea) I cant however, see any example that simply just sends the gathered information from the form to an email. Ive tried a few methods but nothing seems to work. If someone could point me to a good example or what i might need to add in my header scripts because i currently have this: <script src="js/jquery.js"></script>
bassistance validate & jquery slider conflict
We've worked w/ b's validate for years. It works well. I've a new project that uses multiple sliders. ISSUE: When the page loads, validate complains: "Microsoft JScript runtime error: Object doesn't support this property or method" on the html code: $("#editform").validate({ rules: {... The sliders work properly, but the validation is disabled/non-existant. Without the files below, the validation works flawlessly. With/Without the slider script (enrolltime.js) makes no difference.
options.output?
Hi, I am dissecting a plugin, and I have a few questions about this bit of code: ;(function($) { $.fn.my_plug_xxxx = function(options) { var $foo = $(this); var $output = $(options.output); // .... }; // .... The plugin is called like so: $.my_plug_xxxx($("#foo_div"), $("#output_div"), { // Options here .... First, I have never seen a plugin work in this way (where the target div is the second object lookup in the plugin call.) Where in the
[validate] setting errorClass per form causes duplicate errors?
Hello all, I have a variety of forms on a site. I would like to be able to set different error classes for different forms, as they will need different treatment. I have a form that I am validating where I set the error classes I want to show up like so: $("#option2").validate({ errorClass: "error error-qtip" }); I think the validate plugin removes labels with the errorClass specified in the default (or in defaults you set using jQuery.validator.setDefaults). But it doesn't look like the
validation plug-in question-validating multiple conditional text fields
Sorry to bother you-I've been banging my head against this for too long. I have the validation portion of code created like this: $.validator.addClassRules({ hasDatepicker: {required:false, completionDatesNotSame:true} }); The text fields have the DatePicker UI class attribute. I added the custom method completionDatesNotSame which basically checks all of the conditional text fields to verify that none of them match each other. $.validator.addMethod("completionDatesNotSame",
Expander plugin: There's an expandEffect, why no collapseEffect?
I'm using the expander plugin with little problems, and I'm using the "slideDown" effect for my "expandEffect" parameter to display my panel, but I'd like to see it "slideUp" when the user collapses the panel. Instead, the panel just vanishes. So my question is, why is there no collapseEffect?
Superfish plugin: Item with no children list doesn't hide sibling lists
Hi there, I've been walking with the Superfish plugin and taking the following list as example: <ul> <li>Item 1 <ul> <li>Item 1.1</li> <li>Item 1.2</li> </ul> </li> <li>Item 2</li> <li>Item 3 <ul> <li>Item 3.1</li> <li>Item 3.2</li> </ul> </li> </ul> I have noticed that when you hover Item 2, which doesn't have children, the fired event doesn't hide any of the other children list. I've dig a little
Seeking Plugin: Slider onMouseOver with News onClick...
Hey folks, I was hoping with all your infinite knowledge you can point me to a version of jQuery or a special plugin that might achieve the same effect as seen on the premierleague.com website. I am hoping to have some news briefs (short phrases) in one column, with a corresponding image that changes when one mouseover's the news topics. Also, when one clicks on a story, instead of it going to a different page, I'd like the story to appear in a separate table cell. Thanks in advance! CMills
Autocomplete triggered onload
I use the autocomplete plugin on some of my pages, linked with a city database. The plugin works perfectly, but I need it to work also when the page loads for the first time : if there is already some text in the field, I'd like to trigger a search, pick up the first result in the list, and then complete the field. Is there a way I could do so ? The search() function seemed to be what I'm looking for, but I can't make it work.
Jump Menu Problem
Hello, I'm trying to make a jump menu using this selectboxes plugin but am having trouble getting it to work. Still a novice to jQuery... Any thoughts? The code: <head> <script type="text/javascript" src="/js/jquery-1.4.2.min.js" charset="utf-8"></script> <script type="text/javascript" src="/js/jquery.selectboxes.js" charset="utf-8"></script> <script type="text/javascript"> <!-- //on page load $(document).ready(function() { $(".jumpmenu").change(function() { var val = $(this).selectedValues();
tablesorter excluding rows
Using tablesorter is it possible to exclude a row or rows from sorting so that they appear at the bottom of a table or to prevent the bottom row or rows from being sorter. Thanks
jQuery cookie plug-in
OK, I have a show/hide script on my website for a sidebar (social network buttons) and it would be nice that the status of the sidebar stays the same, even after page reload/going to another page on the site. I tried do this with a cookiescript that I found here on jQuery: /** * Cookie plugin * * Copyright (c) 2006 Klaus Hartl (stilbuero.de) * Dual licensed under the MIT and GPL licenses: * http://www.opensource.org/licenses/mit-license.php * http://www.gnu.org/licenses/gpl.html * */ /**
JQuery Popup Plugin
Hello I want to open JQuery Popup which open external page. In popup i can perform AJAX operations also. Can some one guide me to good popups in jquery? Thanks Pradeep
jQuery Validation: 2 submit buttons, 2 different field validation sets
Howdy folks, I have 2 submit buttons "Save As Draft" & "Save". In the form there are 4 fields. <input type="text" class="{validate:{required:true}}" name="name1" /> <input type="text" class="{validate:{required:true}}" name="name2" /> <input type="text" class="{validate:{required:true}}" name="name3" /> <input type="text" class="{validate:{required:true}}" name="name4" /> Now when "Save" is clicked, all the fields must be validated (which does happen). However, for "Save As Draft", I must validate
Jquery plugin contribution
Hi, We have just finished a project, we will like to make available some of our jquery scripts to the community as plugin. We have developed the plugins..... can anyone help with more light regarding the best sites to post these scripts/ plugins as well as the associated documentations and tutorials. Thanks
Problem with autocomplete and backslah in result
Hi, I am having a problem with jqeury autocomplete, that the search result can't contain a backslash. The results are displayed properly in the dropdown, as example "abc/test", but as I hit enter or cklicking the result, the textbox turns empty. Results which doesn't contain a backslash are working fine. Does anybody has an idea, whats going wrong? I don't think it has to to something with escaping, otherwise the results wouldn't be displayed properly. Thanks in advance!
How do I get this in a loop?
I'm trying to get a datepicker function repeated in a loop. The functions below work fine as shown, with the i variable referring to a location in ProductArray[], which contains ids of divs. Let's say the array has 3 items: var i = 1; $(function() { $(ProductArray[i]).datepicker({ maxDate: etc. etc. , }); }); $(function() { $(ProductArray[i+1]).datepicker({ maxDate: etc. etc. }); }); $(function() { $(ProductArray[i+2]).datepicker({ maxDate:
jeditable and .live
Is it possible to use Mika T's "jeditable" with .live? If so - what is the syntax? I can't get it work.... I tried this..... $(target).live('editable', function(value, settings) { Any thoughts much appreciated. Thanks, Nick May
JQuery SVG plugin - rotate X axis labels?
The docs say it's possible to transform/rotate an axis' label. However, I only want to rotate the text for each tick. I can't see a way of doing this. Anyone know if this is possible? Thanks
custom validation method
Hi all, Im sure this is simple, but man its frustrating! I need to add a custom validation method for a date in the following format MM/YYYY the slash between the 2 digit month and 4 digit year is giving me some issues. This will be used with jquery.validation.js Has anyone had this issue or know how to solve it? This isn't working as I want it still expects a day $.validator.addMethod("dateCC",function(value, element) { var check = false; var re = /^\d{1,2}\/\d{4}$/;
Superfish Menu - Is it possible to have unlimited # of levels?
I am using ASP.NET and want to create a menu control using superfish. Does it allow create multiple (unlimited) # of levels and navigation items that are dynamic in nature. I'll be getting item values and levels using MS-SQL database. Thanks in advance,
ajax success function not being fired
I have an ajax call that is loading a page that inserts some data to the database and then the page returns that data as xml. The ajax call is being run and I can see the page being loaded and the xml being sent back via firebug, but the success function is not being called. If anyone could point me in the right direction it would be greatly appreciated. I have been using ajax in this way for a while and this is the first time I have received this issue. var bookId = $('#chapter_book_id').val();
jquery.validation plugin and .load command
Hi. I am hoping that someone can tell me what I am doing incorrectly. I want to use the jquery.validate plugin to validate 3 different forms. So I have put these 3 forms in a directory and I would like to include or rather .load them into a corresponding html page. The jquery.validate plugin works fine in its own html page, but It doesn't work when I include this html page in another. Why is this happing? does $ not handle complex includes? standalone form <code> <html> <head> <title>Form
Superfish Vertical Menu - Arrows not showing up in any browser
I am sure this is a bonehead thing that I am missing, but I can't get the arrows to show up in my Superfish Vertical menu. http://www.computerdepot-online.net/ It is pretty much a cut and paste of the files, just changed the background and text colors. Any ideas?
[ajaxform] Form submit stops working in IE7 after initial ajax file upload
jQuery 1.4.2 jQuery Form Plugin 2.43 Internet Explorer 7.0.6001.18000 I am working on a web application to handle ajax file uploads via ajax using the jquery ajaxform plugin. The workflow: 1 - User Uploads Image via form 2 - If successful, the form for the next step is returned and replaces the initial form. (This works fine) - If there is an error, the same initial form is returned with additional error messages. The problem I am experiencing occurs when the initial form upload has an error and
Autocomplete function after use selection
I know there are many versions of autocomplete out there, but i really want to use a function when a user selects a value from the autocompete list. Can anyone make it clear, cause none of what I found till now work. Thanks in advance.
jValidate (maxLength)
Hello I'm using jValidate, which is a very good plugin for validating. http://docs.jquery.com/Plugins/Validation One of its validations rules is maxLength which validate the textarea by counting the characters in it. It works fine BUT the problem is that it counts "spaces" and "breaks lines" as a character. How can I overide this so that it doesn't count them?
A problem of jQuery 1.4.2 and plugin collection
Hi, I am using jQuery & collection, <script src="jquery-1.4.2.min.js"></script> <script src="jquery.collection.js"></script> <script> alert($.collection(1,2,3,4).filter([2,3]).eq(1)); </script> it returns "this.setArray is not a function" error in the JavaScript. And I tested on the iPhone's mobile safari, it reports on the line 62 of jquery.collection.js the Error Maximum call stack size exceeded. Do you someone know? Su
autocomplete
Hi, I've questions regarding jQuery autocomplete functionality / plugins: a) unfortunally, the autocomplete widget of jQuery UI 1.8 seems not to support the multiple option. Are there any possibilities to add a multiple function to this widget? b) if not, jquery.bassistance.de/autocomplete seems to be a great solution. What I do miss, is a behaviour a little bit more like a usual combobox: there should be an arraow button on the right, where you get all entries when clicking on the arrow without
AutoComplete - Default List All
I'm trying to use the AutoComplete plug-in to do a preliminary search when a user first focuses on the textbox. I've read several posts, and this doesn't seem possible. The search method should work, but that only returns the search in ajax and unfortunately does not display the list. I believe this has to do with a focus counter in the source code. I believe one user has modified the code to have this behavior work (using 'focus: true,' in their mod), but I'm hoping I'm missing something.
[autocomplete] animated list
My application is using the fancy jquery effects and having put into it the autocomplete of Jorn Zaefferer (big thanks to him for that!) I tweaked it with css a bit, but I was missing some nice fading effect while showing the suggestion list. Changing two things in the code: .. hide: function() { element && element.hide(); to .fadeOut("fast"); .. show: function() { .. }).show(); to .fadeIn("fast"); made it more fancy;) well at least for my taste ;) adding an
Autocomplete to new appended items..
Hello.. I want make autocomplete work with any new appended items in my page. f.e. here is my code: $(document).ready(function(){ $(".insert").live("click", function(){ $("tr:has(.insert)").append("<td><input type='text' name='product_id' id='product_id' /></td>"); $("#product_id").autocomplete("getValues.jsp",{ extraParams: {action:"getProducts"} }); $(this).attr("class", "remove"); $(this).text("Remove"); $(".pricing_tbl").append("<tr><td class='insert'>Add</td></tr>"); }); $(".remove").live("click",
Form in Slidedeck lite does not work in IE, but works in Safari, FF and Chrome
Hello I have put a contact form on one of the slides of a slide deck. It works in Chrome etc, but doesn't in IE, In IE, the slide containing the form and one after it dissappear and the form shows up lower down the page. Working in Chrome: Not working in IE Any ideas why this may be happening, I have experiemented with enlarging slides to give more room but this hasn't solved it. Thank you in advance
Slidedeck - contact form on slide works in Safari, Chrome and FF, but not IE
Hello I am using slidedeck lite and on one of the slides I have put a contact form. This works fine apart from in Internet explorer where the slide containing the form and one after it dissappear and the form shows up further down on the page (not in a slide). Here are screenshots of what it should look like in Chrome and below that what it looks like in IE.... Any ideas how I can rectify this? Thank you in advance
jQuery Validation + jQuery RapidEdit...
Hi, I was just wondering about In-line editing and I have found this jQuery plug-in called RapidEdit and it should suit my needs but before I have some questions about it... Can I specify one div class or id would be handled with one php script and another one with other one. Would it be phrased like this: $("#divID").rapidEdit("/ajax/saveContent.php", options); I want to make user profile modified using In-line editing I will have to use jQuery Validation... How to make RpidEdit go only after validation
Superfish: issues targetting link into iframe in Firefox
Hi all, I'm brand new to jquery, having more of a history in website UI development under HTML and CSS, but I am trying to put a vertical superfish plugin on a website which uses iframes. My issue is that in Firefox no matter what I do the links will not target into my frame, but only the current window itself. I was wondering whether anyone had any suggestions? Cheers, Tix.
Next Page