issue with select menu plugin
I am currently using this code: http://jquery-ui.googlecode.com/svn/branches/labs/selectmenu/index.html www.petsunlimited.com/test2.htm www.playerspace.com/test1.htm As you can see, the drop down on test 1 IS working correctly with optgroups and the drop down on test1 is displaying the optgroup with each option. Anyone know why this is?
Help finding a line drawing program
I'm creating a website where users outline strategies for other users to follow in a video game. (rift, WOW, LOTR online). I'm hoping to find a plugin that will allow users to draw lines over a map which i supply. Then i could save the image they drew. Any chance any one knows of a plugin that does this? I'm not sure i would have the technical skills to make such a thing.
Using validate and ajax load on the same button
Hey there guys, check out this Ajax code: [CODE] $('#checkout').click(function() { $holder = ($('#details').serializeArray()); //gets everything from the form and puts it in associative array (holder) $.ajax({ type: 'POST', url: 'index.php?route=payment/check/confirm', //send array data to payment/check method confirm data: $holder, success: function() { location = '<?php echo $continue; ?>'; //if successful then proceed }
Creating a right click menu?
I am creating an app and need the functionality that would allow the user to right click a div element and then produce a little menu. For this i am trying to use the wdContextMenu to create it as it looks really impressive. The problem i have is assigning the functionality to a div element when using an the initialize() of a MooTools class. With my app i first create an object that during initialization creates two seperate div elements. I would then like to assign them two seperate menus when each
Fancybox - adding links to external sites in inline content not working
I'm using Fancybox to display my portfolio projects. When you click on a project it opens a hidden div of inline content that contains an image of my project and a description with a link that will open an external link in a different window/tab. The link doesn't work at all. I've tried researching this problem and can't seem to find anything that will get this to work. I'm not sure if this would cause it to not work, but my html to open up fancybox is within a div that is using a jQuery toggle hide/show
Adding Additional Controls to J-Media Element
I was wondering if it was possible to add a Next/Previous button to the playlist?
Multiple Formats or Multiple Playlists Music Player in J-Media Element
I was looking at the j-media element plugin and saw that it supports music playlists and having multiple formats as seen here: Multiple formats in the last example: http://www.protofunc.com/jme/documentation/documentation-getting-started.html and playlist demo: http://www.protofunc.com/jme/demos/audio-playlist.html I was wondering how one could integrate the two? Either by having a format selector on each song? Or more preferably having some kind of universal selector at the top which selects the
IE Issues w/ jQuery News Ticker
Hi. :) I'm using the jQuery News-Ticker plugin for Wordpress. In IE, I'm getting this white box that's overlaying my text. I have tried just about every HTML/CSS trick I know, and even set the cleartypeNoBg to true, all without any success. Every other browser I have tested seems to work fine. Can anyone help me figure out how to get this fixed? Here's a link (It's in the 'Newswire' section, just below the header): http://tinyurl.com/3u5a3pg Any help would be greatly appreciated! Thanks.
How do I stop a loop in an Image slider (using the Sliderman plugin)
I am using the Sliderman plugin with 1.2.1.js and I was wondering what code i would need to write and where in the document to get a slideshow to end after one loop. Any help will be much appreciated.
Malsup Cycle Won't Work
OK, I'm new to jQuery so excuse the ignorance. I downloaded and installed the cycle .jquery.cycle.all.2.74.js and jquery.cycle.min.js and set up the code like on the example: <head> <style type="text/css"> .slideshow { margin: 0px 50px 0px 0px; width: 713px; height: 478px; position: relative; padding: 0px; text-align: left; clear: left; float: right; } .slideshow img { display: none } .slideshow img.first { display: block } </style> <!-- include jQuery library --> <script
Trouble with cycle plugin pager in IE...works in other browsers
Please find below my css for the slideshow used on my website. I noticed two problems in IE (I am using v 8). When the slideshow starts, the first pager box doesn't become the 'active' one. It is as if the first 'active' pager box starts prior to the five pager boxes I have. This is confirmed as when the last slide is shown, in my case the fifth picture, none of the pager boxes has the 'active' state. Also, when I hover over one of the pagers, two pagers get the 'active' state. Any help would
jMediaelement 2 Slider needed From and To
Hi All, Thanks for you attention.. I am new in this field. I am currently using the jMediaelement ... My Requirement is.. I need two slider on the timeline which wil act as from and to .. User will move , select perticular timing as a start point/ end point using those two slider. Look at the PNG . it has a red color slider button ..
Open jquery lightbox by clicking on span and not a link
Hello, is it possible to open the lightbox by clicking at a span and not at a <a href for example: <span class="lightbox"><a href="/images/testpicture.jpg">test</a></span> Thanks
jquery for changing font-color depending on background img using NivoSlider
I'm using the Nivoslider to fade between a couple of pictures. In the nivoslider div i've got another div displaying some text. Is there a way I can change the font-color in the text-div depending on what image that is shown?
superfish in footer region
sorry, i use superfish but the i have problem with dropdown: When I click the dropdown list, a list pops up below the footer and not on help please regards
cycle and stepcarousel conflict
Hi all, I'm working on a site and trying to get a news ticker and a content slider working. I'm using News Ticker for WordPress and Smooth Slider, the former uses Cycle, the latter Stepcarousel. I can get both of them working fine independently, and when they're both on the same page the begin working fine, but at some point the ticker will slide at the same time that the slider moves at which point the ticker just stops. After updating cycle to the latest version, the stop doesn't happen, but every
Nested Image Slide Show plugin
I'm looking for a image slide show where a set of partent images would rotate and then for each parent there would be 2-3 sub images displayed to the right of the parent image. These child images would then rotate. Once the child are finished then the next partent would switch. Anyone know of a plugin like this?
jQuery issue: Fancybox in IE9
Surprisingly enough, I'm already having issues with IE9. I'm on 64-bit IE9, but I don't know how much that matters. I use a jQuery plugin called Fancybox (http://fancybox.net) on a couple of websites, and when I load fancybox.net or any of the sites containing fancybox, I get this error: line 72 appendChildOriginal(element); jscript debugger breaking on jscript runtime error - invalid calling object This error appears not only on this page, but ironically even msn.com kicks this error on page load
Reload whole Flexigrid
I am using Flexigrid, pulled from JSON, and would like to be able to add columns. Is there a way to wipe and replace a grid while keeping the rest of the page intact? Is there another way to add columns on the fly? Thanks, Jonathan Hayward
jQuery CKEditor Plugin
I am trying to use this plugin to work with the CKEditor. The only problem is that CKE will ignore the default config file. I wanted to add a <input type="file" ... > item but the code needs to go into the default file and am not sure how to add it when using CKE with JQ like this. Suggestions?
jQuery validate custom method not getting called
I have used `jQuery.validator.addMethod` to create a custom validate method that will make sure there is at least one row in my data-entry table. Using Firebug, my breakpoint in the method isn't being hit at all. Am I missing something? Note: I am sure there are problems with the validation method itself, but that is because I can't debug it yet. I am still very much a novice with JavaScript. Here is what my table looks like: <table id="editorRows"> ... <tbody class="editorRow">
Possible Bug in jquery.Form (from malsup.com)
Hi there, possibly found a bug in this plugin and want to ask if anyone can verify this or have found the same issue. I want to get the result of an ajax-script which is encoded in json (using php's json_encode();). However, if I include "<" into the result-array, nothing happens and even the success-method is not called. It's a bit irritating because on another script which is mostly the same in each line, the success-method is called without problem. I asked a friend programming alot with jquery
Prepend content to .load ajax call (jquery infinite scroll plugin)
Ok, so I'm using the wordpress infinite scroll plugin for a project: http://www.infinite-scroll.com/ Everything works fine, but I would like to have a div loaded before each page with the page number and an anchor link to the top of the site. I tried a bunch of things on the php side, but this plugin seems to grab individual posts, so any content that I add gets posted to every single post, and not the top of the page. So I went to the javascript side and am looking for the point where the content
Jquery Star Rating
Hi! I am trying to use Jquery Star rating plugin, but it seems hover label function is not working for me. Anyone have an idea why not? <script> $(function(){ $('.star').rating({ focus: function(value, link){ // 'this' is the hidden form element holding the current value // 'value' is the value selected // 'element' points to the link element that received the click. var tip = $('#hover-test'); tip[0].data = tip[0].data || tip.html(); tip.html(link.title
HI - New to JQuery, need a little help
I am actually quite new to all this web development, but getting there. JQuery is something new i have been looking at, looks good so far, but i have an issue with the datepicker i need to retrive the value placed in the text box so that i can save it to a Mysql database I am using dreamweaver and have added Jquery datepicker as an extension so i add it to a form, and it works fine, i can pick a date that gets added to the text box, the following code has been added <input type="text" size="30"
(validate) number() with radiobuttons and selects containing empty values
Hello, I'm using ASP.NET MVC3 with unobtrusive validation that utilizes the validate plugin. What I'm trying to achieve is to bind a (nullable) numeric property of my model to a group of radiobuttons or a dropdown. The problem here is, that "nothing selected" should be the first option in the list (the value of the input:radio or option is ""). First thing is: MVC3 automatically generates validation metadata for all numeric fields that points to the number validator on the client, that means, in
I need help with this slideshow
Hello, I ma new to jQuery. Really don't know anything about it. I am trying to install a banner/slideshow into a site I've been working on. here is the link, http://vertigo.zxq.net/erin/ The problem is that before the new image is loaded into the slideshow it shows for a quick second in the background, and while doing so, disrupts the whole website, any possible solution/suggestion? raelly need to get it going.. HELP!!!
Spell Cheker
Hi I am using a jquery spell cecker of spellayt in my asp.net application. It is a very good spell checker working fine in multiple browsers, but in IE it started to hang after user write three to four lines in it. you can check this behaviour on their site as well. Another issue with this spell checker is that it suggest different spellings on IE and Firefox. I also attached snapshots for your assistance. Please let me know why is that and also propose some good and free spell checker which should
crypto-js
http://code.google.com/p/crypto-js/ Anyone used this lib successfully?
pop up video playlists, video lightbox style?
Is this possible? I know you can have a video pop up and play, but none seem to support playlists. Thanks
OAUTH 2.0 lib
Anyone know if there is any lib implementing the OAUTH 2.0 protocol?
CYCLE PLUGIN - triggering function on specific slide with keyboard shortcut
Hello i have some spans that are displayed by cycle plugin <span class="ban">a</span> <span class="ban">b</span> <span class="ban">c</span> etc i use the function to modify currently displayed slide on mouse click <script> function selecta(){ $("span").click(function () { $(this) .toggleClass("dunno"); $(this) .clone() .appendTo("#buffer"); }); }; </script> I would like to do it with keyboard rather than mouse. But then I have problem with triggering function only in the currently
Quicksand callback for prettyphoto not working on cloned items
I have been struggling with this for a while now. I have quicksand set up to sort portfolio items and prettyphoto set up to display the items. Everything works until the items are cloned. I can not get the callback to prettyphoto to work. http://jsfiddle.net/jaycbrf4/yR7Jh/
jquery.ui.datepicker.js (Month picker) in FireFox
In this library in the function _generateMonthYearHeader why diference with Firefox in the code? if( ! $.browser.mozilla ){ html += inst.yearshtml; inst.yearshtml = null; } else { // will be replaced later with inst.yearshtml html += '<select class="ui-datepicker-year"><option value="' + drawYear + '" selected="selected">' + drawYear + '</option></select>'; } if only use month a year select in the witget in firefox generate
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).
BlockUI overlay theming
Hello, First, thanks for a great blockUI plugin! Very nice stuff. I'm trying to write a themable JSF (JavaServer Faces) component for this plugin and figured out that the overlay is not really themable. Only "backgroundColor" and "opacity" can be adjusted. The overlay div has two classes at the moment <div class="blockUI blockOverlay" ...>. I propose to use "ui-widget-overlay" class instead of "blockOverlay" (or in additional to "blockOverlay"). The overlay div looks like then <div class="blockUI
Is it impossible or am I not lucky enough to get an answer after a long search: how to validate optional fields with default value?
Hi, I made some changes to the following example: http://docs.jquery.com/Plugins/validation#Example <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <script src="http://code.jquery.com/jquery-latest.js"></script> <script type="text/javascript" src="http://dev.jquery.com/view/trunk/plugins/validate/jquery.validate.js"></script> <style type="text/css"> * { font-family: Verdana; font-size: 96%; } label { width:
Form submit e result() call sequence in autocomplete
I have an input field that with autocomplete with mustMatch option because i want that what is input is exactly in the list. Input field is valued from result call-back function: }).result(function(event, item, formatted) { if(item){ $(this).attr('name', item['@type']); if($(this).val()!=formatted) { $(this).val(formatted); }
jquery contextmenu, how to disable an action only on one LI item?
Hi all, I'm using the jquery contexmenu plugin which is working very well. As you can see in the demo, it's easy to disable action(s) in a global way -on the full set of lists . But actually, I'd like to disable an action only in one of them : looking at the demo again, I want, for example, to disable the delete action on the first LI. But i don't know how to do that. Any help/idea is welcome thanks in advance simo
Validation: valid() doesn't always seem to work?
Hi all, I'm working on a larger project, but to demonstrate my issue, I created a small test page. I tried using a addMethod() for GPS coordinates and also a simple addClassRules() with range, and neither seem to be doing the job correctly. What am I missing? In essence, the name field is required, Latitude needs to be between -90/90 and Longitude between -180/180, but Latitude/Longitude is not required. When I click the Validate button, even if the Latitude or Longitude values are out of range,
Next Page