[jQuery] treeview plugin / windows safari 3.1
it looks like there is a bug that defaults all the menus to expanded rather than closed. any idea how this might be corrected?
[jQuery] New jQ Blog - thetruetribe.com - jQ tabs w/o extra plugin
http://www.thetruetribe.com is a new javascript/css blog focused in Jquery and other technologies. The latest post is the beginning series on tabs with the use of jquery. Check it out!
[jQuery] Anyone Know of Good String Library?
Does anyone know of a good string library for jQuery or even JavaScript in general. I'd like a StartsWith() function, a SubString() function, etc.
[jQuery] Ask help,how to loop highlight items?
Could someone give help for looping,I want to highlight all of the items called "a".My code is following: Thanks <%@ taglib uri="http://struts-menu.sf.net/tag" prefix="menu"%> <%@ taglib uri="/WEB-INF/struts-html.tld" prefix="html"%> <html> <HEAD> <%@ page language="java" contentType="text/html; charset=ISO-8859-1" pageEncoding="ISO-8859-1"%> <META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> <META name="GENERATOR" content="IBM Software Development Platform"> <META http-equiv="Content-Style-Type"
[jQuery] Refresh Baltimore Tonight
Hey all, Just wanted to give a heads up that I will be giving a basic jQuery presentation at the Refresh Baltimore meeting tonight. So if you are in the Baltimore area come check it out. <a href="http://www.refreshbmore.org/">http://www.refreshbmore.org/</a><br clear="all"> -- Benjamin Sterling <a href="http://www.KenzoMedia.com">http://www.KenzoMedia.com</a> <a href="http://www.KenzoHosting.com">http://www.KenzoHosting.com</a> <a href="http://www.BenjaminSterling.com">http://www.BenjaminSterling.com</a>
[jQuery] in JQuery,When matching string words,do some process.and then continue to loop.
in JQuery,When matching string words,do some process.and then continue to loop. like java: for(...){ if(a="hello"){ do something. } } what's the syntax in jquery?
[jQuery] Plugins Mailing List
I'm new to the jQuery lists. Am I correct in assuming that the Plugins list is no longer operating since I only see 60 messages and the last one is from 2007? If so then am I also correct in assuming that plugin questions should be directed here? Thanks. Barry
[jQuery] Spam Plugin
I have a feed of new jQuery plugins that I like to check daily to see what great things are created. I saw this one today - http://plugins.jquery.com/project/n-contextmenu. Interested, I went to the demo, and I got like 5 pop-ups, redirected to a new site and another 3 pop-ups. Anyway to remove from the list? Regards, Seth
[jQuery] attempting to replace img src
I would like to replace a link image with another image based on the location of the page in the site structure. Take for example this link - - <a class="apply" href="/apply/" ><img src="/images/sitewide/top_nav_apply.gif" /></a> If some one clicks this link they would be on www.example.com/apply/ and I would want the image at the top to be replaced with <a class="apply" href="/apply/" ><img src="/images/sitewide/ top_nav_on_apply.gif" /></a>. I can get the directory from window.location() but do
[jQuery] Detecting 800x600 Monitor Resolution
How might the code look like to do this?
[jQuery] jQuery Cycle - Manually selecting next slide
Hello, I'm still very new with jQuery, but I'm actually liking it a lot, mainly the extensive plugin library the community has created. I've found the "Cycle" plugin, which works great for slideshows, but I'd like to adapt it to something a little bit different: I want to control what the next slide to be displayed is. I've been looking around, but couldn't find anything. Can anyone help me out? Thanks!
[jQuery] JCarousel Issue
Hi, I have been trying to fix a JCarousel problem. When I go to www.mlb.com, the page goes crazy and I get the error message "JCarousel: No Width/ height set for items. This will cause an infinite loophole." On message boards, other people are posting with the same problem but some of the solutions posted were too complicated for me to follow because I don't know much about computers. Do you know of any way to fix this problem? Thanks so much for any help!
[jQuery] Jquery/ javascript developers needed
Hi all, I am looking for a front end web developer with experience developing in javascript and using the jquery library. Ajax, HTML, CSS, DOM and PHP are also preferred. This is a great opportunity to work with some other senior developers with this javascript/ jquery technology on a government contract project. The project is under security clearance supervision so no telecommuting on this one, but if you live near Denver, or want to be considered please let me know and we can go over the details.
[jQuery] Browsers incompatibility
I had made a function using Jquery to show the servers time but whereas this works properly on firefox, it didn't on internet explorer, whats the solution please
[jQuery] stepcarousel - rewrite methode
i'd like that stecarrousel call one of my functions ike that: stepcarousel.setup({ galleryid: 'mygallery', //id of carousel DIV beltclass: 'belt', //class of inner "belt" DIV containing all the panel DIVs panelclass: 'panel', //class of panel DIVs each holding content statusvars: ['statusA', 'statusB', 'statusC'], //register 3 variables that contain current panel (start), current panel (last), and total panels contenttype: ['inline'], //content setting ['inline'] or ['external', 'path_to_external_file']
[jQuery] Sortable Serialization for nested lists
No response over on the UI list. Perhaps someone here knows... Hi Folks, I think there's a problem with the serialization of nested lists inside Sortables. I have an altered version of the demo here: http://scott.sauyet.com/issues/2008-04-08a/ The Serialize button logs to the console if you have Firebug, otherwise it just does an alert. The original layout looks like this: * Drag us * around * and change o Lorem o Ipsum * our * positions o Something else o Foo bar and it serializes as item[]=0&item[]=1&item[]=2&item-2[]=0&item-2[]=1&item[]=3&item[]=4&item-4[]=0&item-4[]=1
[jQuery] Excel-like table functions
Hi, I am trying to implement Excel-like functions on an html table. Some of the cells are static and contain calculations and some have input boxes in them. The change event of the input boxes fires a recalculation function. This function does some Excel-like calculations on the table data. I am using Dan Switzer's calculation plug-in that works wonderfully. However, the calculations are fairly complex and the process is too slow. I have tried putting the jQuery elements into variables for reuse;
[jQuery] basic problem css
Hi everybody, I'm a new jQuery user and I'm already having some trouble... :-| simply, I've got a menu: <ul class="main_menu"> <li class="main_menu" id="menu_id0" > <a href="#Homepage">Homepage</a> </li> <li class="main_menu" id="menu_id1" > <a href="#application_1">ONE</a> </li> <li class="main_menu" id="menu_id2" > <a href="#application_2">TWO</a> </li> <li class="main_menu" id="menu_id3" > <a href="#application_3">THREE</a> </li> <li class="main_menu"
[jQuery] $().plugin.pluginMethod() ?
I'm not sure if namespace is available in jQuery. If we can get something like $().plugin.pluginMethod(), can anyone give me some hints? TIA -- <?php echo 'Just another PHP saint'; ?> Email: rrjanbiah-at-Y!com Blog: http://rajeshanbiah.blogspot.com/
[jQuery] TableSorter - Multiple header handling?
I'm little lost when setting up TableSorter on a table that with multiple header: <table> <thead> <tr><th colspan="2">Main</th></tr> <tr><th>Sub1</th><th>Sub2</th></tr> </thead> <tbody> <tr><td>S1</td><td>S2</td></tr> </tbody> </table> The sorter has to be applied only on the sub-header. Has anyone come across similar situation and if so, please give me some hints. TIA -- <?php echo 'Just another PHP saint'; ?> Email: rrjanbiah-at-Y!com Blog: http://rajeshanbiah.blogspot.com/
[jQuery] find table column's (td's) header (th) ?
I'm just wondering if there is any easy way to find out the header (th) of the table column (td)? Say, ---------------------- | head1 | head2 | ---------------------- | r11 | r12 | ---------------------- | r21 | r22 | ---------------------- Here, r22's heading is "head2" -- <?php echo 'Just another PHP saint'; ?> Email: rrjanbiah-at-Y!com Blog: http://rajeshanbiah.blogspot.com/
[jQuery] jCarousel
I'm experiencing a problem with jCarousel 0.2.3 when used with ui.tabs (part of jQuery UI) . Two tabs, and a carousel on each. The 'second' carousel never sets the correct width on the UL element (I'm using an unordered list on both carousels - nothing special at all, just a list of images). The UL style should be set to "width=1008px" or something like that; instead, it sets the width to "76px", so the second carousel is seriously messed up. (Similarly, the 'first' carousel's UL width is also not
[jQuery] Taconite with IE
Hello, Sorry for my english, I have a problem with a taconite script, he doesn't work in internet explorer but works well in Firefox. the taconite code : - <taconite> - <replaceContent select="#zoom"> <img src="photos/photo350.jpg" height="200px" width="360px" /> - Nettoyant pour revêtement avec tampon applicateur 90ml <span>3.5</span> </replaceContent> </taconite> the javascript code : $('#nouveau a').hover(function(){ var t1=$("#nouveau a").html() ; $.get("zoom_photo.php?mail="+t1); $('#zoom').show();
[jQuery] How to apply a Zebra Table Effect considering 3 rows instead 1
Hi guys, I´m looking for a solution to apply a Zebra Table Effect considering 3 rows a time instead 1. For example: It´s my table. row 1 row 2 row 3 row 4 row 5 row 6 row 7 row 8 row 9 Each 3 rows is related to a subject. So in each 3 rows I want applay a diffrent colour. To get something like it: row 1 - apply class to change bg row 2 - apply class to change bg row 3 - apply class to change bg row 4 row 5 row 6 row 7 - apply class to change bg row 8 - apply class to change bg row 9 - apply class
[jQuery] Drop down menu
I did a menu bar like the apple site using Photoshop. I would like to have drop down menus, does anyone know of a tutorial that explains how to do that using jQuery?
[jQuery] <functionname> is not a function
Hello. I'm somewhat new to javascript, primarily used to PHP, and I have been attempting to revamp my javascript code base using jQuery and some class structure. However, I'm getting the error "this.checkRequired is not a function". From what I can find the documentation on classes in javascript online is very sparse and there seem to be multiple ways of doing it, it is somewhat confusing. I am not sure if I am even properly declaring things. I am wondering if anyone can point out a basic mistake
[jQuery] Select Tab Programatically
Hi, I am a newby to jQuery and have a problem I can not figure out. I want to be able to select a tab thru a link. In other words when a user selects a link from a main menu, I want the corresponding tab to be automatically selected. Suppose I have a menu with five options. If the user selects the third menu option I would like to have the third tab selected when the form loads. How is this done. Thanks in advance for your time and patience. Mic
[jQuery] Pseudo drop down/select box
How can I mimmick the events of a select box, like the ones you find in forms? I want to create a quick link menu just like Google Groups has the My Groups menu (see above). Here is my attempt: $(document).ready(function() { $('#quicklinksmenu').css({left: $('#quicklinks').offset().left + 'px', top: ($('#quicklinks').offset().top + 22) + 'px'}); $('#quicklinksmenu').hide(); $('#quicklinks').click(function() { if($('#quicklinksmenu').css('display') == 'none') { $('#quicklinksmenu').show();
[jQuery] flashing/blinking effect
Hi, i want to create flashing/blinking effect but i'm having trouble with it. I know that the core effects are very limited...but still... i managed to create something to my liking with $ (".element").css({backgroundColor:"#ff0000"}).fadeOut("slow") but if i want it to just flash and not disappear so i have to add .fadeIn("slow") but i want to hide the background color which i've set...after about 2-3 seconds...can i do that? how? Thanks, BR
[jQuery] cycle plugin with image Array
hello, is it possible to configure cycle plugin to retrieve image files from an array instead of a <li> config? what i would like to achieve is: when you do have many images per list download times can get long so i was thinking that a dynamic download could help.. but im not sure of it.
[jQuery] Event delegation: jQuery ready solution for submit/reset in IE/Safari 2? jQuery.Listen?
Hi all, I was wondering if there's something ready for jQuery that fixes event bubbling for submit/reset events in IE? Also in Safari 2 these events don't seem to bubble. Does the Listen plugin provide a fix for this? --Klaus
[jQuery] jQModal reload..how?
Hi, Is it possible to reload the contents of a modal (jQModal) window without closing and opening it again? The content is loaded via get (default) i want the modal window to reload the same url... Thanks, BR
[jQuery] question about compatibility with IE v6
I am investigating using jQuery for site I am developing. Most of my users will be coming to the site with IE. I went to this page http://docs.jquery.com/Tutorials:Live_Examples_of_jQuery but it did not display correctly. In my FF browser it worked find. Could some one let me know if there is a problem with IE compatibility? I am using IE v6.0.2900.2180.xpsp_sp2_gdr.050301-1519
[jQuery] two level tabs + drop-down for 3-rd level
hi... my client wants to have a two level tabs with 3-rd level as drop- down. Is there any plygin available for that? I know about tabs plugin, but it don't looks like its possible to make even two level tabs with it. Let me know. Thanks.
[jQuery] UI Tabs - signal content change
For each tab I have a script that checks to see if the content has been updated for a given tab. I am looking for a way to show in the UI that there is new content and the tab needs to be clicked on. The best way I could think of is to have the tab blink somewhat like programs do on the taskbar. Is there any way that I can do that?
[jQuery] JQuery developers available for Denver project?
Hi All, I am looking for a front end developer with experience developing in Javascript, Jquery, JSON, and Ajax. PHP and MySQL are preferred. This is a start up company located in Denver working on a government contract so no telecommuting, sorry. If you are available, send me an email with your resume and lets discuss the details. Thanks, John Mayton Kelly IT Resources 303-755-7764 john_mayton@kellyservices.com
[jQuery] Drag and Drop question
Hi, can anyone help? A client has asked me to replicate the new BBC.co.uk homepage, with the drag and drop boxes. I've found a demo which pretty much does everything - http://interface.eyecon.ro/demos/sort.html - , but the only thing that is missing are the borders that appear when you pick up a box. Does anyone have any idea on how to do this? Apologies if it's a really obvious thing but i am relatively new to JQuery so any help you can give would be greatly appreciated. Thanks
[jQuery] Is unbind() necessary if you use remove()?
I have some pages where I'm adding elements, then attaching click event handlers to them. Later on (based on user interaction), those elements are being removed from the page. Is there any benefit to calling unbind('click') on those elements before I remove() them? Or does remove() effectively remove that click handler from memory as well?
[jQuery] hovering over a table based map
I have a table based map (each square of the table is a different map area) and would like to use a hover as a sort of legend. So, when I hover over an area, I get a popup, or something, that says "this is a rock and a chicken". My map is based on an array of 10x10 numbers (for the base) and then (probably, haven't fully decided yet) names to indicate special areas on the map. So, 2 10x10 maps, one filled with numbers, the other has mostly null, with some names that will link to an image, specified
[jQuery] $(window).bind("load",function(){ vs onready
Hey, I have a really quick question, what is the difference between doing: $(window).bind("load",function(){ And $(document).ready(function(){ Just was on my mind and was curious. Thanks, Ryan
Next Page