It works on Firefox and don't load images correctly on Safari 5.
Hi, can someone address me how to check that behaviour of a gallery script ? it works on Firefox but don't load thumbnails on Safari 5. http://www.danielepellegrini.com/album.php?alb=362&rac=49 this is the GalleryView Jquery gallery http://www.danielepellegrini.com/galleryview/jquery.galleryview-1.1.js thanks a lot!
problem with hoverpulse plugin
i'm using the hoverpulse plugin to make the images pulse here http://www.marmaraturkishrestaurant.com/ but there is an issue with the behavior on Chrome and Safari ,it works fine on FireFox and IE. could you help me with this?
No Spam plugin doesn't seem to work
I'm using the nospam plugin from here http://www.leftrightdesigns.com/library/jquery/nospam/ and it's not working. In the notes it says it's compatible with jquery 1.2.x I'm using jquery 1.4.2 obviously. Is this why it isn't working?
Using Galeriffic for displaying captions
Hello guys, my name is Julius and I'm webdesigner from Hamburg/Germany. I have a little problem here: I'm doing this artistpage for my boss and he has different series. For the most of the series I can use one single text for the whole collection. Sadly theres this one collection, where he has at least 12 pictures with different descriptions, so the descriptionbox has to change with each slide. The Galeriffic-plugin does its job well until the captionspart. Do you have an idea how to code the description-change
encounter problem while uploading file using jquery.form plugin
I'm using jQuery.form to upload a file to the remote server, and I know jQuery.form implement this by embedding an invisible iframe. Since the dataType I set is 'script', i need to wrap the returned Javascript with <textarea> to let the plugin execute the Javascript properly, but after I do all of the above, it doesn't work, the Javascript never get executed.
Announcement: Drag and Drop Special Events 2.0
Just wanted to announce the new versions of the drag and drop special event plugins. A completely event based API to create complex drag and drop interactions. There are lots of new features, new documentation, and 40 different demos to illustrate how the events can be used to achieve many standard interaction patterns. http://threedubmedia.com/code/event/drag/ Version 2.0 Features: - Simultaneous Multiple Drag - Live Drag Delegation - Shared Callback Object - New Drag Properties http://threedubmedia.com/code/event/drop/
Jcrop for multiple location selection
Hello: Need your expert suggestion. I want to allow user to select multiple area in an image to capture the hotspot. Jcrop looks good and it is possible to select one area. Is it possible to make JCrop to work for multiple area selection or are there any other plugin supports multiple area selection in an image? Thanks, Venkat
Superfish not working in Master Page. Get object expected on function
I can't seem to get it to work in a Masterpage but it works in a non-master page. Any Ideas? On the function call. It errors with a object expected. Double chked paths but either way with the ../ or not it still does not work. <head runat="server"> <title></title> <link rel="stylesheet" type="text/css" media="screen" href="superfish.css" /> <script type="text/javascript" src="../bin/jquery-1.2.6.min.js"></script> <script type="text/javascript" src="../bin/hoverIntent.js"></script> <script type="text/javascript"
Need help with Cookie
I've been trying to use the cookie with a script I'm using, however every way I've attempted to apply it doesn't work. The script allows users to click on colored boxes to change the background of the page they are viewing. I'm wanting to use the cookie to remember what color the individual selected last, but like I said it's not working and I've tried to set it up several ways. I've attempted to trigger the cookie by click but got nothing from it, and I attempted to use the "if" along with it...
jQuery cookie script is only setting the cookie for a day...
Hi everyone, I am using a jQuery cookie script to set the cookie of some elements on my website. One of the problems is that I need the cookie to not expire after one day, I need it to expire after a while (I'm going to start off with a year). Here's my script, the red part is what I've been editing. * Create a cookie with the given name and value and other optional parameters. /** * Cookie plugin * * Copyright (c) 2006 Klaus Hartl (stilbuero.de) * Dual licensed under the MIT and GPL licenses: *
Fade instead of Slide
I'm currently using nathan searle's looped slider and have been trying to manipulate the js code so that everything fades instead of slides...Does anyone know how to do this?
validate plugin - use twice with different options on same form?
How can I use the same form with two distinct sets of validation options? From what I can tell the following isn't possible because validate caches the validator object inside the $("#frm1").data() object. What's the best way to clear this? I tried this: // first call just validates for an ajax call that just changes the display if($("#frm1").validate(options1).form()) { // do ajax call and update display } else { // reset form showing errors } // second call is reached only after 1st is validated
jCarousel scrolling from right to left
Hi everyone, i am trying to reverse the scrolling direction of Jcarousel and make it scroll from right to left. anyone knows how that can be achieved? so far i to define direction in the containing DIV of the jCarousel element, tried changeing the float argument of the <ul> and <li> tags inside the Carousel but without any nice results. also, you can get the jcarousel .js file here: http://174.133.190.8/~goldarch/jquery.jcarousel.min.js at least, thats the one i am using. thanks!
Validate incorrectly disables some (not all) validation if a checkbox is checked.
I have a fairly straightforward form with validation on a number of fields, all of which is working fine. I have credit card information fields being validated only if a Payment Method radio button is set to 'Visa' or 'Mastercard', and this is also working correctly. <input name="payment_method" value="visa" type="radio" class="radio payment_method">Visa <input name="payment_method" value="mastercard" type="radio" class="radio payment_method">Mastercard <input name="payment_method" value="cheque"
using jConfirm with onbefore load
I have a basic function to alert the user upon refresh, browser back button (except the submit button) or when a link is clicked they will lose form data from a form wizard. <script type="text/javascript"> var okToSubmit = false; window.onbeforeunload = function() { document.getElementById('Register').onclick = function() { okToSubmit = true; }; if(!okToSubmit) return "Using the browsers back button will cause you to lose all form data. Please use the Next and Back buttons on the form"; };
Autocomplete & remote data : works with local data... not remote
As explained here Plugins/Autocomplete, I did this example which works in my page / input: now I can click on suggested results and go directly to the right url. If I type 'L', 'Link A' & 'Link B' are suggested --- with local data : js into my web page --- var data = [ {text:'Link A', url:'/page1.html'}, {text:'Link B', url: '/page2.html'} ]; $("#valSearch").focus( function() { $(this).autocomplete(data, { formatItem: function(item) { return item.text;
Overscroll plugin, need separate 'Back'/'Next' functions
I'm hoping someone is able to help me here. I am using the Overscroll plugin from this site. I have successfully implemented it and the scrolling works 100%. What I need to be able to implement now is the ability to add 'Back' and 'Next' buttons which duplicates the scrolling function when clicked (instead of using the mouse drag action). I have an idea that I have to use jquery's animate effect, but I cant seem to get it to work.
Validation plugin: append custom html on error
Hi all, I am using the validation plugin and I want to append <div class="error">message</div> after my input element when there is an error. I do not want the input field to have a class error attribute added to it. I have tried modifying code from the docs but I endup appending a duplicate copy of my input field as the message. I guess I need to modify errorPlacement: errorPlacement: function(error, element) { if ( element.is(":checkbox") ){
two instances
Hi, I hope somebody can help me. I just coded a small autocomplete plugin and it acutally works quite smooth. The problem I got is the following: whenever I try to start two instances on the same site, it only takes the settings of the 2nd one. jQuery(document).ready(function(jQuery){ jQuery('#input1').UIAutoComplete({url:'bla.php'}); jQuery('#input2').UIAutoComplete({url:'bla2.php'}); }); So in this case the input1 and input2 would both send their data to bla2.php Could you please tell
Rotating UI Tabs Slight Modification
Hey all, I'm looking to use these rotating tabs on my website: Rotating UI Tabs example But my website layout has the tab menu BELOW the content that is displayed. Basically, what this means is that I need the tabs code and content code to both be in separate divs without this stopping the script from working. Can anyone lend me a hand on how to achieve this? Or potentially another workable solution? Thanks very much in advance!
Image Creation
Hi, Can I get a plugin which functions like this: http://www.cadandthedandy.co.uk/design_tool.php?catid=30&fabricid=268#?
Autocomplete on a click of button
Hi, I am using JQuery Autoplugin 1.1, I want to activate the autocomplete on a text box on click of a button besides the box.Currently I am trying to use the following option, but it is not working. Here try is the id of button and try1 is the id of text box $("#try).click( function() { $("try1").autocomplete( months, { minChars: 0, max: 5, autoFill: false, mustMatch: true, matchContains: true, scrollHeight: 220, scroll:false, formatItem: function(data, i, total) { return data[0]; } }); });
Validation - multi element validation
I have four inputs that relate to each other and would like to right a validation that checks each against some business logic and show a single error message if validation fails. Are there any examples of how to do this? or, best practices?
jcarousel initCallback
Hello, how can I call the mycarousel_colors_itemVisibleInCallback function or do carousel.reset(); when I do onClick? <li onclick="clickSize('M', true);" title="M" id="size_M" class="product-size">M</li> jQuery(document).ready(function() { jQuery('#mycarousel-colors').jcarousel({ wrap: 'circular', scroll: 1, visible: 5, initCallback: mycarousel_colors_initCallback }); }); function mycarousel_colors_initCallback(carousel, state) { jQuery('li.product-size').unbind("click");
Valdation error - Does not submit, continuously adds new errors ontop of old ones
Hi guys -- I'm a bit stumped on this one. I have implemented the jQuery validation (i've used it on several other forms fine) on a page that previously contained no javascript. When the form submits, the errors appear as they should, but they do not go away. Instead, when the form is submitted again, another batch of errors are posted above the previous ones. Here's a video of it: http://screenr.com/3kK Any idea what may cause this?
List Nav plugin issues in IE6
Hello. After much work I finally got a basic example going but when used in IE6, hovering over a letter in the listnav throws a javascript error. Ive tried this with a local copy of jquery 1.4.2 and the google api version as well. Here is an example using external sources for css and JS only. * please note this only happens when I use this example but does not happen on the online demo, so obviously it is something I am missing. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
JQuery Cycle Plugin Problem loading images
Hello everyone i have a problem using this plugin. i have a gallery in a div this div has a 6 divs containing an image. the problem is that when i click on a button to go to the other slide in my web page (actually on the internet) only shows me 2 of 6, thats why i think its a loading problem. what can i do to solve this??? thx
modifying behavior of filament group's collapsible plugin (toggle hide on new select)
i just found the filament group's take on an accordion effect yesterday, and i really like it. the authors have really thought out the progressive enhancement requirements for ensuring accessibility to a degree that the original jQuery accordion does not yet. however, the default behavior is to leave a selection expanded until you click it a second time, rather than collapsing it when you select a new header. i've modified the relevant code thusly. original: .click(function(){ if( $(this).is('.collapsible-heading-collapsed')
jquery validation not working after postback in asp.net
I am using jquery validation plugin in my asp.net page. In the codebehind if image size is big i am displaying an error in the aspx page. When I click "Register" button again the page is not getting validated again. Can anybody help? <script type="text/javascript"> $(document).ready(function(){ $("#<%=btnRegister.ClientID %>").click(function() { $("#aspnetForm").validate( { rules:{ <%=txtName.UniqueID%>:{required: true } }, messages: {} }); }); });
Can someone help me with the jquery lightbox plugin?
I am using this: http://leandrovieira.com/projects/jquery/lightbox/ I put everything in the page, but the box does not come up, it just links directly to the image. Here is the code I am using: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <title>template_1</title> <style type="text/css"> body { background-image:
How to remove input attr from radio button
I have a form with several radio buttons in one fieldset (fieldset's are broke up by a wizard plug in). If you check "Yes" to any of the 5 radio buttons, all the parent li's with the radio buttons are hidden and a li with text appears stating you can't click yes. There is a link in there to go back to the original fieldset that when clicked, makes the li with text disappear and the li's with radio buttons appear. Easy enough to make this happen. When you click the link to go back I would like the
Validate Plugin - Validates on submit in Opera, Safari, Chrome, doesn't validate in IE and FF
Hi all, I'm currently facing an issue using the Validate plugin, and it has been driving me insane for the past few days... When someone clicks the submit button, form validates correctly in Opera, Chrome and Safari... but doesn't validate and submits on IE and Firefox... I've simplified as much as I could, yet the problem remains... http://www.titree.co.nz/order1.html If anyone can point me in the right direction - it would be extremely appreciated! Thanks, Nick
jquery GRID plugin for ASP MVC 2
I want to know what is the best jquery ASP MVC grid plugin out there in market? I am looking for a grid that has following features 1) list data 2) insert , update and delete functionality 3) insert , update and delete in hierarchy grid 4) export data I want to make a decision basing on following criterias 1) free license VS paid license 2) compatible with most common browsers 3) forward compatibe - means minimum to zero maintainence when moving to new dev platform like new visual studio
Getting shadow plugin working in my own webpages
jquery.com entry: http://plugins.jquery.com/project/DropShadow The home page: http://dropshadow.webvex.limebits.com/ The home page works very well in all of the browsers I tested. But when I copied most of the website (except graphics I think), there are problems with zooming in and out in IE8 - the shadows move around. http://sky-walker.net/temp/DropShadowExamples.htm I tried to make a simple version (but used css from the official site) but they don't display properly in any browser http://sky-walker.net/temp/dropshadowtest.html
Jquery Validation
Hello. I'm trying to use the Jquery Validation (http://bassistance.de/jquery-plugins/jquery-plugin-validation/), I have it all working but I don't want the validation text to appear next to each field, but just to highlight the field in red. At the moment text will be displayed next to the field eg. This is a required field which in turn messes up my form layout! I want it like this: http://jquery.bassistance.de/validate/demo/marketo/step2.htm (just click submit). Any ideas how to do this? Thanks.
Superfish Menu Problem!
Hi everyone, I am trying to use superfish dropdown menu in my http://www.jenatreks.com as the sample shown in on this site: http://users.tpg.com.au/j_birch/plugins/superfish/#sample3 . But I didn't see this slide options when I tried to customize it from the module. How can I make it? Thank you so much in advance. Regards, Upendra
jQuery Cycle Plugin, Pausing slides when previous next is clicked.
Tried several approaches and cannot seem to get the slideshow to pause, stop or toggle when the user clicks prev or next. Maybe I am misunderstanding the best approach or not seeing how PrevNextEvent might be used correctly. Can any one provide a nudge? Here is the code as it stands in working order currently: $(document).ready(function() { $('#slideshow').cycle({ fx: 'fade', timeout: 5000, next: '#next', prev:
Problem using jqModal in IE8 (css problem?)
http://sky-walker.net/temp/jqmodaltest.html In IE8, the "view" link on that webpage doesn't overlay the overlay over the page... it just inserts the overlay before the webpage even though the original div was after the page content. Also, when the page is scrolled, the overlay scrolls up as well. The examples on the official website work fine though. http://dev.iceburg.net/jquery/jqModal/#examples I think I'm missing some css... I found that if I add margin: 0; to body, the overlay doesn't have
hide show input field based on select option value chosen
Hello all, I hope that I am in the right area for this post. I am trying to use jquery based on a user select list. When a user chooses the "other" option they should be able to input a new selection value. The input put box is not being hidden even though other has not been chosen. Anyway, here is the code that I have put together. TIA, Peter <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EL" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"
JQuery cycle not working in Chrome
Hi there, I'm trying to use the cycle plugin on a webpage to show pictures of different products that we make out of certain materials. The slideshow works great in IE and firefox, but I can't get it to work in chrome. The hard bit about this is that the demos on the cycle plugin site works, and the slideshow works on my page when I hard code it into my address bar, but when I load it onto the page via a link, it doesn't work, all the pictures just show up in a line down the screen. The site is bomamfg.com/Materials.html
Next Page