Text expander 'read more' links stop working
I'm using kswedberg's fine Expander jQuery plug and have a curious problem. The script works a charm for a few minutes then refuses to expand the text after a short time. See it here BG Site in progress Click 'Home' and see the Expander plug working inside vTicker. The plus signs are the expander links. Many thanks for looking into this... my first guess is using jQuery 1.4.4 (which I am locked into) hillcreative
Getting “rawDestElement is undefined” using jQuery Plugin Quicksand
I am using the jQuery Quicksand plugin -- http://jsfiddle.net/se9pY/ but I get rawDestElement is undefined in FireBug... $(function() { $("#filter a").click(function() { var $this = $(this), $oriColl = $("#boxes"), $clonedColl = $oriColl.clone(), filtered = ($this.text() == "all") ? $("#boxes li") : $("#boxes li[data-type=" + $this.text() + "]"); $("#boxes").quicksand(filtered, { duration: 800, easing: 'easeInOutQuad' }); });
Prev / next navigation in jQuery Cycle
My jQuery cycle slideshow was working beautifully before I tried to implement previous / next nav based on the demo at http://jquery.malsup.com/cycle/int2.html. I broke it doing something dumb! I am using images instead of text links, but that should not be an issue. Here's the script: $(document).ready(function() { $('.slideshow').cycle({ fx: 'fade', // choose your transition type, ex: fade, scrollUp, shuffle, etc... speed: 300, timeout: 0, prev: 'navprev', next: 'navnext' after:
jquery Cycle - Next by clicking image as well as a next button.
This might be a easy question help would be appreciated. I am using the jquery Cycle plugin for a slide show. I have it set up so that the next function is triggered on the .slideshow class, so the image changes when clicked. I would like to have a next button in addition to this functionality. $('.slideshow').cycle({ fx: 'fade', speed: 'slow', timeout: 4500, next: '.slideshow', prev: '#prev' }); I would like to add a second next: '#next' but this doesn't
Where to get plugins from? http://dev.jquery.com/ no longer is accessible
I have a website that relies upon a .js file from: http://dev.jquery.com/view/trunk/plugins/validate/jquery.validate.js It seems that dev.jquery.com has either been taken down or is having some serious problems. This has been causing me issues and I'm wondering if there is an alternate location I could get a copy of that file from? The fellow that developed the site left an absolute reference to the file which is why I'm having this issue.
validation plugin and remote methods not working...
Hello, I'm trying check if title exist before submit the form, i think my jquery code is correct: $( "#newgoo1" ).validate({ rules: { newtitle: { required: true, remote: '/user/inc/checktitle.php' }, newcat: { required: true }, __aptags_value: {
jQuery autocomplete: my approach
Hi, I'm using jQuery autocomplete in multiple way, so many elements (users in my case) can be inserted in the input field. Im using two fields: one where the user writes the names and another one that is hidden where the id of the users are written in this way: |34|78|43|... This is my code: jQuery(document).ready(function() { jQuery("#campo") .autocomplete('autocomplete', jQuery.extend({}, { dataType: 'json', parse: function(data) { var parsed = []; for (key in data) { parsed[parsed.length] = {
DIV fading out/in hover effect
Hello, I'm in need of this plugin for hovering effect, where you can have a div fading out when hovered and fading in when hovered away. Something like this but fades back in when hovered away. Just like the link, I want to associate it with a tabbed content. I've been searching for this very plugin for long but haven't found it or even something close. It would be really nice if anyone could help me finding something like this. Thanks!
Open Up a Specific Element of an Accordian Menu
Hi, I'm having an accordian menu that works just fine. All i want to do is having a side menu that open up a specific accordian element. These are the html and js codes, I'm not sure weather it's possible or not, could somebody help me with this. $(document).ready(function() { $('ul#accordion a.heading').click(function() { $(this).css('outline','none'); if($(this).parent().hasClass('current')) { $(this).siblings('ul').slideUp('slow',function() { $(this).parent().removeClass('current');
Cycle plugin: Synchronize pause/resume for two cycles
Hello all, I use the following script: <script type="text/javascript"> $(document).ready(function() { $('#EG_img').cycle({ fx: 'fade', speed: 200, timeout: 6000, pause: 0, startingSlide: 0 }); $('#EG_info').cycle({ fx: 'fade', speed: 200, timeout: 6000, pause: 0, startingSlide: 0, }); }); </script> The cycle div #EG_info is used to show images, the cycle div #EG_info
Dynamic Acordian height
Tweaking one of my sites and noticed something odd http://maskedriders.info/index.php?page=Attacks&show=DCD Each Acordian seems to have a set height even if the content doesn't need all that space. I figure it is basing it on the largest cell but is there a way to make it fit to the content inside not based from a absolute height?
jquery cycle plugin - scrollHorz flickers with flash embeds
Hi, I'm using the jquery cycle plugin (awesome plugin btw) with scrollHorz to set up a carousel. The items in the carousel are flash elements. All looks good in IE7,8,9, Safari & Chrome but in FF3 on scroll the flash elements appear to flicker and bleed outside the parent div to the left. I started out using ul/li, switched to using a div structure but it made no difference. If I slow down the speed of the transition, the flicker / bleed artefact is reduced but still there (and the slower speed is
How to display a context menu on a drag and drop..?
Hello, I'd like to display a context menu on a drag and drop. On the drop event the menu would appear and the user would be able to choose from a few actions. I have seen some context menus but they all display on a right click event, which is not the event I'd like to trigger the menu display. I don't know how to have it display on a drop event. Thanks for any tip. Stephane
hoverIntent r6 just released. Google Chrome defect fixed when used with jQuery 1.5.1.
Just tweeted this out yesterday: http://twitter.com/#!/briancherne http://cherne.net/brian/resources/jquery.hoverIntent.html It was reported to me a couple days ago that Google Chrome improperly fires a mouseout event when the cursor travels over a child input[type="text"]. I've updated hoverIntent to use the same (exact) methods as jQuery's built-in hover ... that was patched for this issue in jQuery 1.5.1. Please get the word out (retweet). Thanks! Brian.
Cycle plugin question
Hi, The Cycle plugin is an awesome tool to make beautiful slideshows but : Is there a way to display the previous and the next slides beside the current slide ? You can see the attached images for a better explanation. I tried all the afternoon without success... :( Any help would be greatly appreciated!
Download content dynamically
How and what is the best method to dowload the content of my jquery - carousel plugin dynamically?? thank you
Remote validation not working
Hi, I am stuck at using Jquery remote validation plugin. I have implemented a wizard using jquery accordion based on http://jquery.bassistance.de/validate/demo/multipart/ and its 3rd step contains a companyCode field. This field is a required unique field so I need to validate this field using remote option of jquery validate plugin. Here is my code. jQuery.validator.addMethod('checkCompanyCode', function(companyCode) { var result = false; $.ajax({ cache:false,
Adding data link converters at run-time
Is there a way to add a convert and convertBack function for data link plugin outside of passing in the map object? What I'd like to accomplish is have a few custom predefined converts and then on document load add them based on classes found in the form. Any ideas?
Problem with Autocomplete plugin working in Firefox and not IE8
I have created an autocomplete textbox on my website which collects data from a database to use for the suggestions. When I run the page on Firefox, it works perfectly without any errors but when I run it on IE 8 I get the following javascript error " 'name' is null or not an object ". The relavent code is listed below. <script type="text/javascript"> $().ready(function() { function log(event, data, formatted) { $("<li>").html( !data ? "No match!" : "Selected: " + formatted).appendTo("#result");
3 JCarousel in one page
Hi, I want to know how I could do a dynamic loading of my 3 jcarousel on this page : http://www.quebecimmo.com/ The JS code that loads JQuery Carousel is : http://quebecimmo.com/inc/js/jcarousel-index.js Cause when the page is loading, we see the plain ul list and its glitching the website.. There is a way to fix it ? Thanks
jCaption Hyperlink and IE7
Hello everyone, I am having an issue with the jCaption plugin for jQuery. It works wonderfully in every browser except IE7. In IE7, the hyperlink does not cover the whole image, only the caption text whenever the image is hovered. I need that hyperlink to cover the whole image. Any ideas on how to do this? Here is the link: http://shooters.tgmtestserver.com/talent/ Any help would be greatly appreciated! Thomas
Masonry to handle images..
Hey all, please excuse my lack of knowledge on the subject, but i want to create a page linked from my main website which will serve as a visual archive of images which i and others can use for inspiration.. I am wondering if there is any way of dumping a file of images onto my server via my FTP and having the page pull the images from this folder to be arranged via the masonry plugin.. No frills here, just want the a page of edge to edge images. Thanks in advance, hope somebody can help, anything
creating closable tabs in jquery
i am now able to successfully create dynamic tabs but how do i close them each? as seen here with the close icon floated to the left: please find attached the code i am using so far thanking you in advance!
jQuery code will not run unless stepped through with Firebug
I have a problem with some jQuery code. For some reason it will not run automatically when its supposed to however when stepping through with Firebug it works fine? I put a breakpoint on the code that's not firing automatically and then press play on Firebug and it works fine if I take away this breakpoint or close down Firebug it does not run? Can somebody please help, I've searched the internet but not found anything relevant. The code should run when I click a link which will create a jQuery tab
jqtransform buttons looking weird in IE
Hi all, for some reason my buttons using jqtransform are looking really weird when viewed in IE. They are fine when viewed in chrome or safari. Basically, a portion of the left, bottom part of the button is cutoff. Anybody else having this problem? Here's a picture: Thanks in advance
Smart cart empty cart display
I am currently having an issue with the smartcart plugin and im hoping someone has an answer for me. If you look at the demo page: http://www.techlaboratory.net/labs/SmartCart/index.php you will notice that the shopping cart is empty by default (makes sense) however if you add then remove an item text shows up saying "Your Cart is Empty!". How can I make that message display by default? The JS code: http://www.techlaboratory.net/labs/SmartCart/js/SmartCart.js Im assuming its something to do with:
Using titles for each slide in CYCLE plugin
Hello. This is the code i'm using : function ajaxpage(url, containerid) { var $container= $('#' + containerid); $container.hide().load(url, function() { $container.fadeIn(); $('.slideshow').cycle({ fx: 'fade', speed: 'slow', timeout: 0, next: '#next2', prev: '#prev2' }); }); } This is my slideshow : <div class="slideshow"> <img src="ss_2011_web/triy_v11_001.jpg" width="511" height="768"
jqueryform plugin problem
I am using the jqueryform plugin which works great. I am having one problem though. When I access the form on its own it works great, but when I load this form into div with ajax, then it doesn't work. It loads the form into div, but doesn't insert data into the database, nor return the success content. This is the form. I have tried heaps to get it working and really hope someone can help. <head> <script type="text/javascript" src="jquery-1.5.min.js"></script> <script type="text/javascript"
Superfish Enahnced Keyboard Accessiblity
Hi, Superfish is an excellent product. After a thorough review of nearly 20 different CSS menus, I've come to the conclusion that the superfish menu is the most fully featured one. However, there is just one small area that it is lacking. Keyboard support is available via tab and enter, however I would like to see it improved so that you can also navigate using arrow keys. The UDM4 drop down menu achieves this, however this system doesn't use jQuery and the keyboard accessiblity doesn't work in the
"Include-pages" + "Superfish-Plugin"?
Hi, I have downloaded the Superfish-Plugin (http://users.tpg.com.au/j_birch/plugins/superfish/). It does work so far. But there is one thing, I want to have an answer: Is it possible to add the following code with the "include-tag"? <ul id='cat-menu' class='sf-menu'> <li class='cat_item<?php if(is_home()) echo ' current-cat'; ?>'><a href='<?php bloginfo('url'); ?>'>Startseite</a></ <?php wp_list_pages('title_li='); ?> </ul> Doing this by the following way, the subpages were not displayed
conflict between mcdropdown.js and interface.js
im using both plugin in my website For purpose of debuging iv test each separetly... and works well But together ...the mcdropdownmenu click event Activate wherever i click on my page this is my site http://www.ma117.info/index6.html even a stripdown minimal site to test http://www.ma117.info/index7.html Someone have a idea to solve this conflict Thanks
Vertical Tabs - how to force the featured content to push the footer
Evening, I am building a site using effigydrums' plugin: Vertical Tabs Here is a stripped back page illustrating my problem: http://www.electroglass.co.uk/engineering.html I would like the featured content to 'push' down the footer rather like this accordion does here: Amethyst Music. At present the footer will only clear below the tabs not the content. It seem that I will have to define a static height for the vertical tabs on each page (large enough to accommodate the largest content), which means
jquery form send only element into data: attribute
Sorry I have a problem, i have this form <form id="main_form" name="main_form" enctype="multipart/form-data" method="post"> <div class="content"> <ul> <li> <h3>Cognome</h3> <input type="text" id="main_cognome" size="20" maxlength="30" /> </li> <li> <h3>Nome</h3> <input type="text" id="main_nome" size="20" maxlength="30" /> </li> <li> <h3>Codice
Can't change width and height and problem with hover in superfish-vertical menu
Hi, I am new to Superfish vertical nav system and need help to code the look of the menu. I can't figure out how to get the width and height to change how to keep the hover color on the text of parent once the cursor has moved to the child level. I am using the superfish.css and superfish-vertical.css Here is the url of what the menu needs to look like using an old menu system and how it needs to operate: http://www.acep-cape.ca/EN/NVersion_ecNews/ Here is the code of the old menu in js but
JQuery validation and AJAX call parsererror
Hi All, I am using the JQuery 1.5 and JQuery validation 1.7 and found a very strange problem: If I load the jquery.validate before ajax call as: <script src="../javascript/jquery-1.5.min.js" type="text/javascript"></script> <script src="../javascript/jquery.validate.js" type="text/javascript"></script> <script type="text/javascript"> $.ajax({ url: "../webservices/Test.asmx/Test", dataType: "json", type: "POST", contentType: "application/json;
Jquery tablesorter plugin and custom parser for streetname + streetnumbers
Hello, I'm using the jquery.tablesorter to sort my tables. You can make custom parsers for the plugin, which is also great! Now i'm facing a little problem: I want to sort by streetname and streetnumber. This would be easy if the streetnumber only contained numbers, but they can also contain characters. For example: Lindelaan 8a Lindelaan 8b Lindelaan 8c Lindelaan 18 Lindelaan 32 Lindelaan 86 I can create a custom parser like this: $.tablesorter.addParser({ id: 'address', is:
jcarousel, problem at 16th click on next button
I use jCarousel, with prev/next button as image. function mycarousel_initCallback(carousel) { jQuery('#mycarousel-next').bind('click', function() { carousel.next(); return false; }); jQuery('#mycarousel-prev').bind('click', function() { carousel.prev(); return false; }); }; // Ride the carousel... jQuery(document).ready(function() { jQuery("#mycarousel").jcarousel({ scroll: 1, initCallback: mycarousel_initCallback, //
ui datepicker click problem
Hello everyone, When I click the input field to display the datepicker panel in the firfox, the whole page will change to a blank page for a few microseconds. does anyone know how to resolve this problems, Many thanks for your help.
jQuery Address history and manual address
Hi. I have implemented jQuery Address for deep linking and it is working well. The only problem I haven't been able to solve is manually typed addresses. Let's say someone is browsing mysite.com and then they click on a link, which takes them to mysite.com/#/about.php. Both those entries are in the browser's history, but if they now went in and manually entered mysite.com/#/contact.php. Well, instead of adding the new page to the history, the new page would replace the about.php history. So
Need help with lavalamp
Hi, I have just played around with lavalamp and finally got it close to my liking.. Now my menu is multi-dimensional and the following background also attatches itself to the child elements... Is there a way just to keep it locked onto the top elems only? so it only affects the parent UL LI tags and not any children UL LI tags? thanks
Next Page