ClueTip: Using clue tip with Weather Bug and Google Maps
I have an html page with a Weather Bug widget and a page with a Google Map on it. I would like to use cluetip so that when I hover over a link on my main page, the Weather Bug/Google Map loads into the cluetip. The widgets use remote code on their respective servers. I am having problems implementing this with clueTip. Here is the code I have thus far: Weather Bug: <!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">
I want to make li-scroller continuous...
I am using li-scroller. As it is, it scrolls through the content, then doesn't start again at the beginning until the content has scrolled out of view. I would like it to close that gap, and never have a break in the scrolling content. Just loop through it continuously. Can someone help me do this? Thanks.
IE error upon 2 jQuery plugins on single page.. please help!!
Hello, I'm trying to use Nivo's banner slider plugin (http://nivo.dev7studios.com/) and Kwick's plugin for sliding door navbar menu (http://www.kriesi.at/wp-content/extra_data/kwicks_tutorial/kwicks_final.html) on single page. However, everything seems to work perfect in Firefox and chrome but IE throws an error. I'm new to jQuery. I also tried using noconflict() method but i think i'm not doing it rite. I'm attaching my page with both the libraries implemented in it. Please have a look in to it.
Caption underneath gallery
I am using jcycle with nextgen gallery on wordpress. As I am no php expert not even a novice is anyone willing to help me. I would like to add a navigation bar under the images I have in the gallery on the jcycle gallery showing each image number, like PIC 1 2 3 4 with the slideshow running automatically as it does now but the ability to click on the number to move directly to that image, eg. click on 4 and image 4 appears. I know this can be done, the jcycle page gives an example http://malsup.com/jquery/cycle/pager.html
Superfish bug in IE8
Hey, I am having a problem with superfish working in IE8. It displays vertically instead of normal, i.e. horizontal. This may be a known issue but i cant find anything on it.. it may also be a CSS issue but i cant tell for sure... i have attached a screenshot thanks for your help!
Is this a plugin? And if so, where is it available?
Hello all, I'm new here - looking for a certain plugin or simply the code necessary for building a search form like the "Suche nach freien Stellen" dropdown menu at headmatch.de (grey box on the right) Other than most search forms, it tells you how many results there are on the submit button, and I think that's awesome! Does anyboy know if this is a plugin? Or is it difficult to code this? I do have some php experience, so I think I might figure out how to work with jQuery, too... Thanks in advance
help with j cycle pager and nextgen
I am using jcycle with nextgen gallery on wordpress. As I am no php expert not even a novice is anyone willing to help me. I would like to add a navigation bar under the images I have in the gallery on the jcycle gallery showing each image number, like PIC 1 2 3 4 with the slideshow running automatically as it does now but the ability to click on the number to move directly to that image, eg. click on 4 and image 4 appears. I know this can be done, the jcycle page gives an example http://malsup.com/jquery/cycle/pager.html
URGENT: superfish menu going under a simplegallery slideshow
Site URL (style not done, but need to get menu OVER slideshow) http://www.ganeshhimaltrading.com/ Superfish menu link: superfish SimpleGallery link: simplegallery If I change the simplegallery's div (simplegallery1) to have a z-index of anything it disappears completely and shows no slideshow - just a blank spot. Oh, and by the way - my client is on their way to a conference TONIGHT... please help! Thank you so much! ~Andy
jQuery.Cycle IE 8 Issue
I'm using the cycle plugin (http://jquery.malsup.com/cycle/) for to show portfolio work including images and video. In firefox, safari, chrome, and opera, when a user clicks away from a video and loads a new image/video the sound for the current loading video is cut off. However when the same page is loaded in IE 8 (possibly 6 & 7 too, I have not checked) and the user clicks to a new image/video the sound cuts off for a second, then it continues playing in the background. This is not good user experience,
Cycle Plugin - Multiple Pagers - Activeslide issues
slideshow is here: http://wiki.tothevillagesquare.org/dashboard.action the first slideshow displays correctly in that the pager for the active image is bolded. The following two pagers do not change when a particular image is active. Is this simply a CSS issue? or something with the coding. Thanks for your help. -matthew
slideViewerPro 1.0 - thumbnails won't show up?
Hi there, I am using slideViewerPro 1.0 for my portfolio, and it worked great when I first uploaded my files. But now I notice that the thumbs do not show. How do I fix this? http://mimshi.com/main_portfolio.html Thanks!
Cycle Plugin Malfunction
Im using the the jQuery Cycle Plugin and it's custom transitions to animate some <div>'s. For some reason only the first div will animate. Once it fades out the second div should fade in, but it doesn't. Once the cycle finished and returns to the first <div>, it animates properly and then continues to not fade the others. Here is my animation code: $('#featured-projects').cycle({ fx: 'custom', pause: true, cssFirst: { left: 0,
[validate] Dynamic form; Ajax check if the field exist.
Hi folks ! * For easier understanding reason, I will use "client" to designate the user. So here's the situation; I've a dynamic form. If the client want to change is user name, he must click on a static link, and then a user input box appear. Then the client can change the value of his user name.... and I have an AJAX validation that check if that username is available or not. Actually, I have made theses rules, and it work well if the client change his username: user: { required: { depends:
Validation jQuery plugin ( remove label )
Hello to the community! About jquery.validate.js, it'd be nice to have a settable option for the appearance of the label element. I hacked a bit the code to do that. I used a new option ( errorDisplay ) which you can set true of false if you need the label element or not. The hacked code is $.extend($.validator, { defaults: { messages: {}, groups: {}, rules: {}, errorClass: "error", validClass: "valid", errorElement: "label", errorDisplay:
(treeview Plugin) Looks different in IE7 and IE8
Help me with with this . I am using treeView plugin ..but it works only in IE8 and not in IE7 .. I have attached pictures if u can look at tell and suggest me what to do. thanks
What the story with __MACOSX ?
I've just started writing plugins and noticed that some of the ones I've downloaded have separate versions under directories named "_MACOSX." Obviously this has something to do with Mr. Jobs' company, but I'm confused on two scores. First, why do we need a separate, operating-system-specific version of a plugin? Second, even if we need it, how on earth does the end-user's browser know which one to use since the web page itself generally loads a single plugin via the <script> tag? Thanks.
How do I set Accept header on my URL in autocomplete plugin
I'm trying to develop an autocomplete list box using JQuery autocomplete. My autocomplete script needs to access a url which runs a Spring MVC RESTFUL controller and obtains data from Solr. Unfortunately, the Spring JSON view only returns JSON if the URL has a .json extension (which it won't have for REST interace) or has the Accept header of the request set to "application/json". Unfortunately, I can't seem to see how, or get the syntax right, for the setting the request header on my autocomplete
Using Cycle Timeout
I don't know how to use this code but have read through the docs and forum and am unable to figure out why I can't control the pause between slides. Below is the part of the code that I'm assuming needs to be edited. I've changed the timeout value to values up to 10000 but nothing happens. Is there something else that I need to do? $.fn.cycle.defaults={fx:"fade",timeout:2000,timeoutFn:null,continuous:0,speed:1000,speedIn:null,speedOut:null,next:null,prev:null,prevNextClick:null,prevNextEvent:"click",pager:null,pagerClick:null,pagerEvent:"click",pagerAnchorBuilder:null,before:null,after:null,end:null,easing:null,easeIn:null,easeOut:null,shuffle:null,animIn:null,animOut:null,cssBefore:null,cssAfter:null,fxFn:null,height:"auto",startingSlide:0,sync:1,random:0,fit:0,containerResize:1,pause:1,pauseOnPagerHover:1,autostop:0,autostopCount:0,delay:0,slideExpr:null,cleartype:!$.support.opacity,cleartypeNoBg:false,nowrap:0,fastOnEvent:0,randomizeEffects:1,rev:0,manualTrump:true,requeueOnImageNotLoaded:true,requeueTimeout:250};})(jQuery);
jQuery Form Plugin - File uploads make the XHR have status 0
With my current javascipt code I have successfully implemented jQuery Form Plugin with my own page. It hooks forms and submits them, and upon either failure or success the proper function is fired (success and error options of ajaxForm) and the XML is handled. However, whenever I add a <input type="file"> my code fails to determine wether or not an error occured, since the HTTP code of the request seems to be set to 0, and thereby somehow being treated as "success" event, which it clearly isn't,
Jquery Autocomplete Backspace Help
I have an issue with backspacing in the jqueary autocomplete plugin. I have min characters set to 3, but if a user types in a word, then backspaces, the results remain when the user backspaces to less than three characters. The results dropdown should disappear in this case. Does anyone have a solution for this issue? Thanks!!
jquery.mb.extruder.2.0
Hey all , i have some problems with this script , this script dosn't work :/ i do that : I upload files from Attachments to main category in ftp ( i have forum in phpBB 2 ) I edit header file in tag <head> i put this code : <link href="css/mbExtruder.css" media="all" rel="stylesheet" type="text/css"> <script type="text/javascript" src="http://jquery.com/src/jquery-latest.js"></script> <script type="text/javascript" src="http://gta4u.net/inc/jquery.hoverIntent.min.js"></script> <script type="text/javascript"
Cluetip: issues on iPad
I'm using cluetip for a client's website, and he wants an iPad version of the site. The cluetip plugin is having some issues, though, on the iPad -- all of the cluetip popups appear on the bottom of the page, rather than next to the link that activated them. I'm seeing similar behavior on the cluetip demo site -- if the link that activates the cluetop is near the top of the page, then the popup appears several inches below. Any suggestions on how to fix this?
why http://plugins.jquery.com/ link is not working
Hi all, i want to use plugin of jquery but the link of http://plugins.jquery.com/ not working plz tell me if this link shifted to another location , i want to add all value of column and put it to the last column it is done very well using plugin of jquery but this time its not work if u have any idea then plz tell me thanks
TableSorter - inputs in header row 'locked'
Hello I have a text box in the header row, which I use for the the user to filter out rows below (that are under tablesorter). However, I can't seem to click into the input text box. sample mock html <tr> <th>Name</th> <th class="{sorter: false}">Age <input type='text' id='filterAge'> </th> </tr> I have a solution to access the box but the user can't highlight the text box. Here's my partial/dirty solution: $('#filterAge').live('click',function(event) { this.focus(); return false;
jQuery.LocalScroll: Settings
Hi! I have problems setting an offset of the LocalScroll-plugin (and the ScrollTo) Page: http://g-sun.no/Musikk/Sanger.php If you click on one of the links (main-section), you'll see the divs are not lining up right. I guess it's about scroll to goes to div+padding+margin. Right? So, I'll have to adjust an offset. A little nob question I guess :) My code: $(document).ready(function(){ $('#Main').localScroll({ target:'#sangInfoCont', top:50 }); });
cycle: two slideshows independent of each other in same pg
hi, am trying to do same thing I did here with cycle plugin.. http://orensanz.org/photos.html (js here: http://orensanz.org/js/of.js) which, if I may so, came out quite nicely (with the added feature of centering photos vertically, since all photos are of diff heights..) now am trying to do same thing here, http://mayacove.com/cycle/photos_cycle_divs.html (js here, http://mayacove.com/cycle/js/cycle.js) except this one has two slideshows, independent of each other, and am having difficulties.. among
Autocomplete result Div css property and DropDown List
Hi, I'm a new for jquery things. Recently i'm using jquery autocomplete plug-in with ASP.net. I got a problem with CompilationList and DropDownList control. The result DIV can't show over the DropDownList. css property "position:absolute; z-index:9999999;" also can't work out. please give me some advise for this. Thank you
prettyPhoto and jqGrid not playing nicely together
I am running into what seems to be javascript conflicts. I have a web application that uses jqGrid to recover static xml file data and then upon an user's row select, put specific data found in the xml nodes into specified divs or ids within the DOM. When the user clicks on of the thumbnails (generated by 'a' and 'img' tags put into the DOM), prettyPhoto is supposed to go out and get the larger image and display it in a modal dialogue box. But my application is just displaying that larger image
jQuery Lightbox & Coda-Slider Conflict
Hey All, I need some help. I'm a relative n00b to jQuery, and have tried various different fixes and none have worked. I don't know what else to do! I have the Coda-Slider (http://www.ndoherty.biz/2007/09/introducing-coda-slider/) and the Lightbox (http://leandrovieira.com/projects/jquery/lightbox/) plugins being called on the same page. I can get either one to work, but not both. By removing the calling of jquery.easing.1.3.js from my header, Lightbox will work and the Coda-Slider loads but no animation.
need a plugin that can do this.....
hi, where can I find a plugin that will open divs that look like this? http://mayacove.com/dev/ss_plugin.jpg I need to open three different divs, dynamically, in just one page (open one, close, open another w/another button, etc..) and the three divs all have different width and heights... don't even know where to begin.. would appreciate some suggestions.. thank you..
Jquery image-scroller help needed
Hello everybody I am trying to implement the following image-scroller jquery technique But for some reason it doesn't work, I compared my code against the demo 100 times, but everything is just the same. Could anybody please help me? JS: HTML Code: <script type="text/javascript" src="/uploads/turizm/images/jquery-1.3.2.min.js"></script> <script type="text/javascript"> $(function() ).width($(".wrapper").length * 170).height(170).appendTo("div#viewer"); //add images to container $(".wrapper").each(function()
jQuery Validate outputting error messages at top of screen
Hi all, I have an issue that seems to relate to IE6 only. Tested and working in IE8 and FF3. If you go to the following page and click 'Buy Now' at the bottom of the page to submit the form the jQuery validate library error messages are displayed at the top of the page, rather than next to the corresponding form element: http://bit.ly/cc97GP Any help appreciated with this one. Seems to work fine in IE8 and FF3 as mentioned. Best Regards, Picco
jQuery Facebox overlay closes automatically when new window opened in Safari
Hi all, I have an issue with the jQuery plugin Facebox on Safari. When I click a link the facebox overlay is shown and the 'download file' dialogue box is shown. However, only on Safari does the facebox overlay get closed automatically. How can this be stopped? Does Safari do a window.open when you download a file? On IE/FF this works fine, in the way that when you click the link the Facebox overlay displays and doesn't automatically close when the 'download file' dialogue box is shown. Sorry, I
Drupal and Jquery plugins (tablesorter, jstree)
Hello. I am employing a few Jquery plugins to augment the behaviour of some custom PHP coded forms and tables within a Drupal site (I won't go into why they are built outside of drupal CCK/Views etc. suffice to say they needed to remain largely separate from Drupal's control, calling and sending information to an external server via SOAP). I am using the jQuery Update module(1.1, loading Jquery library 1.2.6) which allowed the tablesorter plugin to function properly (http://tablesorter.com/docs/).
Help with checkbox and radio button validation
Hi, Ive just started using jquery validation, and ive played around with the demo scripts provided. I am trying to apply it to a form, and i am able to do it with selects, and text inputs but no luck with checkbox and radio buttons. My code seem well, i'm not really sure what the problem is. This is the script <script src="jquery.js" type="text/javascript"></script> <script src="jquery.validate.js" type="text/javascript"></script> ...................... $("#opap").validate({ rules: {
Cycle loading issue in Firefox OSX
Hello, I'm using pager functionality to navigate a slideshow with thumbnails and next and previous images. In Firefox 3.6.8 on OSX 6.4 the main image displays at 6px wide and 18px high if I clear the cache and load the page fresh. Once the images are cached, subsequent page loads show the images at their correct size. I'm stumped. A secondary issue I'm having is that I'm displaying both vertical and horizontal images and would like to center them within their container, but haven't figured out how
How do I target a "Cycle #anchor" from an external page link?
Hello all, I have Cycle "pager" navigation working flawlessly in one of my pages. What i'm trying to do is this: • I'm Attempting to LINK to specific Anchors from a link on a different page. Example: // external page link // <a href="http://www.convertstyle.com/beta/apparel/womens-apparel#shirt1">Headline Womens</a> (using a simple anchor reference to try to target the specific anchor inside Cycle) The link will not display the desired anchor like the navigation link on the destination page WILL.
Dynamic content
Hi im building a website with a music player, the problem is that when you go to an other page the music player reloads and starts over. thats why im looking for a script that allows you to control a divs content. it is being used on this website: http://www.girlslovedjs.com/ Any info would help
jQuery.weekCalendar v2.0-dev, getting data from DB (classic asp - mssql) into calendar
I found the jQuery.weekCalendar v2.0-dev (http://wiki.github.com/themouette/jquery-week-calendar/) and I want to use it in an older project (classic asp - mssql). What I first of all need is to know how to get the data from my recordset into de calendar to display current appointments and secondly I need to alter the form (which is used to create new events). In that form I need to show a list of names and places which also come from a recordset. I allready found how to create a list in this form,
Jquery validate plugin with ui.dialog
Hi, validator plugin http://docs.jquery.com/Plugins/Validation is not compatible with ui.dialog? In asp.net3.5 environment, if I show a dialog with the div containing the fields to validate, validation option are cleared and validator return always true. A little sample: <html xmlns="http://www.w3.org/1999/xhtml"> <head runat="server"> <title></title> <link href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/themes/base/jquery-ui.css" rel="stylesheet" type="text/css"/> <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4/jquery.min.js"></script>
Next Page