[jQuery] how can I add some icons to bitmap
Hello, I need advice about jQuery animation. I would like to make following: I have some picture (for example some map) and I need to locate (add) some icons to this picture (map). Could you give me advice how to do it? I need some plugin or JQuery Core has some useful function for it? thanks, ivan
[jQuery] jQuery Sorting not working after appending new element
I'm working with jQuery ui sortable. It's working fine until I append new element to the sortable container. I tried with sortable("refresh"). It gets the new element when i call sortable("serialize") but the new element is not draggable, though the old ones(existing from the beginning) are still draggable. Also another problem is if I keep the sortable initialization in a outer function and call it on domready it does not work. :( :( pls help...
[jQuery] Should metadata plugin merge into the core?
Hi, I am more and more relying metadata in my codes, I think the idea in using it to store data is simply amazing, what do you guy think? Of coz livequery is also a good choice. What I think is in order to promote these plugins, we might consider provide an additional offical plugin packages for user to use? Howard
[jQuery] (SuperFish) Overlaying active Flash / Java Applet Content with DHTML on Linux
I've been browsing under the linux platform since about 1943, and one of my pet peeves has been encountering websites that didn't work because their main navigation menu was hidden under some Flash content! ;) Well, it turns out I just made one of those sites! And so I spent the better half of the afternoon figuring out how to get my drop down SuperFish submenus menu to appear OVER a Flash Movie. Here's what I found; 1. z-index and wmode settings have no effect under Linux at the time of this writing
[jQuery] Please verify
My understanding is that we strove to be and are in compliance with GNU GENERAL PUBLIC LICENSE. How do we know if this is true? http://www.davenport.edu thank you
[jQuery] Validation Plugin Mod
Hello, I am working with Jorn's most excellent form validation plugin (<a href="http://bassistance.de/jquery-plugins/jquery-plugin-validation/">http://bassistance.de/jquery-plugins/jquery-plugin-validation/</a>), making an attempt to modify it for use with the Uni-Form markup (<a href="http://dnevnikeklektika.com/uni-form/">http://dnevnikeklektika.com/uni-form/</a>). I have made several changes and am mostly there, but I am hung on two major things: 1) I need to insert my error message just inside
[jQuery] Why is this simple thing not working..??
Hey, i'm having this simple piece of javascript: function hovertest() { var timeoutRunning = false; if (timeoutRunning == false) { timeoutRunning = true; alert('true...'); } else { alert('JEAAA FALSE'); } } <a href="#" onmouseover="hovertest();">hovertest</a> Now what i would expect is: the first hover will put up a alert with the text: "true..." and the second hover should put up: "JEAAA FALSE" because i change the timeoutRunning to true as soon as i find out that it's false.. Now that i look at
[jQuery] Loading external link whit ajax in tab
Hi, I am new whit jquery, I have a working tab that use the ajax load to diplay page in tab but these page contain link that are loading in external browser. I would like to load those link in the current tab whit ajax. Is it possible and how ? I am using this pluggin : http://stilbuero.de/jquery/tabs/index.html#section-1 Thanks
[jQuery] Help learning...
Hi I am currently building a website. I am trying to use the hover and fadein and fadeout functions from jquery. I don't have a full understanding of it. I plan to make a new file that is a javascript file that will constain all javascripts of my webpage in that file. I have my html file in one file and have one css file for the webpage. What I am trying to make right now is have the users main image shown on the html page meaning the main page of the users webpage. I want to have the users user
[jQuery] Newbie Q: Insert last paragraph just before fourth paragraph?
Hi all- I suspect this is ridiculously easy.. but I'm lost.. I'm looking for a jquery way of taking the last paragraph (with class="last") of a many paragraph page and 'inserting' it just before the fourth paragraph (which does not have a class). So: something something something something something <p class="last">something Is actually seen as: something something something <p class="last">something something something Anyone have a cool way of doing this? Thanks! -S
[jQuery] Sites Using jQuery
From Twitter: Jisko (alpha.jisko.net») & Vine (http://vine.feedprocess.com/) use jQuery. Be sure to follow @jquery for news, sites and tips. Rey...
[jQuery] expand-refs
Hi, I'm generating some code that looks like the snippet below. Embedded within the html are some <xref> elements. I want to expand each one according to the corresponding property of the defs object. My naive attempt is as follows function expand_refs () { $("xref").each(function (i) { $(this).replaceWith(defs[$(this).attr("ref")]); }); } ...but this only replaces the first level (i.e. it doesn't expand the "D2488" xref). Can anyone help out? Cheers, Andy <?xml version="1.0" encoding="utf-8" standalone="yes"?>
[jQuery] down-loadable tutorial videos ??
Hello, if anyone knows where to find jquery tutorial videos that you can download to watch offline please send link. I can't watch online. thanks!! G
[jQuery] Jquery Pngfix and mouseover problem
Does anyone have a fix for using the pngfix on links where the background image is changed thru css? As is, pngfix does not let the background image change
[jQuery] Video Tutorials - any down-loadable ??
Hello, I'm looking for JQuery tutorials on video that I can download and watch offline. I can't watch online. If anyone knows where to find down-loadable tutorials of any level - beginner, intermediate, advanced, or on any specific topic, please send link. I'm trying to learn as much about JQuery as I can. TIA Gi
[jQuery] Problems Accordion plugin in IE6
Hi I'm having some difficulties getting the accordion plugin to work properly in IE6. It works perfectly in firefox and Safari (although in Safari some of my borders are missing) but it drops down to far in IE6 You can view the problem here: http://www.kirstyburgoine.co.uk/biomass/Index.php Is this a problem with my CSS or is it a bug in IE6? Someone please help. I've been tearing my hair out all day trying to fix this. Thanks Kirsty
[jQuery] how to make a easy show/hide menu by JQUERY
JUST LIKE MORE TOP OR LEFT MENU, like the top menu like this: http://golf-clubs.best-buys.cn or left menu like this: http://www.alibaba.com/ is it easy to do, can it easy to just write one line or two line codes do? thanks
[jQuery] returning html code in an xml field using jason
Hello, I have a site where the user can insert text into a textbox, which is then returned via jason as xml (see code below). When there is no html code in the text box the form works fine, but is the user puts html code into the textbox "i.e. <b>Bold text</b> then the form does not update (altho the data is returned and there are no errors reported in firebug. Any ideas? Below is the relevant code //This snippet shows the html in the rendering page where the text below is to be inserted <td><b>Pre
[jQuery] cycle addSlideFn, timing & using only a single slide as default
I have been working with the addSlideFn. I love the idea, but I am having some problems implementing it. I have some ideas for improving it, but first here is what I ran into: I got addSlideFn to work in a somewhat simple case. Then I was having problems though when I tried to set a delay. The newly loaded slides would "interrupt" the ongoing slideshow. I also used a nowrap option, and depending on the timing the slideshow would end before the new slides were added and loaded to the DOM. Since load
[jQuery] customizing superfish ?
Hi guys, I'm new to jquery and have just implemented superfish on a website I'm busy working on. But my manager wants some customization done with regards to positioning of the submenu's (i.e. where they fly out from). I also installed the supposition plugin that helps a bit with the positioning based on your window size. Basically just wanted to know if anybody can help me. I can send the URL's to the pages in private discussions. Also which tools do you guys use to debug, edit, create cool javascripts
[jQuery] don't animate elements which are in progress of animation?
how can i animate only static elements? My code: $(document).ready(function() { $("#control_panel li a").hover( function(){ $(this).animate({paddingLeft: "50px"}, 200); }, function(){ $(this).animate({paddingLeft: "0px"}, 500); }); }); This script slides hovered links to the right in my navigation list, the problem is that if animation is still in progress jQuery still registers hovering which causes unnecessary animation. You can test this
[jQuery] Plugin to open a "sub-window" on a page
I need to be able to open new "sub-windows" on a page : divs that can be moved, re-sized, closed, (and possibly "minimized"). Something like http://www.prototype-ui.com/ . Is there such a thing somewhere? Thanks.
[jQuery] Best way to do tree-navigator + content-pane layout?
I am trying to something like this, with a tree navigator in the left and a content pane on its right. What is the best way to make the right edge of the tree navigator movable (i.e. T is resizable, but C resizes simultaneously)? ---------------------------- | | | | | | | T | C | | | | ---------------------------- Thanks.
[jQuery] 1.2.5 Possible bug.
I noticed that after updating my files to 1.2.5 that the val() functionality had either changed or is now broken for select lists. When using select lists I am unable to set the value using .val() such as: $("blah").val(9); I rolled back to 1.2.3 and the issue wasn't present. I would look through the release notes, but I get an error.
[jQuery] Opera, IE8, JQuery Dialogs
Two things. In opera: $('#confirmSnippetDelete').dialog( { position: new Array(600 , 500) } ); The script ignores the 'top' position specified as the second value of that coordinate pair. This was narrowed down to a local variable called 'top' which was conflicting with the 'top in the global namespace (window.top). Changing the name to dlgTop fixed my problems and it carried on working again. In IE8 I'm not sure if you really care about IE8 for the moment, but I'm getting an exception on the following
[jQuery] Xpath in frames
Hello. $ function works globally. But I need to use its xpath selector opportunity in subframes of a frameset html. How to reach subframes in a html and use xpath selectors with jquery to get subframe dom nodes? Thanks in advance.
[jQuery] jquery.magnify by Josh
Hi there. I like your script so much that i build it in our page http://www.drum-factory.de/Drums/Schlagzeugwagen/Anbauteile/Tom-Tom-Winkel::34.html but I found a few issues during testing the app. 1. If you go over the image the magnify appears, if you go fast out of the image and then fast in the image the magnify won’t start. Then you go out and in and the magnify works. For me I changed the fade time that fixes the problem. Maybe there is another chance to fix it. Or an duration property 2. http://www.drum-factory.de/Drums/Schlagzeugwagen/Anbauteile/Tom-Tom-Winkel::34.html
[jQuery] Contextmenu plugin help
Hi, I need help with this plugin. I'm not sure if this is the place to post it, I apologize if it isn't but I don't know how to contact the developer. Basically Contextmenu let's you override the browser's right click menu if you do it over some elements of your choice (more reference on contextmenu homepage http://www.trendskitchens.co.nz/jquery/contextmenu/) The menu is set inside the $(document).ready(function() {....} block, so it's loaded after the page is loaded completely. What I want to do
[jQuery] A gotcha with attr(key,value)
If a form has a child element (eg a select) whose 'name' attribute is 'action' then the line: $("form").attr("action","newaction.php") fails silently. Line 1070 of jquery.js (1.2.6) is elem[name]=value which equates to elem['action']='newaction.php'. But the value of elem[name] is the child element, not the action attribute. (I have an example) It is easily avoided but I thought it worth bringing up - and is there anywhere that I could post this and the example so people could find it? I am fairly
[jQuery] [validate] Packed version not working in IE6
I just came across a strange problem with validation plugin not working in IE6 at all. After testing a bit I found the reason: when using the packed version of the plugin IE6 pops up a javascript error and processes the form without validation, while working fine with the unpacked version. Other browsers do fine. I'm just wondering if there is any solution to this? Thanks, Drakanor
[jQuery] jQuery 1.2.6 + interface + IE
hi all! =) I download last version of interface plugin...from "interface" I use iutil.js, islider.js, idrag.js, idrop.js... I write my script for jQuery 1.1.2, all work's good (in all browsers), when I download and replace jQuery on 1.2.6 version, my script not work in MS InternetExplorer 6 =( can someone help me?! maybe jQuery have inner error log? thanks! p.s.sorry for my english :\
[jQuery] Multiple sub-windows
(I thought I posted this yesterday, but don't see it. Apologies if double-posted). Is there a jquery plugin (or something) that would let me have multiple sub-windows (divs) on a page, with the ability to move, re- size, open, close, and possibly minimize each of them? Something like http://prototype-window.xilinus.com/PWC-OS/ Thanks.
[jQuery] [ANNOUNCE] New Plugin: Magnify
Hey all, Got a new plugin for folks to check out - it allows you to create an image "magnifier" like those you see on a lot of e-commerce sites. Here's the link: http://tinyurl.com/6kwzf9 Features include: - Set show event to mouseover or click - Allows preloading of larger image, or not if desired - Written mostly in plain 'ol javascript for fast performance Have fun and let me know about any bugs. -- Josh
[jQuery] timing of multiple "Cycle" slides (Cycle Plugin)
Hey all, I working on a site that uses 4 instances of the Cycle plugin to rotate divs filled with text. The client loves it, but they don't want them to all cycle at the same time. They want box 1 to cycle, short pause, box 2 to cycle, short pause... And I can't figure it out (obviously). Any help would be awesome. The page is http://client.grcmc.org/wip/grcvb/visit.php and the portion in question is at the bottom of the page, the "Hot Happenings Around Town". Right now only the first 2 boxes have
[jQuery] chain Selected Issue
Hello, I am developing a Task list to help myself learn Jquery better. I am working on trying to add a mix of plugins and writing my own stuff. Here is my first issue: http://localhost/cf/cftask/jq_clientsites.cfm?mycl=undefined&_id=client&_name=client&_value=1 mycl is undefined. I cannot seem to get it to work. Here is the code: $('#client').chainSelect('#clientsite','jq_clientsites.cfm?mycl='+$('#project').attr("value"), { before:function (target) //before request hide the target combobox and display
[jQuery] Remove text from a div
I have a div containing text and an unordered list. I was to clear the text from the div without affecting the ul. $('#mydiv').text() returns just the text string, while $ ('#mydiv').text('') successfully clears the text but also removes the html. How can I remove just the text? Thanks
[jQuery] ajax function executed frequently
Hi, I want to execute some Jquery ajax function frequently. Something like: ajax query -> (2sec delay) -> ajax query -> (2sec delay) -> etc... It can't depands on user interactions, just work in background. I think that solution is simple, but i can't find this kind of function in jquery documentation.
[jQuery] site making
looking for a developper who would make this site in js: http://www.iceberg.fr/site_iceberg/flash1280.html i'll pay 900 dollars for making it and assist me.cause i would also be helping in the process, money will be payed as work is given, on a trust basis: you give work i give part of money. contact me if interested, work must be done in two weeks , it consist of an intro(check the bear) done using fades with queues and a main carousel(wich is the principal part of the site)(the site is full screen)
[jQuery] beginner variable problem
hi, I'm encountering a problem with a variable in a toggle event. see my example online here: http://www.allnighters.net/jq-issue/ my js code: $(document).ready(function(){ $("#contests ul li span a").toggle( function(){ var parag_count = $("#contests ul li span a").index(this); alert(parag_count); $("#contests ul li p:eq("+ parag_count +")").css("background", "yellow"); return false; }, function(){ $("#contests
[jQuery] jquery documentation of exlusion pseudo-class
according to jquery documentation I should be able to select an element that is NOT something, i.e. exclusion. DOM: <div>hello <span>there, how are</span> you?</div> JQUERY SELECTOR: $('DIV :not(SPAN)') SHOULD RETURN: <div>hello you?</div> right? well, it's not happening for me... what am I dogin wrong?
Next Page