Rotating Text in IE7
Hi: Is there any JQuery plugin which could rotate text in IE7. I have found many which could rotate in firefox but in IE7 it seems impossible. Any idea on that?
form validation combined with ajax
I'm trying to make a username form validation combined with ajax but I'm stuck at 1 point. I need to use a var that is outside of my $.get() function so that I can add the function to the validate plugin. This is what I have: jQuery.validator.addMethod("username", function(value, element) { var result = false; $.get("includes/checkUsername.php?user="+value, function(data){ if(data == "0") { result = true; } }); return result; }, "Username not available");As
clueTip - multiple instances of
hi, love the plug-in but have come across a puzzle. i am trying to use multiple (5-8) instances of the jTip theme, jTip Style clueTip. The first tip shows as expected using the code <a class="jt" href="health.html" rel="health.html">Health</a> However, the second tip shows the new ajax file but as soon as i move off of the word, the tooltip closes. i know this has something to do with the jt:eq() class, but i'm having no luck in changing it to make the second instance stay open on hovering. anyone
cluetip not showing
Hello i am new to jquery. I am using cluetip in the following way header.php <script type="text/javascript" src="<?php bloginfo('template_directory'); ?>/library/js/jquery-1.5.1.min.js"></script> <script type="text/javascript" src="<?php bloginfo('template_directory'); ?>/library/js/jquery.hoverIntent.js"></script> <script type="text/javascript" src="<?php bloginfo('template_directory'); ?>/library/js/jquery.cluetip.js"></script> <script type="text/javascript"> $(document).ready(function() { $('#area_convert_id').cluetip({
Superfish Vertical Menu Blues
Hello! I'm using the Superfish vertical menu to develop an online book. My vertical menu which consists of chapters and sections place on the side of my page, and is long enough to show all of the main items. However, as the chapters get lower in the page, the submenu items (my section names) get cutoff (there's not enough room to show all subitems for the final 2 chapters). So, I guess I have 2 questions: 1) Is there some sort of option to tell Superfish to realize "Hey, not enough room for the
Updating images/aspect ratio in jCrop / jCrop API issue?
My question is 2 fold perhaps: 1. Is there are "best" way to be able to update images of various sizes while using jCrop with thumbnail 2. Is there something tricky about the API as I keep getting an undefined response. To explain I'm using jcrop in a backward sort of way not to crop but to zoom an image (like this but with a small zoom window image controlling a larger image http://deepliquid.com/projects/Jcrop/demos.php?demo=thumbnail) I update the images based on an ajax response supplying a new
jQuery checkbox, getting status of checkbox
Hi there, I'm having some trouble with determining the status of a checkbox after it has been clicked with the jquery.checkbox plugin http://widowmaker.kiev.ua/checkbox/ Here's my test case http://dev2.savingforchildren.co.uk/mjs/checkbox.epl When you tick on the 'fancy' checkbox, the javascript attempts to get the status with alert(this.checked); - but as you can see it gets it precisely wrong, presumably because it is getting the status of the checkbox before it has actually been changed. Can
jQuery SVG animate(move) group according to initial coordinate system
Hi everyone! I have a problem with moving group element. I want to move it according to initial coordinate system of parent svg container. But transform:translate(10,20) for example, establishes a new user coordinate system which origin (0,0) is absolute X=10, absolute Y=20. How can I animate(move) group with absolute coordinates without writing additional functions to calculate this coordinates?
jQuery Frame Animation Plugin and Firefox 4
Hello out there, It seems that Firefox 4 doesn't like the jQuery Frame Animation plugin. The Error Console seems to throw the following CSS warning which seems related: "Error in parsing value for 'background-position'. Declaration dropped." And this warning will spill out multiple times into the console when the animation is supposed to be happening. (This plugin takes an image that looks more or less like a vertical filmstrip of animation frames, and adjusts the background position quickly to produce
Printing with jqprint plugin a div that was edited with jquery
Hello, how can I print a div that was edited with jQuery. I'm choosing for it a background image from a gallery, and when I'm trying to print it, the image is not printing. How can I solve this problem? Waiting.. Thanks!
ImgAreaSelect have the same selected area after I changed img source.
I have a small problem with ImgAreaSelect 0.9.5 and Firefox(*), at least one version of Internet Explorer works fine. Go to http://karllarsson.freewebpage.org/imgareaselect/ Click on the "Small" link. Now the images change but the selected area is on the exact same spot as before in Firefox, in IE it change with the images. I like to know if there is some way of refreshing ImgAreaSelect? (*) Firefox 3.6.16 under FreeBSD 8.2 64 AND Firefox 3.6.16 under Windows 7 64
Looking for an image gallery with photo-by-photo control
I'm looking for an image gallery plug-in that allows you control over the transitions on a per-photo basis. For instance, the transition between photo 1 and photo 2 would be a cross-fade; between 2 and 3, a horizontal slide; between 3 and 4, a vertical slide, etc. Also, allowing different timing for each photo, so that photo 1 displays for 5 seconds, photo 2 for 10, photo 3 for 7, etc. Does any plug-in such as this exist?
Trouble with Plugins
Hi all, I am a beginner at using JQuery, and thus its plugins are a new thing to me. I have gotten JQuery itself installed and have a functioning Dialog widget working. However, I cannot seem to get the Star Rating widget working. I'm not sure if I'm not including the right files, or if I'm incorrectly using the code. This is primarily because I don't fully understand how the whole process works in general. Here are the applicable snippets of my code: This is located in the <head> element of my HTML
TableHover plugin not working on Firefox
Hello, I am using the tablehover plugin on a dynamically populated price list. It is working on IE, Safari, and Opera but not FF. I just want the prices to turn white on rollover The plugin is old ('07) but I did not find anything newer when I was searching. Any help would be amazing, as I am over my head on this one... thanks! links: http://beads.donovansmithdesign.com/prices/printing-prices.php http://beads.donovansmithdesign.com/js/jquery.tablehover.js
jquery template plugin has Javascript "for In" kind of loop for looping through the object properties?
jquery template plugin has Javascript "for In" kind of loop for looping through the object properties? I mean I have a object say var person={name:'a',address:'a1'} Now I want to loop into person's properties in template just like I do in for in loop is there any way out? http://api.jquery.com/category/plugins/templates/ Thanks in advance CSJakharia
Columnize plugin not making columns...
I am using the columnize plugin v1.4 and jquery v1.3.2 and cannot figure out what I am doing wrong. My css for the column div, etc is as follows: /*columnize code*/ #middlePeopleSection {float:left;width:585px;height:460px;max-height:300px;padding:0;margin:0;background:yellow;} #columnSection{float:left;width:580px;height:460px;margin-right:1em;background:#990000;} .column{margin-right:1em;} .first,.last{clear:both;} p.people {text-align:left;font-family:"Times New Roman",times,serif;padding:0;margin:0;margin-bottom:20px}
jquery conflict - multiple jquery
Hi, i am using multiple jquery in my webpage http://varghesemathew.com/test2/ One is for sliding the page contents and another is for the link AWARDS, its also like a slider kind, but both not working together. Please suggest a solution. Thx Matt
Issue with validation plug-in add rule method
Hello, I am using the latest of all JQuery plugins required for doing validation... When using the $("#myinput").rule("add", aRule) method for defining my rules ; I am getting the following error: c.data(d.form, "validator") is undefined when executing the $("#myform").validate(); when I use $("#formid").validate(rules) it works fine. My controls are wrapped with a form tag. This is the code: Rule #1 $("#_firstName_id").rules("add", { required: true, messages : { required: "Enter First Name
Strange jQuery + jquery.validate + fullcalander behaviour
Hi all, I am not a jQuery expert and I need you guys to help me out here please. I have two text boxes that allows a user to enter a datetime stamp (using datetimepicker for it), but I need to make sure the end timestamp is greater than the start one. I am using the jquery validate plug-in with a custom method for it. --- Code snip #1 start --- jQuery.validator.addMethod("startEndCheck", function(value, element, params) { if (!/Invalid|NaN/.test(new Date(value))) { return new Date(value) > new Date($(params).val());
problem with css shadow and border on right using wordpress
i have this problem using jquery cycle lite. the border of the slideshow didnt appear and also the shadow instead on the thumbsnail the border and also the css 3 shadow appear normally.. so its not a problem with the css.. i use this code to call : [jj-ngg-jquery-cycle html_id="about-cycle-lite" gallery="4" width="1090" height="425" order="sortorder"] Can anyone help me? http://www.relaiscavalcanti.com/press/?page_id=98
zRSSFeed date format
Is there a way to change the format of the date displayed with zRSSFeed? "Thursday, April 07, 2011 2:03:03 PM" is way more than I want. Thanks.
tablesorter 2.0 error with paging
I'm using the tablesorter 2.0 plugin and having an issue with the paging part of it. When I try to use the paging options I get a javascript error: c is undefined in jquery.tablesorter.js
Anyone have problems with jqModal and the new version of Firefox 4?
I have been testing a lot of my code in the new version of FireFox and it appears the way I am rendering jqModal dialogs is not correct/right. I basically load the Modal and through an AJAX call get the contents of the dialog box. Contents could be a form, jQueryUI components, images, etc... Problem is, with FireFox 4, the dialog never loads properly. Or if it is a form, the form elements will not focus properly or update when keys are pressed within the form. If anyone else is having this problem,
jquery cookie session time out in seconds?
Does anyone know of a way to get the jquery cookie plugin to dump or reset the session after X amount of seconds? Been trying to mess around with it and I can't seem to get it to work correctly. Didn't know if you can even set it to timeout in seconds anyways. I know you can in days, but I'd rather trash the cookie in X amount of seconds or when the browser closes.
autocomplete: not search if there are no corrispondce
hello, i've using this plugin (with some my personalization) http://blekm.altervista.org/autocomplete.custom.js http://blekm.altervista.org/jquery.autocomplete.js http://blekm.altervista.org/jquery.metadata.js I've just a problem: all works fine, but if there are no result with one (ore more letter) the autocomplete start anyway and my php script return msg error (it's ok). Is there a way to NOT use the php script if there are no corrispondce, and write something like "NO RESULT" into suggestion
datepick() not getting properly styled
in my page i load both a themeroller's css and the datepick css: <link rel="stylesheet" type="text/css" href="css/smoothness/jquery-ui-1.8.11.custom.css"> <link rel="stylesheet" type="text/css" href="css/ui-smoothness.datepick.css"> An of course the datepick library: <script type="text/javascript" src="js/jquery.datepick.min.js"></script> <script type="text/javascript" src="js/jquery.datepick.ext.min.js"></script> Then from a method of mine I run the following code: div1.append('<div class="smallerpanel">');
Customize the error at form validation
I'm using the validation plugin and tries to get the invalid errors to appear like I want to. If the form isn't valid, I would like to change the invalid elements placeholder text to a different color. That's it. I don't want to show any message somewhere. Is this possible? How?
Tablesorter breaks when removing row and using pager
If I use remove() instead of hide(), or if I use trigger('update'), the pager drops all pages except the current one. I'd like to use remove(), and ideally the a row that is deleted would be replaced by one from the next page. I thought that trigger('update') was supposed to do that for me. Any advice? $(document).ready(function(){ $("#myTable").tablesorter({ widgets: ['zebra'], headers: { 0: { sorter: false } }
jqGrid and editable cell?
Hi, I'm using a jqGrid and I'm trying to have one of my columns be editable. Some of my columns in the "colModel" looks like this: {name:'First_Name',index:'First_Name', width:80,align:"center",editable:true}, {name:'Last_Name',index:'Last_Name', width:100,align:"center",editable:true}For some reason though when I click the cell, it doesn't allow me to edit it. I believe I have all the necessary js files as well, the css, the main jqGrid.min.js, and even the locale file. Any help appreciated. Regards.....
jQuery Cycle Plugin - Image Count - appearing at start of slideshow
Hi, The image count does not appear on page load, it starts when clicking through to the next slide. I want the Image Count to appear straight away ( so it shows ' 1/8 ' for example) here is my page code: <!DOCTYPE html> <html> <head> <title Cycle</title> <link rel="stylesheet" type="text/css" media="screen" href="../jq.css" /> <link rel="stylesheet" type="text/css" media="screen" href="cycle.css" /> <style type="text/css"> #main { text-align: left; height: 550px; width: 876px; } #slideshow { float:
example of direct link from external page to jquery cycle slide
Can anyone point me to an example of a link on one page targeting a slide in the jquery.cycle plug in on another page? I've seen this explained but I can't seem to wrap my head around how it works and seein a working example would really help. Thank you!
[validate] Is it possible to trigger validation on blur without having anything in the field first?
Right now validation is only triggered when I have something entered in a field, i.e. if I click on a field, type something, delete all of it, then click on the next field, validation won't trigger. I want to be able to trigger validation after I first focus on a field and then focus out, even if I didn't type anything. If there's no existing option to change this, can someone point me to part of the source code where one would need to change so that I can change it myself? (Sure, I can try to decipher
Disabling ordinary link button during form Validation
Hi, I've got a JQuery Mobile form working across multiple "pages", even though it is a single HTML file. This is done by placing the opening form tag before the <div data-role="page" id="screen1"> tag, and closing it after the final losing page div tag. Works great. Currently the form validation is properly flagging each field as the user leaves it. The only trouble I am having is making the continue button at the bottom of each screen disabled until the visible invalid fields pass validation. Can
jquery.corner.js problem in IE and Opera
i am getting a strange error message from jquery.corner.js [downloaded from http://jquery.malsup.com/corner/ version 2.09 (11-MAR-2010)] in IE and Opera. further script calls are ignored, so the page looks horrible. Opera Error Log: Unhandled exception: [Object InternalException] name: Error message: WRONG_ARGUMENTS_ERR stacktrace: Line 808 of linked script http://mydomain.com/javascripts/jquery.js var computedStyle = defaultView.getComputedStyle( elem, null ); Line 778 of linked script
Jquery AutoComplete plugin : is it work under jQuery 1.4.2 ?
Hello guys...!! I'm trying to use this Plugin.... Link Here. Let's assume that we have this kind of interface.... <input type="text" id="companyname" name="companyname" size="75" /> And then this jquery // the company textfield search $('#companyname').live('keyup', function(){ $('#companyname').smartAutoComplete({ source: "search-company.jsp" }); } ); The "search-company.jsp" ---> is my jsp page that will generate the words divided by line feed. But, then....
Validation
i am using the * jQuery Validation Plugin 1.8.0 i came across 1 small problem i need to validate this input field <input id="awf_field-123456789-first" name="name (awf_first)" /> but when i do rules: { name (awf_first): "required", } i get a error does any one know how i can check the value of this with out changing the field name?
corner plugin bug
I am not sure can I call it a bug if I use use corner plugin on two divs which one is including another, it will be failed on IE7 or IE8 have any solutions? demo page Chrome IE7/8 CSS <style> body { font-size: 12px; background: black; } .box-outside { width: 201px; height: 200px; background: yellow; } .box-inside { width: 199px; margin: 0 0 0 1px; height: 190px; background: blue; } </style> JS <script> $(function() { $('.box-outside, .box-inside').corner(); }); </script> HTML <div class="box-outside">
using RSV validation
Hi, I am using benjamin keen's jQuery validation RSV and i have a couple of questions: 1/ How do i setup the function submitData? //validation test function submitData() { alert("The form validates! (how do i submit the data to stage3.php)."); return false; } $("#reserveringForm").RSV({ onCompleteHandler: submitData, displayType: "alert-one", rules: [ "required,first_name,Please enter your first name.", "required,last_name,Please enter your last name.", "required,email,Please
Jquery autocomplete plugin
I am using the jquery autocomplete pugin from http://bassistance.de/jquery-plugins/jquery-plugin-autocomplete/ I need to perform an action if no data is returned from the autocomplete search but there seems sto be no way to do that. Any ideas pls?
Very specific question about cycle plugin as Navigation
I am planning on using the cycle plugin for a slideshow/navigation hybrid can I hide certain slides until only certain links are clicked? and after a certain ammount of time the browser is idle on those clicked slides the cycle plugin resumes a regular slideshow? that would be amazing
Next Page