Links don't work with new cycle plugin
I have a highlight rotator that shows thumbnails of the items on it below. When the user mouses over one of these thumbnails the large highlight should change and if they click the thumbnail it should take them to another page. In the previous version of the cycle plugin this worked fine. Now however clicking the thunbnails doesn't work. My code is like this <div id="highlights_container"> <div id="highlight_fader" class="highlightbox"> <a href="<snipped>"> <div class="highlightbox" style="background-image:
Cycle : Problem with Centering Images & Using Pager
Hi : Thanks very much for Cycle . I am centering my images via this Cycle example . It works great but now I have added a Pager to the top of my Slideshow page using this Cycle example . Now my pager thumbnails do not show an image in them . Is there a workaround or am I missing something obvious ? I tried many experiments but no luck so far . EDIT : Perhaps it would help if I supplied some code to look at . Here's an example page that I'm working on . You'll notice the first several thumbnails
Using coda to create a featured area slider and I want to make a small change to it
Hi guys, So I'm kind of new to using coda and other jQuery plugins, I've had my friend help me out, now I'm a tad stuck on this. If you visit this link: http://rbmethod.com/beckner/ you can see the featured area slideshow I'm working on. The problem is, when I click on one of the options example: For Institutional, instead of continuing through the cycle it starts over from the beginning. Here is the main script we changed to give a longer delay when you press a section. (this was a first change
Multiple jQuery not working together?
Hello! First of, sorry for my bad English, but I'm from Belgium. Second, I know close to nothing about jQuery, nor Javascript (so I'm only familiar with HTML and CSS) I did, however, put this site together, currently version2 (don't be scared, that text is in Dutch ) As you might see in the code, I use fancybox for my photo albums. I've had no problems with it so far, but now I'm working on version3 it gives me some problems. I'll explain why. I am trying to implement a script that allows a visitor
creditcard2 weird number validating as acceptabl
check it out select Visa and add this card num "4465420183452". Validates correctly!? Using this "method" validator for the jquery validate plugin http://www.ihwy.com/Labs/jquery-validate-credit-card-extension.aspx Any ideas? Otherwise I'm pretty happy with this plugin :)
Coda slider and cross linking
Hi there, I want toput a slider within another slider. but unsure of how to do this. Basically I want to have the 1stslider stay tabbed and then, a user can click next and newpage willshow but the 1st slider will stay the same. Thanks in advance Timmer
autocomplete: callback on mouseover of list items
Hi, I'm using the autocomplete plugin. I was wondering if you can perform a callback when items in the dropdown list are highlighted. obviously you can perform a callback when an item is selected but, I'd like to perform a callback by simply scrolling over the items. Thanks.
Heart shaped transtion - Cycle
Hi! would it be possible to create a custom heart shaped transition to use with cycle or with other jquery slideshows? thank you in advance
jQuery Form Plugin Error: "Failed to load resource: Frame load interrupted"
I'm getting this error when using the jQuery Form Plugin from malsup with a simple form that is uploading a single file and processing it... Failed to load resource: Frame load interrupted I see this error in webkit... Firebug doesn't seem to provide much help with this one tho Firefox fails too. Currently processing like this: 1. select the file 2. hit submit (returns false) 3. 'beforeSubmit' runs... 3. it runs, uploads the file, processes the file 4. only when it's at the end of processing it
Help with validating checkboxes
Long and short of it, there are three check boxes shown when you click a preceding checkbox. I need those to validate if you check the preceding one. Easy enough. Due to the API im writing to, the three checkboxes have different name attributes. How can I make it required to check at least one of the three? If I write a rule for each one, how do I do it so its not required all the time - ie only one must be checked? Im using jquery validate
clueTip does not automatically reposition when using <area> tags
tooltips extend outside viewport if the <area> tag is near the bottom or right side of viewport This is with default settings or custom settings positionBy: bottomTop does not fix the problem. Works correctly with anchor tags.
jquery.cycle.lite.js -- what's wrong with this code?
trying to cycle the background image in a header. I believe this should work, and found someone else online who showed code and said it worked. Maybe he was high... There is seemingly no response at all from the js code. What have I missed? Thanks! <!DOCTYPE html> <HTML> <head> <title>cycletest</title> <style type="text/css"> .hdr { height: 150px; width: 900px; margin: auto } .hdr img { padding: 0px; border: 1px solid #ccc; background-color: #eee; } </style> <script type="text/javascript" src="jquery-1.4.2.js"></script>
Superfish menu-fly out to right is cutoff. Can this be modified?
Here is my site: www.jwterrill.com/web2010/website In main horiz nav at top of page-go to "Client Resources" Hover over "Client Portals". See how they open to right? Can I change this so this particular column flys out to the left? Any guidance will be greatly appreciated! DavidSTL
tablesorter and theme
Hi all. Is it possible to make tablesorter plugin follow jQuery UI current theme ? My point is that if I use ThemeRoller (or change the default theme), it would be nice if the table color scheme could be in accordance with the page theme. Thanks in advance.
Want autocomplete to include interior words
I'm quite new to jQuery and I'm using the autocomplete plugin on a test page. Right now the autocomplete is suggesting titles where the typed word is only at the beginning, but I'd like it to also suggest titles where the typed word is inside. For example, when I typed applied I want to see suggestions for titles such as Journal of Applied Behavior Analysis in addition to Applied Biochemistry. I've looked around on Google and a bit on these forums, and I believe the "matchContains" setting is
help translating tab key to down arrow to improve autocomplete feel/usability
Hello, all - I have an instance of http://docs.jquery.com/Plugins/Autocomplete/autocomplete working great, but I am trying to improve the feel/usability of it a little. I'd like a tab key from the input text box to be treated as a down arrow like it is in, for example, Firefox's search box (top right by default). I've tried the following variants which appear to be working as expected based on my console logging, but they don't achieve the desired effect. I'm wondering if its a focus issue or
Two auto-complete plugins?
I'm trying to use the autocomplete plugin, and I'm not sure how. I'm confused by the documentation. I found both of these through Google searches, but they don't list the same options, and I'm not sure what the difference is. http://docs.jquery.com/Plugins/Autocomplete/autocomplete http://docs.jquery.com/Plugins/AutoComplete/autocomplete I'd like to have a form input that forces the user to pick one of the results that come back from an AJAX call based on the partial term they enter in the input.
autocomplete and non english
I'm trying to implement autocomplete but i have to use Greek characters as search string. My db returns the correct results but it seems the plugin doesn't work with greek characters. Is it possible to resolve this or this plugin only works with latin? Thanks in advance.
Does jquery cycle plugin work with livequery?
I use this code and it's working fine on main page, but it doesn't work when you get new content through ajax (f.i. clicking on 'Recomendados' link) $('.videoList').livequery(function(){ $(this).after('<div id="nav">').cycle({ sync: 0, fx: 'scrollLeft', pager: '#nav', pagerAnchorBuilder: function(idx, slide) { var imgurl = $(slide).children('div').children('a').children('img').attr('src'); return '<a href="' + imgurl + '" class="imgtip"></a>'; } }); });
Help with Jquery validate plugin
Apologise if this is a double post, as I tried to post it yesterday, but dont think it went through, just checked the dashboard and the forum and cant find it so here goes again. I have a form which has a select tag and an input field on it. The selct tag can contain one value out of the following, tel, mobile, email, web and fax. The input value which I have named details, can contain either a tel email or web address. I have the following script working which makes sure that the details field
[validate] problem with a "remote" rule
Hi, i'm having a problem with a remote rule. here's the code: $().ready(function() { validation = $("#inserisci_promozione").validate({ rules: { C_BNC_ABI: { required: true, remote: { url: "main.app", data: { FUNCTIONID: "ValidaAbi", C_CAB: function() { return $("#C_BNC_ABI").val(); } } ,
slickgrid and jQuery UI
Hi all, I was listening to the YayQuery podcast the other day (which is great!) and heard their recommendation for slickgrid as a very cool table plugin for jQuery. I looked at the slickgrid site and it IS a cool plugin! I've been using Allan Jardine's DataTables plugin for tables, which works really well, and one of the reasons I like it is because you can style it using jQuery UI. So if you are using jQuery UI you can make your tables "fit in" style wise with the other elements on the page. So
Error: div is null Source file: chrome://schooxextension/content/jquery.js Line: 4481
Hello everyone I am developing an firefox extension and decided to use treeview plugin in order to view data into a tree. The problem that I am facing is that I am taking the following error when data binding is executed Error: div is null Source file: chrome://schooxextension/content/jquery.js Line: 4481 Here is my javascript and XUL code Javascript ========= var treeView = new function(){ this.GetChildren = function(source){ var children = new Array(source.length); children.push("<ul>");
Javascript inside Colorbox window
Hi, I need to load the following javascript inside a colorbox window with the onComplete callback but I dont know how as I am not that experienced with jQuery... <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script> <script type="text/javascript" src="http://www.bradlangdon.co.uk/wp-content/themes/Starter/js/jquery.jqtransform.js"></script> <script type="text/javascript"> $(function() { //find all form with class jqtransform
Problem with Superfish Menu in IE
I am using superfish menu plugin to display me menu items. The problem I am having is whenever the page loads in IE browser, the all underlying menu items shows up and goes away. This happens when you refresh the page. Can anyone tell me how to avoid it. Thanks. Here is the link to the website: www.osbt.com
Validating checkboxes with same name
Hello, this seems real convoluted so Ill make it as clear as I can . I have a form that has a checkbox we will call it checkbox "A". If you check "A" three other checkboxes slide down we will call them "secondaryCB". I need to make them required if you check "A" easy enough right? unfotunately the form is sent to Sugar CRM and it is set up so each checkbox has a different name, so I cannot use secondaryCB { required: "#A:checked" } since each one has a different
ckeditor plugin problem
I'm developing a CMS app which is using Ajax to work with the back end server. In order to get the ckeditor components working I've used the form plugin. Updates are working OK. I'm providing a button 'Clear this entry' which will send a request to empty a data field on the database, however I want the equivalent screen field to be cleared and that is a ckeditor instance. Is there any way I can access the ckeditor data area? What I'm wanting is the equivalent of $("#editor").val(''); Parts of the
JQuery Tabs method load
With $Onglets = $('#onglets').tabs();and $curTab = $Onglets.tabs('option', 'selected'); $Onglets.tabs('select', $curTab); $Onglets.tabs('load', $curTab);The documentation says : "This method always load the tab content from the remote location, even if cache is set to true." In a "tab" element displaying values from a database , and editing these values for modifications, il looks like if, after recording new values from the tab element, the load method (as it is
creditcard2 / validation - credit card type should be automagically detected, not selected
creditcard2 significantly improves upon the default credit card validation functionality in validate but requiring the user to select the correct credit card type in order to validate the card number is (IMHO) adds unnecessary complexity. I suggest that the credit card type should be detected by the validator and the correct type autoselected in the dropdown, giving the user the opportunity to override. The validator should of course then throw an error if they select a type which conflicts with
Malsup Cycyle - cant get it to start
Hi, I'm sort-of new to Jquery, but have successfully implemented plugins in the past. I'm currently building a site with Wordpress, and as this is one of my first ventures into PHP i've been modifying an existing theme. I'm trying to use the Malsup Cycle plugin to create a cycling banner at the top of my site, but no matter what I do I can't get it to cycle. Here's the site (a work in progress) http://www.picturesmusic.co.uk/wordpress and here's the relevant code from my header.php file <?php if
Set hyperlink in wysiwyg to open in new window.
Hi there! I'm using WYSIWYG - jQuery plugin 0.6, I just want to know how to make my text which I converted to hyperlinks inside in wysiwyg to open in new window/browser? Hope to find solutions for this issue. Regards, Renz.
Superfish Nav-bar-style
How can I add a change "current" class on the main menu selections. Basically, as I click each main menu item, it would make the first sub-row of that button' class "current" without going to a new page. I'm new to jQuery, any help would be appreciated. Thank you in advance.
Is there a plugin to automatically rotate a div with some text in it?
Hi, I am tying to find a plugin that will allow me to to have multiple quotes automatically cycle through. As of right now, I am using the following code for one quote, I would like to have numerous of them automatically rotate. Thanks <div class="quote"> <div class="quoteBox-1"> <div class="quoteBox-2"> <p>Qoute goes here</p> </div> </div> </div>
Problem in getting the img src from jyoutube plugin
Hi, I am using datalist to get the youtube url from the database and . I am using jquery "jyoutube plugin" to get the thumbnail of the Youtube URL. The jyoutube plugin takes the youtube url and returns the thumnail src. i am not able to call the javascript function in the img src attribute so kept an blank image on the img src and then on the onload event i called the javascript to set the src to the thumnail src returned by the jquery. It works fine in Firefox but IE gives me error as "Stack
Which plugin to use and how to use it.
First of all, I'd like to make the obligatory "I'm a 'n00b'" statement. Now that that's over with.. I'm stumped. I have a website where I'm using the scrollTo function to navigate across a single html page. However, I'd also like an indicator slide across the navigation menu of the page to let the user know where they are. Initially I assumed it would be easy to find someone doing something similar out there but I still haven't found a solution. My M.O. is to find a demo or something similar
How can I enable/disable a button in MultiFile?
I've added a couple lines to jQuery.MultiFile.js to enable/disable my "Upload All" button, but they don't seem to work. Initially, disabled="disabled" in the page's HTML. To disable, I added this around line 312 (after MultiFile.n--;) if (MultiFile.n == 0) { $("#btnUpload").attr("disabled", "disabled"); }To enable, I added this around line 347 (after MultiFile.n++;) $("#btnUpload").attr("disabled", "");I also tried $("btnUpload").removeAttr("disabled");This doesn't work. How can I disable the
Getting very angry with UI Sortables
If I am being rude/hasty I apologise in advance and if it gets me banned from this forum, again I apologise in advance but .... I appreciate that JQuery is "free" and there are many good/keen developers - who help out wherever they can and cost to them - but why is it that the overall support for UI Sortables is generally very poor - actually non-existent (to-date) from where I am. I have a simple problem with UI Sortables, but after considerable research on the BigG, posting here there and everywhere
Terrible time with noConflict
I having so much trouble getting multiple jQuery plugins to work on the same page. I understand that $ is conflicting with jQuery. I'm using a theme from ThemeForest that uses jQuery 1.4.1. I'd like to add an image gallery - I've tried several. One gallery uses jQuery 1.4.1 too - but still can't get them all working together. -I'm confused about which method I'm supposed to use. -Is there a particular order the jQuery versions should be called in? I'm supposed to call each version right?
Jquery-based Flash banner rotator?
All the rotators I've seen are for images only. I need one that will rotate between Flash banners when each of them are finished playing. Anyone know of any like that or at least how to do it?
jQuery Cycle Plugin - manual navigation
Hi there, first of all, I'd like to thank you for the awesome jQuery Cycle plugin :). I've been using it for a long time and I'm 100% satisfied with it. I'm making a bit unusual website right now and I would like to display a slideshow with custom navigation on the site. Instead of numbers, I'd like to use for example something like this: <div id="nav"> <a href="#firstslide">A</a> <a href="#secondslide">B</a> <a href="#thirdslide">C</a> ... </div>Is there a way, how to associate
Next Page