tablesorterPager tweak
Hi! I'm looking for a tweak or modification to tablesorterPager http://tablesorter.com/docs/example-pager.html that makes the pages as in my attachment. Anyone?
3D Carousel with perspective
+ A 3D Carousel based on jQuery. + Can rotate camera on axis. + Dynamically loading images with preloader. Link demo : http://74.55.38.242/~trtr/ukhome/3DCarousel/ Author : gaumup (ukhome@gmail.com)
CKEditor download doesn't include necessary files
Not sure what the reason is, but the index file in the zip doesn't work. Editor never loads for the main elements:
Jquery circle and <map> <area>
Hi! I'm trying to use jquery circle, everything went on smoothly until I try <map> and <area> on the display images... It still display, but pause (pause : 1) doesn't work anymore. Has anybody a suggestion or even more, a solution :D (sorry for my bad english I'm french...)
Minified version of jQuery Form Plugin
Hi. Is it possible for developers to provide a minified version of jQuery Form Plugin in the downloads section? Or maybe there is a reason for not to compress it ? Thanks in advance.
How to set plug-in's property?
Hello, I am using JQuery's Simple Tree plugin with following defination, $.fn.simpleTree = function(opt){ //alert("1"); return this.each(function(){ var TREE = this; var ROOT = $('.root',this); var mousePressed = false; var mouseMoved = false; var dragMoveType = false; var dragNode_destination = false; var dragNode_source = false; var dragDropTimer = false; var ajaxCache = Array(); var ownerElOfDraggingItem;
Validate Conditional
Hi, I am using the validate plugin http://bassistance.de/jquery-plugins/jquery-plugin-validation/ and would like to use some conditional validation, if a user does not select an option from the contact_person_id select field then they must enter something in both the input fields below it, what is the best way to achieve this, preferably with a warning message generated if the user tries to submit without either selecting an option or entering content in the two input fields. Thanks, Stuart <script
tooltip opacity appears to be ignored
I made a tooltip with {opacity: 1}, but I can still see through it. Is this a bug?
Is there a way to use autocomplete and have weighted results?
Lets say I have a list of cities for my data to be used for the autocomplete plugin, but there are multiple cities with the same name. When these show up in the potential options is there a way I can control the sort order? An example would be cities with higher populations would be at the top or more commonly used tags would appear first in the autocomplete list.
Updating a jQuery.js file upon each release?
I have downloaded a plugin, or script I should say, from codecanyon.net that uses jQuery. I am the type of person that wants the latest and greatest of everything, and like to keep my site and code clean. I am new to jQuery, and I am wondering, with this script, is it a bad or good idea to update the jQuery file upon each release (after testing of course) or is it good to just leave it like it is, will I miss out on anything?
Can't get ScollTo/serialScroll plugin to work - tried a million different things
I'm trying to get the scrollto Plugin to work with keyboard arros (left and right). Here's a demo: http://subrb.com/jstest/st The code is in keyboard.js. Thanks in advance! I'm very frustrated with this and can't seem to figure it out.
How to display custom message from .addMethod using jQuery.Validator
I'm trying to make an ajax call, similar to the remote method only I need to take different action based upon the results from the ajax response. The ajax call works correctly, but the custom error message doesn't display. //Custom rule that performs an ajax call with custom messages. $.validator.addMethod("validatePlace", function(value, element, params) { if (this.optional(element)) return "dependency-mismatch"; $.get(params.url, params.data, function(response)
JQuery Datepicker - Using selected date
Hello, I'm new to both JS and JQuery. I added a JQuery datepicker to a website but now I am unable to figure out how to access the value clicked? I'm using the following code: <script type="text/javascript"> $(document).ready(function(){ $("#datepicker").datepicker({ dateFormat: 'yy-mm-dd', onSelect: function(dateText, inst){ $("#result").text("You selected " + dateText); } }); }); </script> Then the html: <div type="text" id="datepicker" style="font-size:65%;"></div>
jquery slide color animation menu
Hello people. I try to create a menu, with Level1 in the menus, horizontal, when you click on a link, the submenu will slide down. This works so far ... Now I would like to create animations with jQuery color it so that the Level1 change the background color during hover ... That works well ... BUT, now I try in vain a usable code may resort that also the sliding submenu the same background color as in the menu takes Level1 .... i havent lok The sliding submenu is in #panel The panel slide code:
Looking for a Jquery photo gallery with click on image navigation.
Hi there, New to the forum with a first post. I am looking for a Jquery slideshow plugin that works similarly as the slideshows here: http://aphotofolio.com/ When you click on the right side of the image, the slideshow advances. When you click on the left side, it goes one image back. Thumbnails would be great, but not a must. My Jquery history: I am half-way through David Sawyer McFarland's Jquery book. I have used his slideshow and added a preload function so it wouldn't be as jumpy. I also used
Corner plugin (malsup) :: 1px adornment problem in IE
Hello, Great plug in first of all. Secondly I have one problem in the IEs (all of them) Since I can't use the "keep" border, I decided to use the adornment option. But in the design that I have to do the "border" needs to be 1px So, in the very same page of the malsup plugin if you put in the first adornment box this <div class="inner"> <h1>Round</h1><p>$(this).corner("round").parent().css('padding', '1px').corner("round")</p> </div> you will notice that the top corners are not totally round in
disjointed rollovers with jCarouselLite
Hello jQuery World, I am wondering if anyone has ever successfully created disjointed rollovers, or custom tooltip graphics for use with a jCarouselLite photo gallery. I have a horizontal photo gallery strip with arrows on the left and right sides of the gallery to click through the photos. The photos continue to loop and start all over as you click through in either direction. I've created custom bubble graphics with descriptive text for each photo that are to appear above when you rollover the
clueTip : How to set the Title from an external page/AJAX?
Hi Guys I have my clueTip loading from an external page based on the string in the HTML tag's id attribute, code as follows. //HTML <span id="http://someothersite.com/clueTipAjax.asp?id=5683">Hover over me for clue tip no 5683</span> //Javascript $('span').cluetip({attribute: 'id', arrows: true, cluetipClass: 'jtip', closePosition: 'title', sticky: true, closeText: 'killme' }); So here is my question : How do set the title of the clueTip from the same external page that it get’s it’s content? In
Permission denied Javascript Error with Dotnetnuke site
HI, I am using Dotnetnuke 5.2 version. I am calling a web service through the Jquery but it is not working and giving error. below is my code <script language="javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.0/jquery.min.js" type="text/javascript"> </script> <script type="text/javascript"> $(document).ready(function() { $("#sayHelloButton").click(function(event) { $.ajax({ async: "false", type: "POST",
jquery.autocomplete ie8 problem with multiple selects
In the demo page, the multiple bird example does not work with internet explorer. The first selection works great, but the 2nd thru the last, returns the text string typed instead of the selected item. The selected item shown at the bottom of the page is correct. For example, if for the 2nd item you type 'b" and select "Great Bittern" then "b," is shown in the text box instead of "Great Bittern,". The sample works great using firefox. After looking at the issue a bit more, if you use the <enter>
Is it possible to use streams (rtsp or mms) with jQuery Media Plugin?
This plugin is great, but I would like to be able to use it with streams instead of just files. Is this possible?
Arghh how do I get jquery/superfish to highlight my current page?
I am new to building websites full stop and I am quite pleased to have go this far with my business website but I am stuck on trying to get my sidebar to display the current page. I have looked at other posts and on the superfish site but I cant figure it out. can anyone help me with how to do this? cheers, James
jquery.validate
Hi. I have made a questionnaire using jquery. I am using the jquery.validate plugin to validate the questionnaire but I have run into a slight issue. I would like to override the submit handler. In more detail, I wish to have the questionnaire validated and report to the user all the questions that they have missed while filling out the questionnaire, however, I would like them to be able to check off a checkbox that allows them to submit they questionnaire regardless of whether its 100% complete.
Newbie jquery validate - Validation with ajax submission using plugin
Hello, I can't get the success message and the submission to happen with ajax: On myValidation.js I have: $('#form-contactos').validate({ rules: { txtResponsavel: "required", txtEmail: { required: true, email: true }, txtMensagem: "required" }, errorPlacement: function(error, element) { error.insertAfter(element); }, submitHandler: function(form) { jQuery(form).ajaxSubmit( { target: "#resultado", success:
problem with jquery, or with cycle plugin maximizing wrong window?
I have a real strange issue with either jquery or the cycle plug in on http://waynereaves.com/websites/index.html. Situation: I have two windows in FF open, one with my page mentioned above, and one with google (could be anything, but in a new window - not a new tab). refresh current waynereaves page, or select another using a graphic plug in, like /web.html. Upon that page loading, the "Other" window that is below the current, or even minimized, will maximize and hide the correct window. The page
JQuery Drawing Plugin using mouse
Hi Guys, I am looking for jquery plug in which allows me to draw basic objects (Rectangle,circle etc..) using mouse. it should also allow me to select the objects which were drawn and ability to re size them. Please help :)
jQuery Validate Plugin - usability problem
Hello all, This form is nice on a usability point of view, except for one thing: it shows: "your email is invalid" while the user is typing. This isn't appropriate, since the user as not yet finish so, don't send him a unnecessary message. How to reproduce? Having an e-mail field with at least two rules applied, like "required" and "well formed". 1) Let the field empty on propose. (the required message will show) 2) Start typing the address. (the undesired "your e-mail is not correct" displays).
JCarousel Lite interaction with Ajax
I'm using the jCarouselLite plugin and have made each image in the carousel a clickable link that loads/replaces content in a div below dynamically with Ajax (using the $.get request). It's working some of the time, but at other times, when I click on an image, instead of replacing the div, the browser loads the html file it's supposed to use in the $.get function. Does anyone know why it might be working some of the time, but not all the time? I've attached the JCarousellite plugin I'm using for
concerning 'autocomplete' plugin: forcing suggestion box ABOVE Textbox
Is there any way to force the autocomplete suggest box to appear above the Textbox? Thanks, Ric
Superfish Menu Vertical - Menüs abgeschnitten!!
Ich verwende Superfish Menu Vertical und sehe nur abgeschnittene Menüleisten. Auch die Untermenüs gehen nur bis zum Rand des Moduls und werden dann abgeschnitten. Siehe Bild: Es liegt vermutlich an css, oder? Bin da recht neu. Danke für jede Hilfe.
jcarousel in wordpress - jQuery(".first-and-second-carousel").jcarousel is not a function
Hi, I'm trying to use jcarousel in wordpress, my html test page works fine so I added the scripts and the codes to 'header.php' in wordpress but all I get is just the bulleted images with bullet dots, looks like the jquery is not loading or the trigger is not working properly. firebug shows this error: "jQuery(".first-and-second-carousel").jcarousel is not a function" below is the code i am using: "header.php": <script type='text/javascript' src='http://ajax.googleapis.com/ajax/libs/jquery/1.4/jquery.min.js'></script>
Malsup Cycle Plugin - unable to get it started
Hi, I'm sort-of new to jquery, although I have had experience with java in the past. I've recently been building a new site on Wordpress, but as my PHP isn't up to scratch I've been modifying an existing (paid for) theme. I'm trying to use the Malsup Cycle plugin to get a cycling image banner at the top of my page, but no matter what I try I can't seem to get it to work here's a link to the site (work in progress) http://www.picturesmusic.co.uk/wordpress and here's the relevant code from the header.php
TipTip jQuery Plugin
Hello, with this plugin http://code.drewwilson.com/entry/tiptip-jquery-plugin : i don't understand where to add tip_left_top or tip_left_bottom classes : in js or html ? thanks.
Jquery Modal
Hi.. im having problems trying to use this function and actually open the window displaying contents from another page. Currently this can only work for static contents where i type the contents in myself. However i need it to actually show contents from another url (eg. newPost.jsp) and display it on this popup function. How can i do that? Please help! thanks in advance <script type="text/javascript" src="http://code.jquery.com/jquery-latest.pack.js"></script> <script> $(document).ready(function()
[Autocomplete] issue when changing a previously selected value
[Autocomplete] issue when changing a previously selected value I'm using autocomplete and have it using Json formatted replies. It's working very smooth and I have it in place in several places all over my projects. Just found what looks like a bug but could also be a configuration error from my side. The process is that Autocomplete takes what's input into the field, searches using the value and when a value is found and selected it populates the searched field with, say a name, and a hidden field
Problem with tipsy
Hello, i use the http://onehackoranother.com/projects/jquery/tipsy/#examples plugin in this page : http://www.trouvetongull.info/recensement/tableau.php?code=4 I have a problem: i can't use nw or sw effect, it's like north or south in reality. See my <th> for examples. What is the problem ? Bye.
jquery simplemodal close wont work in firefox
I am using jquery.simplemodal 1.3.5 (i tried older versions) the close button doesnt close the modal in firefox (i tried IE and it work fine) this is the test page i am using: <html> <head> <title>Untitled Page</title> <style> #simplemodal-overlay { background-color:#000; cursor:wait; } #simplemodal-container a.modalCloseImg { background: url(../images/modal_close.png) no-repeat; width:25px; height:29px; display:inline; z-index:3200; position:absolute; top:15px;
jQuery Galleria Problems
Hi, When I use the galleria plugin using the galleria demo 1 custom hover effects (Link), I get a few problems: As you can see, The thumbnails are cascaded in 2 columns. i want it to be in one, continuous line. Also, can you plz. Tell me the way where I can have one picture already the 'active' picture, i.e when you go to the webpage it's already up? Thanks for any help.
jquery.validate.js honores ignore setting only once. BUG ?
I use and like validate plugin. Now I wont use jQuery Tools 1.2.0 plugin Dateinput - <input type="date" />. I need date format dd.mm.yyyy, for which Dateinput can be easily localized. Problem arises when date is picked-up from popup calendar shown after clicking date input. Validate plugin automatically performes validation and exhibits validation error, becuuse there is fixed date format yyyy-mm-dd. Date field validation is not explicitly specified. I set for validation plugin option "ignore:
Check-box lists dynamic response
Hi, I have a list element with a lot of sub categories. That will be used for category management. HTML example <ul> <li><input type="checkbox" /> Category name 1 <ul> <li><input type="checkbox" /> Subategory name 2</li> </ul> </li> <li><input type="checkbox" /> Category name 2 <ul> <li><input type="checkbox" /> Subategory name 3</li> <li><input type="checkbox" /> Subategory name 4
Next Page