Looking for Feedback on a jQuery Designer Tool
Greetings - I'm a developer with http://visitmix.com and have been working on a designer tool for jQuery to unlock the power of jQuery for non-developers. The tool allows designers to “playâ€
[jQuery] exclude input types
Hello, I want to select all my input from a form within a certain div except hidden values. So far I have this $('div#tabs input').each(function(){ //functionality }); How can i exclude hidden values?
[jQuery] weird jquery functionality - doesn't work on server, but works at localhost
Hi, I've build this simple website http://www.blogate.org/ to help bloggers to publish their articles, but I've one problem If you click on one of the red menu items on the right, you should see animation in the middle of that box, informations box should fade out and fade in immediately, unfortunately there's some kind of bug I can't explain. (I'll find it if you click on the menu item) Can you please help me? how would you solve this? thank you so much in advance John
Jquery intellisense for UI
Hi, I am using jquery 1.3.2.js plus -vsdoc file. i dowloaded the custom packge of UI file i.e jquery-ui-1.7.custom.min.js. the problem is i can get normal jquery help from vs2008 but could get intellisense fo UI functions like date picker etc. its really diffuclt to judge the function without help please help
Linebreaks when Append()ing to a TextArea
I am splitting a string value, and attempting to Split() that string value and append each line to a TextArea with line breaks between each string. To do this, I'm appending an "\r\n" to each string. The strings are appending ok, but the line breaks are NOT showing up. Instead, everything shows up as one, big line. (The \r\n is NOT rendering as text however - that is, you can't see it) var mySplitResult = WebAnnotationViewer1.getReturnValue().split("|"); for (i = 0; i < mySplitResult.length; i++)
No Spam email address plugin
This jQuery plugin turns an obfuscated e-mail address into a human-readable one. To use this plugin, include jquery.nospam.js and call the nospam() method. No Spam automatically detects if your matched element is a link. If so, it checks the rel attributes for the obfuscated e-mail addresses. For all other elements, it uses the text between the matched tags. Full demo and download available at http://www.leftrightdesigns.com/library/jquery/nospam/ There are ones that exist already, but I feel they
[jQuery] Change Table Row Color based on column content
I have a django app where i have a model which contains a boolean (checkbox) field. What i would like to do is change the corresponding table row color in the admin table based on whether or not this field is checked. i have come to the conclusion that this is only possible with jquery. i am a complete n00b when it comes to jquery so i was looking for some guidance/suggestions on how i might be able to accomplish this. Cheers
[jQuery] jquery circular carousel errors in IE with PNG images
I've encountered yet another issue with IE... while running a jquery based script to produce a circular carousel of images, IE errors at the end of the image list if there are only PNG images in the carousel (works fine in FF). A sample with 3 images is available here: http://www.bostonwebhosting.com/gablanco/www/TESTS/test.htm However, if a GIF or JPG image is included in the image list, IE doesn't error. See: http://www.bostonwebhosting.com/gablanco/www/TESTS/test-GIF.htm (using a blank GIF as
[jQuery] Qty * price
Hello, I am working on a order form. I now have the following: <table width="250" border="0" cellspacing="2" cellpadding="2"> <tr> <td width="40%"><strong>Knuffel</strong></td> <td width="30%"><strong>Aantal</strong></td> <td width="30%"><strong>Prijs</strong></td> </tr> <tr> <td>Aapje</td> <td><input name="aantal_1" type="text" style="width:25px" value="0" /></td> <td>€ <span id="total_1">0.00</span> </td> </tr> <tr> <td>Beertje</td> <td><input name="aantal_2" type="text" style="width:25px"
[jQuery] Fancybox and IE7 drop shadow?
Hi, First post for me. I a photographer and an absolute jquery & scripting newby. I looked through many scripts before finding Fancybox. I really like it. I am very, very new to scripting and Jquery though. I know HTML and CSS pretty well. I built a site using the MODx CMS. I cannot get the drop shadows to work in IE. I looked at the Fancybox site at http://fancy.klade.lv/ and the drop shadows work in IE just fine. I then made a super simple test site with minimal code and the same IE problem is
[jQuery] Superfish table based menu not ul
Hi I'm trying to use the jQuery superfish plug-in to create the 2 level menu but I need to grab the first level of the menu from table and td not from ul and li I'm new to jQuery so I can't get it work any one could help me with that? this is my html <table class="sf-menu"> <tr> <td><a href="#">first level</a> <ul> <li><a href="#">second level</a></li> <li><a href="#">second level</a></li> <li><a href="#">second level</a></li> </ul> </td> </tr> <tr>
[jQuery] remove radio buttom
I'm trying to remove radio buttons under a specific circumstance, but I'm not having much luck. Here are the appropriate snippets: alert("testing"); // just to ensure we are here $("div.gloves_wear").empty(); ... <table border="0"> <tr><td align="center"><b>Gloves Worn</b></td></tr> <tr><td><div class="wear_gloves"> <input type="radio" name="gloves" value="0" />None (no bonus)<br /> <input type="radio" name="gloves" value="20" checked />Big Bear gloves (+1 Strength)<br /> </div></td></tr>
Awesomely clever jquery required - ajax code highlighting
Ok, I'm trying to build a complicated list that highlights dependencies and I'm sure this'll potentially be a great showing off of jquery's general coolness. The task: I have a big page with two lists of items, components and dependencies, eg: <div id="components"> <div><a href="computera.htm">Computer A</a></div> <div><a href="computerb.htm">Computer B</a></div> <div><a href="computerc.htm">Computer C</a></div> </div> <div id="dependencies"> <div><a href="Electricity.htm">Electricity</a></div> <div><a
[jQuery] move simplemodal popUp ?!
hi , plz i wanted to ask if it's possible to simplemodal popup movabe across the page , instead of having him fix in a definite position ? if not , is there a modale plugin who enable that ? and thanks a lot
[jQuery] DIV refresh
Hi Experts, I am using quick pagination for my search result. My problem is anytime i search new results the pager link double itself. I This this might be because i am not refreshing the page. Do anyone know how to refresh the div that renders the pager so it doesn't replicate itself. Help
[jQuery] Best way to define funtions in external js !?
Hi there, I've just dived into jquery and now I'd like to know what's the best way to define functions in external js. ( Those functions need a jquery reference. ) I have two files: index.html and logic.js * Inside index.html <script language="javascript"> $(function(){ write_something_in_myname_div($, "hello !"); write_something_in_myname_div($, "hello hello good-bye!"); }); </script> <div id="myname"></div> * Inside logic.js function write_something_in_myname_div($,message){ $.('#myname').html(message);
[jQuery] jQuery Migrations
Hey all. I'm working on a project requiring client-side data storage based on the new HTML 5 Offline applications spec. Having a database on the client like Google Gears is a great idea, but it'd be nice to have a framework to manage the database. I was thinking of running up a jQuery plugin that does Rails-esque migrations for client-side storage but thought I'd better check whether anyone's working on this sort of thing already. Also, any thoughts on how people would like to see this done would
[jQuery] JQuery Superfish menu flickers when having any element inside <a>
I have the following menu: http://www.quarksoft.eu/tusnad When you go to Branduri -> Tusnad When hover-ing Tusnad there is an arrow (img) added. If you stay over the arrow the hole menu flickers. I tried this with any element (span, div) so it's not an issue of inserting <img> element. Any idea how to fix this?
[jQuery] jQuery each problem
Hi I am new to jQuery and learning slowly Here is the problem I have 6 questions each of them has 2 buttons ( yes or no radio buttons) When user clicks on 1 answer I would like to hide the entire question I have achieved to do this for 1 question but no success looping through all 6 questions ! <div id="quest1> Question 1 <input class="choix1" type="radio" name="choix1" onclick='q1=1'>Yes <input class="choix1" type="radio" name="choix1" onclick='q1=0'>No </div> <div id="quest2> Question 2 <input
[jQuery] Hi, Jquery superfish menu flickers when I put any element
I have the following menu: http://www.quarksoft.eu/tusnad When you go to Branduri -> Tusnad When hover-ing Tusnad there is an arrow (img) added. If you stay over the arrow the hole menu flickers. I tried this with any element (span, div) so it's not an issue of inserting <img> element. Any idea how to fix this?
[jQuery] whats wrong with my custom selector :readonly (IE6 sucks)
Hi there jQuery 1.3 has problems with handling the readonly attribute (already filed a ticket but I'm a bit stuck here with my project). When you want to select readonly inputs, you have to use [readonly=""] in Firefox and [readonly="true"] in IE6... ( because the DOM looks like that after ".attr('readonly','readonly');": FF: <input id="A1" type="text" value="90" readonly=""/> IE6: <INPUT id="A1" readOnly=True> ) So I tried to extend : $.extend($.expr[':'],{ readonly: function(a) { return $(a).filter('[readonly="true"],
[jQuery] How to play a sound on click and embed a bg sound
Hi there, I need to build a website with lot of animations and, if possible, sound effects. I would like not to use Flash, so for animations I will user jQuery, but I really don't know how to move for sound fx. The client would like to have a background sound, and some sound fx on mousover. Is there any plugin out there to manage this? If not, has anyone some link to share on how to do that? Thanks you all in advance.
[jQuery] Unable to use jQuery Corner and Superfish together
Hi, using in a project both the jQuery Corner (http://www.malsup.com/ jquery/corner/) and the Superfish (http://users.tpg.com.au/j_birch/ plugins/superfish) plugins, the superfish menus goes under the rounded divs. I've been unable to find a workaround or a parameter to make them work together. Any help is greatly appreciated. Tks, Fabrizio
[jQuery] Do you have jQuery MVC plugin ?
Hi guys, Do you have jQuery MVC plugin based on jQuery1.3 ? Thank you! Alex
[jQuery] fadeOut / fadeIn
Hi, A fast question. This code run in 1.2.6 but fails in 1.3 ++. Why??? $('.showPasswordForm').click(function(event){ $('#signinPanel').fadeOut(function(){ $('#passwordPanel').fadeIn(); }); return false; }); 1.3++ the second div fadeIN but first one do not fade out... Thanks Andrea
[jQuery] New Plugin Orange Tool Kit
Hey all. I've written a cool toolkit for HTML injection using json objects as the data source. There are some other cool features (though I haven't had time to write up formal examples yet) Please take a look and give feedback http://plugins.jquery.com/project/OTK
Getting started with JQuery
Hi all, I had a search through this forum for related posts but couldn't find anything. I'm having issues just getting JQuery to start working on my PC. I followed this -http://expressionengine.com/forums/viewthread/86934/ By creating a js folder at my root, and putting the file jquery-1.3.2.js in it. Then linking to that via the: <script type="text/javascript" src="/js/jquery-1.3.2.js"></script> command in the head of my html file. I followed the rest of advice on there - creating an onDomLoad.js
[jQuery] Validate, Remote and Custom Rules -- disable and enable a submit button.
I tried to make a remote validation with custom rules (return true or false) on a input field. I do wanted to disable the submit button, I already did. $("#submit").attr("disabled", "disabled"); However, I am clueless how could I enable it back again? Upon return of true? Here's my js code: <meta http-equiv="Content-Type" content="text/html; charset=utf-8"><meta name="ProgId" content="Word.Document"><meta name="Generator" content="Microsoft Word 12"><meta name="Originator" content="Microsoft Word
[jQuery] Chainclude (include css / js sequentially)
include multiple css /js in a sequence. read more @ http://arashkarimzadeh.com/jquery/18-chainclude-jquery-pluign-for-including-js-and-css-in-a-sequence.html Best regards, Arash Karimzadeh
[jQuery] jquery each help
I have articles in a group of divs <div class="art"> <div id="leftMain"><img src="media/img/greenBar.png" width="11" height="211"/></div> <div id="rightMain"> <span class="postedDate">POSTED: 15 MARCH 2008 1400 HOURS</span> <div class="articleHeader"> > SNEAK PREVIEW OF <i>NO CHILD...</i></ div> <div class="articleContent"> Lorem ipsum dolor sit am</div> <div class="articleDownload">>> <a href="#">DOWNLOAD 10%
[jQuery] JQuery Plug in For Client side Pagination
Hi, I'm looking for a Paging functionality to be achieved using the Plug- Ins. Could you please provide me the list of such Plug ins for Client side Pagination? Appreciate, if you provide the comparisions with pro and cons of each such available plug-ins? ~.Nil
[jQuery] Update DIV
Hello Everyone, I am looking to see if I should switch to jQuery but first need to find jQuery's equivalent to Prototype JS's Ajax.Updater; new Ajax.Updater("id", url, {method: 'post', parameters: pars}); Ajax.Updater allows you to simply update the content of a DIV. ps. I did find his plugin called Tabs, http://stilbuero.de/jquery/tabs_3 but was looking to learn how to do it without a plugin.
[jQuery] Simple Slide Panel
Hi, I recently saw this simple slide panel tutorial - http://www.webdesignerwall.com/demo/jquery/simple-slide-panel.html. I'm a newbie at jquery and was wondering if you can actually use this "slide panel" with multiple buttons? Help anyone??? :) Vince
[jQuery] why coding like this:(function(){})();
(function(){})(); does it conform to the grammar?
[jQuery] [validate]Trigger validation before form submit?
I'm using this fantastic validation module: http://bassistance.de/jquery-plugins/jquery-plugin-validation/ and I wonder if there is a way to force validation before form submission. I have a button, which my users have to click first, and if the validation goes through then I will use window:print(); instead of submitting the form Regards Raine
[jQuery] are # superfish-vertical.css & # superfish-navbar.css required?
I was not able to find any indication that these two files below are required, but I wanted to confirm. Does anyone have any idea why they are separated out? # superfish-vertical.css # superfish-navbar.css Thanks
weird dropdown menu behaviour in IE
any one know why this menu is behaving slightly odd in IE: http://test.surreyfitnesscamps.com it works fine in firefox!
[jQuery] trying to add a 'class' to a link based on the value of the link's href
Hi there, What I'm trying to do as add a 'selected' class to the current page navigation link. I want to cycle through all the page links and if 'file' matches 'hrefs', add the class accordingly. Specifically, I'm having problems with the last part of code below ---if (hrefs[i] == file) {$(this).addClass('selected');}---. I can't seem to isolate the matching link. I no javascript pro, so I'm probably approaching this all wrong. My code is below. The alerts are just there to make sure the variables
my JQuery code not working at all in IE8
Hey, I'm seriously stuck. I'm using JQuery with asp in VS2008, and have a problem. I can't seem to get my code to work with IE8, yet when I load sites that use JQuery code, the browser seems to render them and work fine. I've tested my code in Opera 9 and in Chrome and the JQuery code runs perfectly. It doesn't run in IE8; the $(document).ready(function() doesn't seem to fire. Here's my code: -------------- <html xmlns="http://www.w3.org/1999/xhtml" > <head runat="server"> <title> </title> <link
Wrapping an unknown number of elements
Hi all, Excuse the possibly n00b question as i'm quite new to jQuery. This is probably easiest shown by example. I am developing a greasemonkey script with jQuery to restructure and tidy up some HTML source over which I have no control. I want to be able to wrap each of an arbitrary number of blocks into a div. The trouble i'm having is that some blocks have two elements and some have three. Here's an example. I want to transform: <h2>Items</h2> <a href="x">title</a> <p>description</p>
Next Page