[jQuery] Re: animate callback scope for infinite loop?

2009-06-08 Thread mkmanning
The above post fails due to this: obj.animate({ opacity:myOpacity}, 500); animation(); The animation() function will be called immediately each time. It should be in obj.animate's callback function. That being said, the OP was asking how to do this without resorting to setTimeout(). To do

[jQuery] Re: document.body is null or is not an object

2009-06-08 Thread Lideln
Ok there is some progress... I manage to get the error in Firefox too ! How can I do that ? Let me explain everything : In IE : The error shows up when I try to login AND when the login is successful (but strangely, it still occurs in the login.php page instead of main.php) In FF : The errors

[jQuery] Re: document.body is null or is not an object

2009-06-08 Thread Lideln
Could it be that it comes from hardware or something else, rather than the code itself ? Because I deleted my work folder, and I checkouted from SVN to a revision that was working for me last week... And guess what ? It still bugs ! I don't understand a thing... On Jun 8, 9:07 am, Lideln

[jQuery] Re: Getting too much recursion y FF3 and out of memory on IE7.

2009-06-08 Thread nomen
Hi Waseen: In the way you do it: div id=images img src=imgpath1.jpg border=0 / img src=imgpath2.jpg border=0 / img src=imgpath3.jpg border=0 / img src=imgpath4.jpg border=0 / img src=imgpath5.jpg border=0 / /div all the images are preloaded, and you can see

[jQuery] Re: document.body is null or is not an object

2009-06-08 Thread Lideln
Ok, another discovery : Maybe it does not come from jQuery or javascript itself. In fact, I have a team mate that has the same SVN code as I have, and in IE6 it works fine on its computer. For me, PHP is creating 6 session files when I have the bug in IE6, and only one session file when it works

[jQuery] Re: document.body is null or is not an object

2009-06-08 Thread Lideln
Hop another fresh news update : It works for another colleague who is pointing on my machine... But it doesn't for I and another colleague. My apache-thing idea does not suit now... I'm totally lost... On Jun 8, 10:08 am, Lideln lid...@gmail.com wrote: Ok, another discovery : Maybe it does

[jQuery] Re: document.body is null or is not an object

2009-06-08 Thread kranthi
there is one more thing which i forgot to mention earlier... if i encounter an IE specific error the first thing i do is disable all debugging addons in IE, restore all the advanced options to default. open the source code in IE of your colleague(on whose computer it is working fine). open the

[jQuery] Re: Moving a div container from within to before a p container

2009-06-08 Thread Bruce MacKay
Thank you all for your input into this query. @Jack - I appreciate your guidance re style @mkmanning - thanks for your solution - it lead me to one I needed; due to my poor description, your solution (as I read it) took ALL the content of the parent p, wrapped it in the div and inserted it

[jQuery] Re: Make Learning Jquery Accordian Work With Unordered List

2009-06-08 Thread Charlie
the reason it doesn't work is ul.links isn't a sibling of the li that click occurs on, it is nested inside that li and therefore is a child. In the Learning jQuery example, the div's that are being opened and closed are siblings of the h3 that is being clicked .next() will look for a

[jQuery] Re: document.body is null or is not an object

2009-06-08 Thread Lideln
Hi, Thank you for that long answer ! The problem is that on my computer and that of my colleague where it bugs, we are automatically redirected to the login page. So it'll be hard to compare the two versions of HTML. I also tried to deactivate debugging in IE6 (the two checkboxes in the

[jQuery] Re: $.ajax({..}) throws syntax error in IE7

2009-06-08 Thread Gary Pearman
Thanks for all the suggestions. I'll look into the issue further. Cheers, Gaz.

[jQuery] Re: Make Learning Jquery Accordian Work With Unordered List

2009-06-08 Thread followerofjesus
Thankyou very much Charlie, for the .find modfication, the working example and the explanation of what is and what isn't a child or sibling Well done! Thankyou from Josh H On Jun 8, 8:16 pm, Charlie charlie...@gmail.com wrote: the reason it doesn't work is  ul.links isn't a sibling of the li

[jQuery] form problem

2009-06-08 Thread Kristof
so the idea is to add a row with an inputfield each time the inputfield naam is filled in. fore some reason it only adds a new row when i adjust the content of row 1 any ideas ? $(function() { $(.naam).keyup(function () { // json aanroepen $.getJSON(producten.js,

[jQuery] Flash and JQuery Choppy animation in ie7

2009-06-08 Thread Dieter Gribnitz
Hi, I am trying to create a template making use of parrallax image effects and some background animation using jquery. It works perfectly until I try to add any kind of flash animation into the website. It works in all browsers except, naturally, you have guessed correctly, the reason for the

[jQuery] [tooltip]

2009-06-08 Thread Henk
I have very large hints. Sometimes the hint is put under the mousepointer. If I click, the hint disappears as wanted. However I'm trying to react on that click, so I can trigger the click of the object that displayed the hint. But I am unable to get to the click without sourcehacking. I tried to

[jQuery] tabs are not created

2009-06-08 Thread dhaval
I am trying to have basic tabs with jquery but all the contents gets displayed at same time, any clues div id=tabs ul {% for poolname in poolnamelist %} lia href=#mypool{{ forloop.counter }}span{{ poolname|escape }} /span/a/li {% endfor %} /ul {% for poolsequence in sequences %} div id=mypool{{

[jQuery] How can I move a div around the screen like iGoogle?

2009-06-08 Thread marcello
Hello everyone!! I'm new here!!! I'm starting to know how many advantages has JQuery for developers. I'm trying some experiments, and the other day I saw the iGoogle interface, where users can move the gadgets around the screen, and this stuff liked me very much. That's why I want to ask to the

[jQuery] jQuery validate not firing with 'Enter' button

2009-06-08 Thread Prasad
Hi all, I am new to jQuery, i have problem with validations in my submit form. Problem was when i open add user form, with out entering any details in my add form - when click on my save button all the validations are firing correctly but when i enter any character in any of the field and

[jQuery] jquery autocomplete + struts 2

2009-06-08 Thread sanny
hello, is there anybody have implemented jquery-autocomplete with struts2? i'm already success if i access the JSP, with this script: $().ready(function() { $(#dummy2).autocomplete('test.jsp', { multiple: true, mustMatch: true, autoFill: true

[jQuery] How can I move a div around the screen?

2009-06-08 Thread marcello
Hello everyone!! I'm new here!!! I'm starting to know how many advantages has JQuery for developers. I'm trying some experiments, and the other day I saw the iGoogle interface, where users can move the gadgets around the screen, and this stuff liked me very much. That's why I want to ask to the

[jQuery] .children([filter]) omitting elements

2009-06-08 Thread wagich
Hi All Migrating some stuff from 1.2 to 1.3 and encountering this weird problem: I've got a structure like this: container a:name=container child1 a:foo=bar button / child2 a:foo=bar / child3 a:foo=bar / child4 a:foo=notbar / /container Now I'm running the following

[jQuery] Newbie : Tab refresh problems

2009-06-08 Thread noso
I'm rather new to jQuery... I'm having problems with refreshing the right tab. On each tab I have a close and refresh button. But if I want to refresh a non-selected tab I'm getting the index of the selected tab. How can I get the right index from the unselected tab (I prefer getting the index

[jQuery] Re: .animate in ie7 for absolutely positioned element pushes following elements down

2009-06-08 Thread eveningsky
I experienced something similar. Try adding a.mp3_title{top: 0} to the css. I think IE treats it as {top: auto; left: auto;} until you specify a location. On Apr 21, 11:34 pm, two7s_clash fishw...@gmail.com wrote: Hi - I've got a little jquery bit to add some behavior to linked mp3s. You

[jQuery] List being shown unformated

2009-06-08 Thread Dave
Hi Had a problem with the ul being shown unformated before the list got handled by $('#mylist).listmenu();. Solved this by adding #mylist {display:none;} in my css file and then script type=text/javascript $(function(){ $('#mylist').listmenu(); $('#mylist').css(display,block);

[jQuery] change browser url?

2009-06-08 Thread weidc
Hi, i'd like to know if i can change the page url somehow. for example: let say the page's url is: http://groups.google.com/group/jquery-en/post i would like to change it to: http://groups.google.com/group/jquery-en/bla without reloading the page. is that possible? if so how can i do that?

[jQuery] Re: How can I move a div around the screen like iGoogle?

2009-06-08 Thread Karl Swedberg
Take a look at this demo of jQuery UI Sortable: http://jqueryui.com/demos/sortable/#portlets --Karl Karl Swedberg www.englishrules.com www.learningjquery.com On Jun 8, 2009, at 7:04 AM, marcello wrote: Hello everyone!! I'm new here!!! I'm starting to know how many

[jQuery] listmenu plugin: UL being shown unformated before listmenu() call

2009-06-08 Thread Dave
Hi Had a problem with the ul being shown unformated before the list got handled by $('#mylist).listmenu();. Solved this by adding #mylist {display:none;} in my css file and then script type=text/javascript $(function(){ $('#mylist').listmenu(); $('#mylist').css(display,block);

[jQuery] Re: change browser url?

2009-06-08 Thread MorningZ
It's not going to be possible in a cross browser way On Jun 8, 8:39 am, weidc mueller.juli...@googlemail.com wrote: Hi, i'd like to know if i can change the page url somehow. for example: let say the page's url is:http://groups.google.com/group/jquery-en/post i would like to change it

[jQuery] Re: Basic yet intersesting DOM problem

2009-06-08 Thread MorningZ
yet its answer isn't that easy No? Seems like using .animate() for the width or height of the div's to hide instead of using .hide() would be an easy solution :-) http://docs.jquery.com/Effects/animate On Jun 8, 4:50 am, elpatator open-sou...@hotmail.fr wrote: My question is pretty simple,

[jQuery] Communicating between Jcarousel instances -

2009-06-08 Thread FishNYC
Hey guys I have 2 carousels on a page. one is a single visible image scroller (main panel) and one is scrolling thumbnails. When someone clicks on the scroller, it loads that image in the main scroller. I have that working. If no one clicks, the panels should autoscroll. The main panel

[jQuery] Using Dreamweaver Spry validation with jQuery ajax form plugin

2009-06-08 Thread adaa
I've got a way for using the Dreamweaver's Spry form validation along with the jQuery form plugin for submitting form via ajaxSubmit. Here is the simple code that you need in the “beforeSubmit” parameter of $.ajaxForm $(#formID).ajaxForm({ url: submit.php, beforeSubmit:

[jQuery] Re: Communicating between Jcarousel instances -

2009-06-08 Thread FishNYC
I guess I should also post my current code: There's a lot of styling going on in here to highlight the current thumbnails. Anyway... here we go: default_panel = 1 // else default to 1 // callback function when loaded... function mainpanel_carousel_initCallback(carousel) { // bind

[jQuery] Tooltip plugin question

2009-06-08 Thread Mervyn
Hello all, I've been trying to find/modify a variety of tooltip plugins to no success. I've outlined the requirements of the plugin below: 1) Must retrieve page from ajax request and display in a tooltip on hover of an element. 2) Tooltip needs to repeat on a list of items that is generated

[jQuery] Re: SOT: jQuery UI and AIR - write content to the file system

2009-06-08 Thread Web Specialist
Awesome. Good job Andy. []s Marco Antonio On Mon, Jun 8, 2009 at 10:47 AM, Andy Matthews amatth...@dealerskins.comwrote: Just released a new blog post whereby I use jQuery draggable/droppable to write content to the user's file system. I'd love for some of you to check it out.

[jQuery] Re: $.ajax({..}) throws syntax error in IE7

2009-06-08 Thread Gary Pearman
Hi all, Seems Ricardo was correct, and IE doesn't like the btoa function. I've implemented replacements from http://phpjs.org/ and all is now well. I take it IE just doesn't implement the btoa function, or handles it differently. Cheers, Gaz. On Jun 8, 11:44 am, Gary Pearman

[jQuery] Re: SOT: jQuery UI and AIR - write content to the file system

2009-06-08 Thread Andy Matthews
Thanks Marco! I had fun writing it...wore me out! _ From: jquery-en@googlegroups.com [mailto:jquery...@googlegroups.com] On Behalf Of Web Specialist Sent: Monday, June 08, 2009 9:24 AM To: jquery-en@googlegroups.com Subject: [jQuery] Re: SOT: jQuery UI and AIR - write content to the file

[jQuery] rearranging a table with drag and drop

2009-06-08 Thread angelochen...@gmail.com
Hi, I'm trying to something like in the subject, but does not work, any idea: td width=25% div class=ui-widget-header id=droppable div class=ui-widget-header id=draggable img src=/pic3.jpg / /div /div /td td width=25%

[jQuery] help with QUnit

2009-06-08 Thread sarah
Hi! I am trying to get started with QUnit - as a beginning project I'm trying to set up unit test for use with the following function. I am having trouble figuring out where to get started - any help would be very valuable, thanks! -Sarah code /* Copyright (c) 2008 Kean Loong Tan

[jQuery] jQuery Form Plugin with a submit button outside of the form

2009-06-08 Thread johnHoysa
I have my form working great as long as my submit button is contained within the form tags. But the design calls for the submit button to be outside of the form. Any suggestions? Sample code and diagrams are below. I appreciate your help! John Hopefully this will help show you what I need --

[jQuery] Re: tabs are not created

2009-06-08 Thread Charlie
not much to work from here but sure sounds like script isn't activating did you include jQuery.js and jQueryUI.js files? are paths to these files correct? is order correct? did you intitiate $("#tabs).tabs(); ? is syntax correct? more code or link would help, markup alone doesn't tell a

[jQuery] Re: Getting too much recursion y FF3 and out of memory on IE7.

2009-06-08 Thread waseem sabjee
I would suggest youhave a graphic preloading screen while using the JQuery.preload plugin. On Mon, Jun 8, 2009 at 9:33 AM, nomen gaston...@gmail.com wrote: Hi Waseen: In the way you do it: div id=images img src=imgpath1.jpg border=0 / img src=imgpath2.jpg border=0 / img

[jQuery] pulsate messes up font in IE 7

2009-06-08 Thread elubin
has anyone else seen the pulsate effect mess up the look of their font in IE 7? takes it from a clean edge to a very jagged and not clean looking. does anyone have a workaround for this? i can post a code sample if necessary... here is an example image of before and after...

[jQuery] Re: Make Learning Jquery Accordian Work With Unordered List

2009-06-08 Thread waseem sabjee
I would do this differently. ul id=accordion li class=heading a href=# heading one/a /li li class=content This is content for heading one /li li class=heading a href=# heading one/a /li li class=content This is content for heading one /li li class=heading a href=# heading one/a /li li

[jQuery] Re: Mouse cursor changing on animation

2009-06-08 Thread Ryan Doherty
Sorry, that is only used when the slideshow is at the end of the list of items. It's not used during the animation, so it can't be the reason for the bug. -Ryan On May 27, 2009, at 3:11 PM, GaVrA wrote: Not sure i understand you correctly, but i think this is the problem:

[jQuery] Window Explorer like tree

2009-06-08 Thread Vivek
Hi, Is there any plugin with the help of which we can have windows explorer like tree struture with Jquery ? There will be a tree pattern of folders and files on the left side and whenever an user clicks on an folder the internal files should show on the right panel as well. Please help Thanks

[jQuery] Re: Superfish IE6 and IE7 failures

2009-06-08 Thread Chris J. Lee [ MSU #14 ]
Jeremy: the menu does work pretty well in ie6. It's a bit of a tangle to skin and develop a drop down menu. I've found that building the menu alone would isolate your problems. There are sometimes styles that you've applied to the menu previously that effect the functionality of the menu. So

[jQuery] Re: Window Explorer like tree

2009-06-08 Thread Jack Killpatrick
Maybe this: http://abeautifulsite.net/notebook.php?article=58 - Jack Vivek wrote: Hi, Is there any plugin with the help of which we can have windows explorer like tree struture with Jquery ? There will be a tree pattern of folders and files on the left side and whenever an user clicks on an

[jQuery] Re: listmenu plugin: UL being shown unformated before listmenu() call

2009-06-08 Thread Jack Killpatrick
Hi Dave, The first thing that the listmenu plugin does is this: $list.css('visibility', 'hidden'); // hiding to prevent pre-load flicker. Using visibility:hidden so that list item dimensions remain available which I *think* should have prevented what you're describing. If not, is there an

[jQuery] Re: Window Explorer like tree

2009-06-08 Thread Vivek
Hi Jack, Thanks for your kind attention. I had a look at this plugin. It is a beautiful plugin however i am not been able to customize it to show the files on the right panel when an folder is clicked same as an windows explorer. I tried every bit however not successfull. Also i have not found

[jQuery] Re: multiple labels per form element

2009-06-08 Thread Fountain Internet
Thanks, that's exactly what I was looking for. Simon

[jQuery] Re: Window Explorer like tree

2009-06-08 Thread Jack Killpatrick
I see. There aren't any that I'm aware of. This is sorta close (but not two panels and not built specifically for file browsing): http://blog.cubicphuse.nl/2008/11/12/jquery-treetable-2-0 - Jack Vivek wrote: Hi Jack, Thanks for your kind attention. I had a look at this plugin. It is a

[jQuery] adding script that uses older jquery

2009-06-08 Thread Lalo
hello! i'm trying to add a script to my page but there seems to be a conflict jquery. script src=js/jquery.js type=text/javascript/script script type=text/javascript src=js/interface/ jquery.shoutbox.js/script script type=text/javascript

[jQuery] [validate] Beginners question. How to pass data from remote file to jQuery.format

2009-06-08 Thread leon
I'd like to learn how data is passed form one file to another and then displaying at when an error occurs. I have this php script that checks if an domain really exist phpfile: check_domain.php list($userName, $hostName) = split(@, $request); // Function to check whether a given hostName is a

[jQuery] Re: animate callback scope for infinite loop?

2009-06-08 Thread Bill
Hi everyone, Thanks for your replies! I was about to reply to mkmanning and say that his solution would not work, but I tried it and it does! wow! thanks! Is this because floatAround(), being declared within function Animation (), is a closure? So the callback still has access to the local

[jQuery] jQuery Cookie Plugin

2009-06-08 Thread Richard Walsh
Hey guys, I'm working on a project where I am using the jquery plugin that Klaus made. The cookie works very well with the exception that when the user closes the browser the cookie expires. I've been trying to figure out how I can set the var for expiry so that this doesn't happen but I am at a

[jQuery] superfish style configurations

2009-06-08 Thread snchaplain
Hi, new to superfish, not to css (or atleast so I thought, haha). I have scoured the css files of superfish to figure out how to configure the styles to match my page design, and I've changed every swinging thing possible, but have had no luck. I basically want to put in a background pic for both

[jQuery] Re: jQuery Form Plugin with a submit button outside of the form

2009-06-08 Thread Necmettin Begiter
On Mon, Jun 8, 2009 at 18:10, johnHoysajohnho...@gmail.com wrote: I have my form working great as long as my submit button is contained within the form tags. But the design calls for the submit button to be outside of the form. Any suggestions? Don't get me wrong, but that is not logical at

[jQuery] Add without refresh and show the result

2009-06-08 Thread LordSantiago
Hello guys! I'm making a simple system where by a form i add a date in mysql without refresh the page, using $.ajax({ }); but i have a problem... now, i need to show the result at the same time that i add it (add and show the date without refresh the page) how can i make it? Cheers! Thanks

[jQuery] Page turning effect

2009-06-08 Thread Oscar Alderete
Hi, I just did a project with 'turn page' effect made with jQuery and PHP. jQuery manage all effects and PHP manage content. This project was developed for an intranet but I'm doing something like a blog with that project scripts for public access. If you want take a first look just check it:

[jQuery] Re: animate callback scope for infinite loop?

2009-06-08 Thread Bill
I get it now. It's simply the normal scope rules. this.callback() inherits the variables of all the functions above itself in the scope chain, so var _this can be seen, but this._this cannot -- that would reference the invocation context of the callback, which is the HTML element object.

[jQuery] Re: How can I move a div around the screen like iGoogle?

2009-06-08 Thread Armand Datema
You can start with the sortable demo on jqueryui and go from there http://jqueryui.com/demos/sortable/#portlets we used it as a starting point for this: http://www.2dnn.com/DragnDrop.aspx Armand On Mon, Jun 8, 2009 at 1:04 PM, marcello marcello.man...@gmail.com wrote: Hello everyone!!

[jQuery] Re: jQuery Form Plugin with a submit button outside of the form

2009-06-08 Thread johnHoysa
Why not do form div/ div[submit]/div /form ? What differs if you do this? If you move the form tag outside to an other div it just seems to stop working unless in IE7. I will try the button onclick like you suggested. Thanx for the help.

[jQuery] Re: How can I move a div around the screen like iGoogle?

2009-06-08 Thread amuhlou
You may also find the jQuery UI draggable and droppable interactions useful: http://jqueryui.com/demos/draggable/ http://jqueryui.com/demos/droppable/ On Jun 8, 3:50 pm, Armand Datema nok...@gmail.com wrote: You can start with the sortable demo on jqueryui and go from there  

[jQuery] Re: listmenu plugin: UL being shown unformated before listmenu() call

2009-06-08 Thread Dave
For some reason the problem doesn´t seem to appear anymore, so I will leave it for now. But I do have two other things that you can look at. Will start two new discussion to keep it all seperated. On Jun 8, 7:49 pm, Jack Killpatrick j...@ihwy.com wrote: Hi Dave, The first thing that the

[jQuery] Re: jQuery Cookie Plugin

2009-06-08 Thread Klaus Hartl
Did you try $.cookie('the_cookie', 'the_value', { expires: 7 }); // expires after 7 days ? The expires option will also accept a Date object. --Klaus On 8 Jun., 20:27, Richard Walsh deviantstu...@me.com wrote: Hey guys, I'm working on a project where I am using the jquery plugin that

[jQuery] listmenu plugin: non-ascii characters

2009-06-08 Thread Dave
Hi In the example below there are non ascii characters, and as it is now listmenu just ignores them. Maybe a solution could be to collect them under a # tab. ul id=ulSec_LM_List lia href=#Agilityhunden/a/li lia href=#Aktivitetsbollen/a/li lia href=#BIO Shampoo/a/li

[jQuery] html() and clone() causing problems in IE

2009-06-08 Thread Matthew Scott
I am aware that IE provides bad HTML from the innerHTML property of a DOM element but when I duplicate a hidden template layer in my page and add the clone to the page IE is showing some of the input tag's inner contents within the text input area. Please see the attached screen shot.

[jQuery] jQuery expander plug-in doubt!

2009-06-08 Thread emasso
Hi, Is my first approach to JQuery and I will like to know if it is possible in the expander plug in to contract the first expaned text when you want to expand a new one. The idea is just to have one expanded text, is it possible? Thanks emasso

[jQuery] Superfish help - rebuilding a page because of LiveBooks framework

2009-06-08 Thread marioATsmithphoto.com
Hello, Our web site is built on the LiveBooks framework which is basically Flash-based. Due to their framework not being able to display a Flash slideshow that I'm still completing within their Flash shell without doing a lot of odd things to the Flash file, I'm having to re-create the look of

[jQuery] Re: listmenu plugin: non-ascii characters

2009-06-08 Thread Jack Killpatrick
Hi, I considered building something like that in, but decided I didn't know enough about other languages to decide how best to handle them. Thanks for starting the dialog. Does anyone else have any opinion on this? The main thing I'm wondering is whether collecting them all under one nav

[jQuery] Random Image from Array

2009-06-08 Thread Nic Hubbard
I have some image URLs stored in an array. I then want to be able to print out one of those image URLs randomly on page load. What would be the best method to do this in jQuery? My array looks like: var theImages = new Array() theImages[1] = 'http://www.puc.edu/__data/assets/image/0014/16007/

[jQuery] click event firing twice in Firefox

2009-06-08 Thread Bill
Hi all, I've got a really pesky issue. For some reason, Firefox (both version 2 and 3) is firing multiple click events on checkbox elements. This isn't happening in IE, Chrome, or Safari. I'm using event delegation, in the form of a plugin that looks like this: (function($) {

[jQuery] Re: Random Image from Array

2009-06-08 Thread MorningZ
Not sure why jQuery would need to be involved, since any jQuery would just use JavaScript's .random() anyways, so why complicate things? var x = Math.floor(Math.random() * theImages.length); var ThisRandomImage = theImages[x - 1]; On Jun 8, 6:49 pm, Nic Hubbard nnhubb...@gmail.com wrote: I

[jQuery] Front page Slider

2009-06-08 Thread Nader dasuki
hello dears . how can i make same as this : http://www.aljazeera.net/Portal/Aspx/GetSiteNews.aspx?SummaryPagePath=/Portal/DefaultSummaryPageSectionName=MainStoriesMainStoryXsl=true regards. -- Eng. Nader Dasuqi Project Manager +9665339217533

[jQuery] a scrollable dynamic pane... how to jquery this?

2009-06-08 Thread killtheliterate
hi, brand new to the group, very little experience with jquery or js... i'm familiar though about how to repurpose stuff i've seen... anyways, my website, http://killtheliterate.com , needs to have a scrollable pane ontop of the right hand column... a way to display images that link to other

[jQuery] Superfish menu hide -- error in hideSuperfishUl()

2009-06-08 Thread dandante
Hi, My menu items don't actually open a new page, so I took the href attribute out of the link. When someone clicks on a menu item, I want the menu to disappear. I read all the threads about this (too old to reply to on Google Groups). I get errors when trying to call hideSuperfishUl() In

[jQuery] Selecting previous element

2009-06-08 Thread Alex
How do I apply a class to the previous element that's being hovered? Basically the opposite to the following CSS selector: #mynav li.current + li { background:black; } Which would make the li next to the one with a class of 'current' have a black background. Effectively something like: #mynav

[jQuery] [autocomplete] populating multiple inputs

2009-06-08 Thread Chris Kelley
Hi All, I just spent more time finding the right plug-in than getting it to work. jQuery is becoming an amazing and mature resource for web developers! I'm writing this post in hopes that the next me who comes along trying to get autocomplete working will find the info. Be sure to download the

[jQuery] jQuery cycle plugin help

2009-06-08 Thread Ryan
I have been using jQuery cycle plugin for a banned with some content that fades in and out in a slideshow sort of thing but I would like to be able to div individually. Rather than saying all instances of #projects become a slide, i would like #project_img, #project_title and #project_description

[jQuery] How to get option's position

2009-06-08 Thread David .Wu
if I have a menu, how to get the position of the option after I select one of it? for example, if I choose b, and the position should b 2. select optiona/option optionb/option optionc/option /select

[jQuery] Re: Selecting previous element

2009-06-08 Thread Mauricio (Maujor) Samy Silva
$('#mynav li.current').prev().css('blackground', 'black'); Maurício -Mensagem Original- De: Alex Para: jQuery (English) Enviada em: segunda-feira, 8 de junho de 2009 20:04 Assunto: [jQuery] Selecting previous element How do I apply a class to the previous element that's

[jQuery] a mortgage and refinance calculator built in jquery

2009-06-08 Thread jonathan
please check out this unified mortgage calculator http://www.mookal.com it's build on jquery, flot, etc. Requires no hits to the server at all, 100% ajax. all advises are welcome. thanks!

[jQuery] Re: How to get option's position

2009-06-08 Thread RobG
On Jun 9, 11:23 am, David .Wu chan1...@gmail.com wrote: if I have a menu, how to get the position of the option after I select one of it? for example, if I choose b, and the position should b 2. select optiona/option optionb/option optionc/option /select Select elements have a (zero

[jQuery] jQuery virtual keyboard

2009-06-08 Thread Aaron Johnson
Hello I googled around for an onscreen keyboard that I could use as part of a touch screen application, and came across... http://designshack.co.uk/tutorials/creating-a-virtual-jquery-keyboard which is very nearly perfect for what I want. However, I need the keyboard to stay visible