Scroll through filmstrip on hover?
I'm using GalleryView (http://spaceforaname.com/galleryview) to put together an image gallery with a filmstrip of thumbnails along the bottom. I would like the filmstrip to scroll when the left and right arrows are hovered over, rather than when clicked on. How can I do this?
How to get rid of "flash of expanded content" upon refresh?
Please take a look at the following website: http://www.pottersignal.com/datasheets_firesprinkler.aspx I'm using the toggle effect to create the expandable content here. However, when I click Refresh, you see a flash of the expanded content before it quickly collapses again. Is there any way to get rid of this? Thanks!
Multiple Widths for LoopedSlider Plugin
Hi there, I've been battling with trying to use two loopedsliders on a page with multiple widths. I can't seem to get the 2nd one to work, Everything shows up fine but the slider isn't working...Any ideas on what might be the problem? this is what the html looks like: <div id="left-col"> <div id="newsSlider"> <div class="news-container"> <ul class="news-slides"> <li><p>this is the first slide</p>
Validation plugin return true
Hello, Im new to the jquery universe, but im trying. I installed the following plugin: http://docs.jquery.com/Plugins/Validation And everything is working, they get an error messages if they haven't met the requriements, like: number:true, minlength: 5 i made it with an li (so i can style it via CSS). But my problem is, if they have typed the correct thing, lets say the email is correct, then i would like an litlle green checkmark to appear to the right of the desired input field. every input field
Basic help with SmoothScroll + jQuery Easing Plugin
Hi, im super new to jQuery and i just need a little help understanding how to set up a few plugins. Im using this smooth-scroll script and in the comments (4) on that page the author says it's easy to set up an ease plugin in this way: $('html, body').animate( {scrollTop: targetOffset}, {duration: 400, easing: 'easeInOutExpo'} ); How/Where do i go about adding that code?? And what i tryed was: <script type="text/javascript"> $(document).ready(function() { $('a').smoothScroll({ afterScroll: function()
validate append help
hi I would like the error message to be an em inside my label tag. how would i do this? <label for "formname" class="label">Your Name:</label> <input type="text" name="formname" class="required" id="formname" size="35"/> and would like it so it has <label for "formname" class="label">Your Name:<em>error message here please</em></label> <input type="text" name="formname" class="required" id="formname" size="35"/> been plaing around and cant append it there. cheers
Anybody know of a decent jQuery background slider?
I need one that will work with this type of design: http://sphotos.ak.fbcdn.net/hphotos-ak-snc3/hs307.snc3/28949_10150202040535363_877265362_12788288_5010010_n.jpg Not only that, but the image needs to scale with whatever resolution the users browser is at. I've seen this one, but I find that the transition is really jerky when at a fairly large resolution: http://www.buildinternet.com/project/supersized/ Any recommendations would be great. Thanks
Datepicker problem
I am using the datepicker plugin and I am having one little problem. I am using datepicker version: jquery.datePicker.js 98 2010-05-24 10:10:01Z I instantiate the date-picker as follows: $('.date-pick').datePicker( { startDate: '01/01/2001', endDate: (new Date()).asString(), clickInput: true } ); This all seems to work except the current date when clicked on does not fill out the associated text box. All other dates in the start/end range work as expected. Any ideas where
JQuery validation plug-in
$("#myform").validate({ groups:{ username:"fname lname" }, errorPlacement:function(error,element) { if (element.attr("name") == "fname" || element.attr("name") == "lname") //what does this line?? why it checks to see if the value of attribute "name" equals to "fname" error.insertAfter("#lastname"); else error.insertAfter(element); //what the "element" refers to?? }, debug:true }) <form id="myform"> <label>Your Name</label> <input name="fname" class="required"
JQuery Validation Plugin Fails with Min Max values
I am experiencing problems getting the min/max/range validations to work correctly. You can see the problem in the demo page http://docs.jquery.com/Plugins/Validation/Methods/min#value. If you enter something in to pass the required validation but not the second validation and then you put in enough data to pass the second validation, the validator never clears out the validation.
Validate Use Case
Is there a reason why Validate does not flag empty input fields even when they are class='required'? I've tabbed through required fields and not a one was validated. Only when I enter in one character in a field with a minlength='2' does the validation kick off. So in the end, when I click submit, an empty form can be sent to my app server, violating the class='required' markup I put on the element. -=Bryan
InnerFade do no work with IE8
Hi: Sorry my grammar, this is my first time here. I try the image examples of http://medienfreunde.com/lab/innerfade/ Works fine with Chrome and Firefox but when I see it under IE8 the transition do not work fine I use transparent PNG images You can see my example here http://rmsd.brinkster.net/jquery.asp You can see the problem whith the car images Anyone knows how can I fix it? Any idea? Again, sorry my grammar Regards from Lima, Perú MC
JQuery Cycle
I am relatively new to Jquery and I am trying to use the Cycle plugin for a book viewer web app I am trying to build. I am playing around with several of the demos on the Cycle website and trying to combine several of the features. Specifically I started with the after.html demo, then added group by div (div.html), and I am now trying to add a bookmark feature (perma.html). However, I have not had any luck with the bookmarking as it just adds the #1 hash to the URL without any additional bookmarking
Dropshadow + iframe = bug
Hi! I'm having a problem with the dropshadow plugin, it displays just fine when I visit my pages but now I use an iframe for my forum and the shadow is to far away... I solved it using '$(window).load(function(){' but now when I visit a link in that iframe and a scrollbar is needed, the shadow is still too far away... And I know it's because of the scrollbar. Does anyone know this problem? How to solve it? Thanks. (Sorry for my bad english )
Using buttonset for links
Hello, I'm trying to use a buttonset for formatting links as opposed to just radio buttons. I am looking for a method of loading another page when clicked upon as opposed to simply the changed state. I've tried the .load ajax feature for the id but that does not seem to work. it may be an easy question, any help would really be appreciated. Thanks!
jQuery Form Plugin & .load()ed forms
Hi experts, I've been getting into jQuery a bit lately and ran into a problem with a form that is part of an application I am working on. I'm using a basic "tab" set up where each tab loads a .php file into the div to display the contents. One of the tabs is a form which I want to submit without reloading the page. I'm using jQuery Form Plugin from malsup.com to submit the form using AJAX. The form works when the .php file is included through PHP, no problem. But if the file is included using the
DataGrid question
Can someone recommend a free JQuery DataGrid that allows for sorting, editing of columns and individual rows etc and looks professional? Cheers, Mike
JQuery Validate Plugin: Prevent validation issue on nested form
I have a form on which I use validation. This form has a section for photo upload. Initially this section contains six <img> elements with the following code: <img class="photo_upload" src="image/app/photo_upload.jpg">I have bound a function to the click event for the class of `photo_upload`. This function replaces the image with a minimal form with this code: <form onsubmit="startUploadImage();" target="control_target" enctype="multipart/form-data" method="post" action="index.php" id="add_image_form">
jQuery Validate Plugin: Can I send a failure message back from the server using remote?
The docs for the remote method (http://docs.jquery.com/Plugins/Validation/Methods/remote#options) seem to suggest this is possible: The response is evaluated as JSON and must be true for valid elements, and can be any false, undefined or null for invalid elements, using the default message; or a string, eg. "That name is already taken, try peter123 instead"to display as the error message. But I cannot seem to get it to work. I've tried returning both: My failure message. and "My failure message."
Cycle with custom navigation (on mouse over) using my page navigation menu
Just wanted to add the cycle plugin to show content when i hover over my main navigation menu related to the cycleing rotation. So i need a solution to tell cycle an id to cycle to. So far i am stuck with before and after functions. $(document).ready(function(){ $('#onpoxSlider').cycle({ fx: 'scrollLeft', easing: 'bounceout', delay: -2000, before: onBefore, after: onAfter }); function onBefore() { // ... } function onAfter() { $("#t" + this.id).toggleClass("isActive");
Cycle and SpryTabs
I've been successfully using cycle for a while now, but have tried putting two on one page (one each in a tab) and have been now unsuccessful. The second (under the video tab) does not show up for some reason. Does anyone have some insight? I don't know if it's because of the Spry tabs or if there's a conflict between the two cycles. Here's an example: http://dev.discoversayville.com/test_jquery.html Thanks in advance!
jQuery.form causing blank white page
I'm trying to use jquery.form to handle a file upload in a dialog (nyroModal). Everytime I test it (and I've gone through a NUMBER of modal plugins assuming it was a compatibility issues, but it's not) I always get this error: TypeError: Result of expression '(jQuery(this).data('form-plugin-onload'))' [null] is not a function. This stems from line 181 of the plugin code. The plugin works fine as long as there is no file upload in the form it is processing, because it doesn't generate an iframe, but
HotKeys Plugin
Hi All, I'm new to Javascript and JQuery so excuse my ignorance in advance. I'm using the HotKeys plugin and it works very well but here is my dilemma: I'm using the code below which works but I now want to pass whatever the user has typed into the field as a parameter (without tabbing off the field) and simply pressing the F8 key $(document).bind('keydown', 'F8', function(){window.open('LookupVendorForm?','_self')}); Is this possible? Cheers, Kevin
Another jQuery and IE problem
Hey guys. I think this has to do with the 'extra comma somewhere' that I've read about on the forums all too often, but I can't seem to locate anything. I'm not a coder by trade, just an implementer of plug ins :) So I have a few plug ins and everything works fine in FF and Chrome, but in IE nothing is displayed (related to the jQuery). In the IE debug console I get a syntax error, character 1 on the line I've highlighted. Any help will be greatly appreciated. Here's the plug in codes I use: <script
Dropdown box with dependent textfield
Hi all, I am using jquery form validation I have a dropdown box with 'other' as a selection. When someone selects other than they must fill in a textbox. I have looked everywhere including the examples here but all i can find is a checkbox dependency (which is no help to me). I am new to jquery so if anyone can help or give me some where to start that would be awesome. <p> <select name="fruits"> <option value="apple">apple</option> <option value="orange">orange</option> <option
Issues with Jquery Cycle
I am working on a site (bomamfg.com) I am using a flash banner on the materials page, however, I suck at flash and want to use the JQuery cycle. On the recycled glass page (under materials), however, its working on all the browsers i've tested it in except chrome. Its annoying my cause if I load the page directly its works, but when I load it via the link it fails. Any suggestions? Thanks
jquery validator addMethod
Hello I am using addMethod in jquery validator but it is not working I have this: $.validator.addMethod("complete_url", function(val, elem) { return false; },"Please enter a valid URL"); $("#Profile").validate({ rules: { website: { required: false, url: "complete_url" }, password: { required: false, minlength: 6 } } }); it is a test but is not working, if
Simple Ultimate Page Layout Manager Design?
hello, im working on that for 3 days and tried every example for that plugin and got it working. but i cant make a simple design. itry to make this with out the center pane... http://layout.jquery-dev.net/demos/nested_sidebars.html i fail to get rid of the center pane or to split the center horizontal and remove the east pane. has someone an idea or a tip? Thank you Simon
jquery menu hover 1 sec delay. HELP
need help adding a one second delay to a drop down menu. don't want people triggering it by accident: http://www.corneliodesign.com/menu/ i used hoverIntent to delay it: http://cherne.net/brian/resources/jq...verIntent.html i got the script in there: http://www.corneliodesign.com/menu/s...hoverIntent.js but it's not actually working for me. please see if could look at code, tell what's wrong or gimme another options, would be extremely appreciative, thanks, julio
jquery cycle “allowPagerClickBubble: true” not quite working
Hi all, I want my page anchors to work as menu links so I used this code: $(function() { $('#slideshow').cycle({ slideExpr: 'img', fx: 'fade', speed: 2000, timeout: 4000, pager: '#nav', pagerEvent: 'mouseover', pauseOnPagerHover: true, pagerAnchorBuilder: function(idx, slide) { // return sel string for existing anchor return '#nav li:eq(' + (idx) + ') a'; }, allowPagerClickBubble: true }); }); If you click the right mouse button, you can choose to open the links and they do open just fine but a
Accordian will not expand in IE
Hello, I'm fairly new to JQuery, I've run into my first problem. I'm working on a site and used the accordian menu. It works great in Firefox, but when opened in IE it does not expand. Any idead how to fix this?? Thanks, Shem
jQuery Form Plugin
Hello! I'm use Form Plugin by Mulsup for upload files and use ajaxForm(). I successfully send files using the submit button, but I want to use onClick = "document.mailForm.submit ()" Somebody has worked with such a task? Please help!
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.
Am I using too much javascript / JQuery?
Hi, I'm not sure what is causing the issues I'm experiencing, but we're currently building a very easy ticketing system for our clients into the main site. Tickets are tied to customer accounts this way, so we don't want to use a third party tool anymore (Kayako has been promising their version 4 for ages, so we decided to stop waiting anyway...) Okay. On to the issue... You can see what we did on http://flexin.be/site/en/SupportTicket/customerView/24.html?KEY=0651b7a5fd4c418eda481eb743e0c35b For
treeview - user seeing cut off text
Hello, We have been using jquery treeview with great success on various pages on our website for a while now, but we have one visitor that is complaining of text getting "cut off" in IE8, Chrome 4.1, and Firefox 3.6 on our Royal News page ( http://www.scranton.edu/royalnews ). His direct text is below: "I wanted to make you aware that the text in the expandable drop-down bullets in the General News, Faculty and Staff News, & Student News sections is being cut off and cannot be read. This has been
Simple modal window on page load
Hi all, I was wondering if anyone would recommend an example of a stylish modal window dialog to start on page load. I was looking at Simple Modal plugin but wasnt able to start it on page load. I quite like the OSX style one. Any advice? I would like to greet the user with a dialog like this when the visit the page for the first time. Sincerely Dan
Form Plugin Encoding in Internet Explorer 7
Can you Help me with an encoding problem in IE 7? I use your great ajax form plugin. But on IE7 all special german characters like öä ..etc.. are not the same, when they are recieved by the server?
Combine two jQuery Plugins? Tab nested in Splitter?
Hello, im new to jQuery so be nice ;) I tried to combine the "The Ultimate Page Layout Manager" with the "UI/API/1.8/Tabs" Plugin. I get both working but when i try to nest the Taps inside the Layout Manager plugin, the taps are not working right. The Plugin Demos: http://layout.jquery-dev.net/demos/simple.html http://docs.jquery.com/UI/Tabs Has someone an idea what im doing wrong? Thank you. Simon
custom plugin Table sorter date parsing
Hi, I have got table sorter plugin for jquery. I have noticed that the date sorting does not sort by the second number if the first is a 0: 04/09/2009 Instead it has to be 4/9/2009 to correctly sort. I'm really unsure on where to start in creating my own parsing. How do I plop it into my current code?? Any help or directions would be great. $('table.policiesView').tablesorter( { dateFormat: 'uk', headers: { 6: {
Use Cluetip in two instances on one site
I'd like to use cluetip in two different ways on the same site. One instance would provide users with information about a subject, the other would provide a definition of a term. Right now I simply use two different images as the trigger, but I would like to differentiate the instances with different color pop-ups. Any ideas?
Next Page