Scrollable next/prev buttons in different div than .scroll
Hey: I am trying to use the scrollable plugin from jquery tools. I have added next/prev buttons and they seem to work fine if they are in the same div as the images to be scrolled. However, I need them in a different div and that seems to cause them to stop working. Has anyone run into this problem? Thanks
jParallax feature idea
I would love to see jParallax have a setting that would allow the the slider to slide to, for example, its full left position before the mouse position is at the extreme left side of the mouseport. Like, If I set this to 50px, When the mouse is within 50px of the left edge of the mouseport, the slider will be at its left extreme. Am I missing something that will do this in its current state? Thanks!!
tipTip plugin on ajax loaded contents
Hi, I use the tipTip Plugin and i like it very much, but didn't get it to work with contents i loaded with jQuerys ajax function. The original Code is: org_elem.hover(function(){ ... }, function() { ... });I tryed to replace the hover function by the live() function: org_elem.live('mouseenter',function(){ ... }).live('mouseenter',function() { ... });But i can not get it to work that way. If anybody knows a way, please tell me :D Elias
tiptip Plugin on Ajax loaded elements
Hi, I use the tipTip Plugin, and i like the style, but it only works on non Ajax contents. I tryed to replace the .hover funktion with .live() but then nothing works :( Original Code: org_elem.hover(function(){ ... }, function(){ ... });My attempt with the live fuction: org_elem.live("mouseover", function(){ ... }).live("mouseout", function(){ ... }); I hope anybody already had the same problem an can show me a working solution :) Elias
validator.addMethod question
Hi, I have a question regarding the validator.addMethod. Specifically my question deals with the message part of the addMethod function. I have the following code in my document.ready function. $(document).ready(function() { var message = ""; jQuery.validator.addMethod("IsSelectionValid", function(value, element, param) { var result = true; if ($('#auditTypeDropDownList option:selected').val() == '1' && element.id == 'opinionDropDownList') {
Jquery Tooltip text/content overflow
Hi everyone, I'm using the jquery tooltip plugin to display user details in a listview. I'm using a background image for the tooltip. Works fine when the content is about the size of the tooltip or less. But, if the content to display in the tooltip is long, it overflows beyond the bottom border of the tooltip. Is there any workaround to stretch the background image as the content increases. Any other suggestions are welcome. Thanks.
jquery galleryView
im having this problem.whenever i use galleryView 2.0 in jquery dialog, the pictures doesnt show, i see only the loading bar an thats it. can some one plz help me
Having trouble getting one link to use scrollTo to a div and jumpy scrolling using scrollTo
I've setup a small one page site. It's one long horizontal scrolling page. I'm using jQuery scrollto, to scroll the entire window to each specific div on the page. At the top of the page there's a menu of <li> but the very last one 'Thanks' in the list won't scroll to the corresponding div#thanks. For some reason it only every scrolls back the first div called div#faux-pas. Every id name I give it causes the same problem. Also when click the menu items at the top of the page, sometimes there's
jQuery Cycle create Conditional Statement
hi as in my previous post I solved my own problem on handling the 'height' property, now I just can not make the conditional logic on onAfter statement I make 4 sliders in the same page with next-prev button on each slider I put this on onAfter function onAfter(curr, next, opts, fwd) { var index = opts.currSlide; $('#prev,#prev2,#prev3,#prev4,#prev5')[index == 0 ? 'hide' : 'show'](); $('#next,#next2,#next3,#next4,#next5')[index == opts.slideCount - 1 ? 'hide' : 'show'](); //get the height of the
Superfish
Can I use Superfish in a commercial web site? Thanks!
cycle plug-in IE 8 png transparency issue
I'm having an issue with transparency not working on png images, while using the cycle plug-in, in IE8. Of course they work perfectly in all other browsers, though. The strange part is, that rather than the background being transparent, it is being filled with the background wrapper color. The background image for the wrapper is an image with a gradient at a set height (repeat-x), so whenever the height of the page exceeds the height of the background image, the wrapper div is set to continue with
Splitter plugin using cookies not working in IE7
Hi, we download the latest version (1.5.1) of the Dave Methvin's excellent splitter plugin to use in a dynamic page. We found that it was necessary to use the cookie option so the splitter plugin can save and retrieve the last position of the splitbar each time the page is loaded. We tested this option in Firefox and it worked correctly, but it did not work in IE7. This problem has happened before to anyone? Do anyone know of any solution? Thanks in advance, Jorge
scroll.js issue...
I' m new to Javascript and have been trying to add an animated scroll to anchors to a website. I've tried about a dozen (I swear...) different Jquery(and other) scripts but only a couple of them partially worked (not on IE). This last one is working on Chrome, FF and IE. The scrolling is fine but when I move the mouse/mouse wheel to go back up, the page shakes a bit about 3 or 4 times. The code is kind of short, would anyone know what could be causing this or how to fix it? $(document).ready(function(){
programmatically open titlepane?
Hi How do programmatically open titlepane ? thank you tony
Bring Back GOOGLE GROUPS!!!!
Why is it I can;t get a response to any of my posts? This sucks.. With Google Groups I would have 2 to 3 responses within the hour.. Here I get nodda!!! What's going on!!! Will someone respond to this? Probably not. Erik
jquery validator question
Hello all, Very new to jquery here, so please be nice! :) I'm attempting to use the validator plugin and having a bit of an issue. I'm attempting to use an ajax call from within an addMethod on the validator. Yes - I know I can add the "remote" call to the rules area, and I considered that, however in this instance I need to have it in the addMethod. I've searched the site and found this solution: http://forum.jquery.com/topic/jquery-jquery-validator-addmethod-how-to - that's kind of what
$.history is undefined ??
Hi there, I am trying <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js" type="text/javascript"></script> <script src="jquery.history.js" type="text/javascript"></script> <script type="text/javascript"> $(document).ready(function () { //Check if url hash value exists (for bookmark) $.history.init(pageload); but i get an $.history is undefined. I have uploaded the plugin, what am i overlooking/?
DatePicker Date Range
I want the date picker to only allow dates only after today. I know there is a yearRange $('.selector').datepicker({ yearRange: '2000:2010' }); How can i set it to dont allow dates in the past? Thanx
jcarousel lite callback?
Hi - I am using jcarousel lite on this page: http://www.occasionalconfections.com/beta/portfolio.php the photos are being fed from an included php file which is pulling the photos from a picasa web album. the php page takes a few seconds to run and i would like to have some clean way to indicate that the gallery is loading while this takes place - weather it is with some kind or modal window or better yet buy having the jqcarousel hidden while its loading and display an ajaxloader image. but i think
autocomplete - if no results add
When typing in the autocomplete field, if no there are results I want to provide an option to add to the database. I'm thinking maybe a pop-up asking if user want's to add so I can include other form items and when submitted go back to the form they were on. Thanks
Jquery dialog bleeding through the page
I am using jquery ui framedialog pluggin. In IE6 as well as in Web browser control the dialog bleeds through the controls on the page. Actually the header bleeds through. I have attached a screen shot which indicates the problem Does anybody have an idea on how to solve this problem. Help!!!
¿how to modify jquery superfish?
hi, im new here, excuse me if im not posting this at the right place, but i downloaded superfish jquery plugin, and i followed the steps, i already had made a submenu in html and css with ul, li,ul, li, ul,li , i wrote the calls to files (css, and jquey) in the HEAD tag, but only i can see the first ul displayed in block as a normal menu with the superfish effect, but the dropdown menu dont show! What can i do, or were can i find more help, if you can tell me what to do, you would help me a lot,
tooltip delete and recreate for dymanic content?
I am having trouble with the tooltip where I update a section of the page then try to assign a tooltip to the updated section which then kills all existing tooltips. Basically what appears to be happening is tooltip is being applied twice to some objects causing the tooltip to fail on those. Imagine there are two divs and inside each is a set of items with tooltips. $('.tooltip').tooltip(); Will enable tooltip for all items in both divs... Now if I dynamically rebuild the contents of div1 and then
Manually adjust submenu box width
I want my submenu's width to be the same as menu bar boxes' width. As of now, the submenu is longer (I took out the arrows, not sure if that matters). If anyone can help please ;/ Thanks in advance!
Combine Validate and Message plugins
Do anybody knows or has tried to combine message and validate plugin ?? this is, change the messages of errors in validate plugin to the ones displayed by the message plugin, maybe something similar to validateEngine plugin but using validate plugin
autocomplete - add to local
I'm using autocomplete and referencing a local array. eg. var foo = new Array("apple","ape"); $("#myinput").autocomplete(foo); What I'd like to do: When the user hits a button, if the value in #myinput isn't part of foo, add it. Then clear the value and the user starts over. but this time, (this is what I don't know how to do), have the autocomplete use the new foo. Is there a way to refresh the 'reference' to the local array that autocomplete uses? or add to it? Many thanks. This plugin rocks.
Superfish and Cycle overlap issue in IE7
I'm using the Superfish and Cycle plugins on the same page. It works fine in major browsers except IE7! In IE7, the dropdown menu is not displayed (or is blocked) properly with the cycle rotating images below it. Can anyone possibly tell me how I might fix it this in IE7? It works fine in IE8, FF3+, Chrome and Safari. Secondly, can anyone recommend a good source for IE7 css bug fixes / work arounds? Link to page with superfish/cycle issue: http://cumminswest.businesscatalyst.com/ Thanks, Brian
Auto complete plugin - calling 2 remote servers - is it possible?
Is there any way, i could have one text box and can call the two remote server[urls] at a time..i would like to display the search results from two remote servers at a time in different places[for comparison] . Any help?
How to validate multiple select fields with just one error message
Hey! I'd like to validate the folllowing 3 select fields at once. <select id="day" class="birthdate day" name="birth_date_day">...</select> <select id="month" class="birthdate month" name="birth_date_month">...</select> <select id="year" class="birthdate year" name="birth_date_year">...</select>This is the validation method: jQuery.validator.addClassRules({ birthdate: { validBirthdate: true } }); (validBirthdate is a selfmade method) The validation itself runs fine. My
Malsup form plugin v.2.43 no success callback in 1.4.2
Success callback does not work with jQ1.4.2, while it works with 1.3.2. Test page: http://174.136.55.2/~gsandbox/celeste/index-test-form.html Appreciate looking at it…
hoverpulse question
Thanks to malsup for the hoverpulse and thanks for sharing! I'm wondering if it is possible to include a caption inside the zooming div... A reply would be highly appreciated. michey55
jQuery Validator fields that use php style names with brackets and can be dynamically added
I have an entry grid that allows you add rows to it dynamically. The names of the fields in the row are all the same followed by a bracket [] for php processing. For example, here is a single row in the form table: <tr> <td class="hidden"><input type="hidden" id="muId[]" name="muId[]"></td> <td> <select class="markup-cost-type" name="muCostType[]"> <option selected="selected">Labor</option> <option>Material</option> <option>Subcontract</option>
Adding a simple image to empty an portion of Superfish menu bar
Hey all, I am having some odd trouble. For some reason, I cannot get a png that is 50px in height to match up on my superfish menu bar (on the opposite side of my menu items). Can anyone tell me how to do this? I just want to add a small logo to one side. Any help would be greatly appreciated! I have spent a few hours trying o figure it and no luck (new to css) THANKS!
Lightbox plugin doesn't work once site is hosted
I am using the simplest Lightbox plugin for my site which works just fine when I am working local. Once I host the site, the jquery is still there, it's just the larger images don't actually load. Also, when working local, the "next", "previous" and "close" buttons don't show up. I downloaded my plugin here, http://leandrovieira.com/projects/jquery/lightbox/ See for yourself what I am talking about. http://www.karendringenberg.com/ This is the code in the head of my html: <script src="js/jquery.js"
Trying to integrate Colorbox with Galleriffic
Hello, I've create a Galleriffic gallery on my site. I've also created a few functioning pages using Colorbox. Each of these scripts work just fine independently, but put the together, and colorbox does not work. At first Colorbox didn't seem to be doing anything. It wasn't even appending the "cboxElement" class to designated Colorbox elements. But after switching the order that the scripts were called, it began to at least do that. The trouble is that clicking on a Colorbox link simply takes a visitor
Jquery cycle / easing issue
greetings, i have installed cycle with some easing effects on this page: http://anyulled.blogspot.com/ It was working great, but now it throws this error on firebug: c.easing[this.options.specialEasing && this.options.specialEasing[this.prop] || a] is not a function e,this.options.orig[e]);this.options.c...++)a[b]()||a.splice(b--,1);a.length|| this is my jquery cycle configuration: $("#feed").after('<div id="cycle-nav"/>').cycle({ fx:"scrollHorz", fit:1,
jQuery plugins conflicting on a WordPress blog
Hello all, I'm having an issue where 2 jQuery plugins are conflicting with each other on a website. One is a WordPress plugin called Fancybox: http://blog.moskis.net/downloads/plugins/fancybox-for-wordpress/ The other is a jQuery plugin I added myself: http://ekallevig.com/jshowoff The website where I'm having this issue is http://cbgb.com. If you visit the site now, you can see the error in question as both plugins are enabled. I have included a screenshot of the WebKit inspector showing the error.
Cycle Plugin: Auto transition to start, pause when pager clicked
Hi, With the cycle plugin, is there anyway to have the transitions start automatically, and then when you click the pager, have the auto transitions stop, and only transition with the pager. I was able to pause and resume by clicking on the slide, but not on the pager. You can see my failed attempt at the URL below, and a snippet of the code below. http://clients.upshiftcreative.com/upshift/cycle-test-new/nick.html <!-- initialize the slideshow when the DOM is ready --> <script type="text/javascript">
help with jquery cycle plugin...
Please I need that this example of this plugin to work with internet explorer 6 and 7, with the 8 and another browsers it works very good, please help me... Here is the source code and the folder with the example <!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;
Searching jQuery Tooltip Plugin with AJAX support and easy integration
Right now I'm using a tooltip system based on overlib which looks good and works well. As I'm already using jQuery on my site I'd like to migrate to a jQuery plugin solution to reduce code an speed up usage. After searching for several hours I havn't found anything usable. See here for the current implementation on my site (hover over WOFF on 2010-03-17 entry. I'm looking for a tooltip which supports the following items: Bubble style (kind of, should at least look fancy) Positioning according to
Next Page