[jQuery] Re: noob question, computability issues with a different date picker

2009-07-09 Thread 刘永杰
can't understand what you say.sorry. 2009/7/9 labbit > > Hello everyone, I tried posting a message before, but it didn't get > posted, so here's another go. > > I'm completely new to jquery development and I wanted to use this date > picker, since it also uses time as well > > http://razum.si/jQ

[jQuery] Re: Access by item in the array

2009-07-09 Thread Liam Potter
how about reading all the replies to your other thread about this? $("#mycarousel > li:eq(10)").css("margin-right", "5px"); expresso wrote: Is it possible to target certain in an unordered list by index with jQuery? I thought maybe I could use .index but was not able to get the syntax right

[jQuery] Re: Access by item in the array

2009-07-09 Thread expresso
thanks will try that out. On Jul 9, 9:15 am, Michael Lawson wrote: > If i'm reading your code right, you may want to try eq(i) instead of index > (i).  index is used to return the index of the match element, its not used > to retrieve that element. > > cheers > > Michael Lawson > Development Lea

[jQuery] Re: Display subnav through external action

2009-07-09 Thread 刘永杰
artiest! very good! 2009/7/9 greggo > > I have a navigational element that is distinct from the rest of my > navigation and is a graphical icon. Therefore, I'm not using the > standard elements to display it. I'm simply using an tag. > The tag for that nav element is not being displayed. I do

[jQuery] Re: Access by item in the array

2009-07-09 Thread Michael Lawson
If i'm reading your code right, you may want to try eq(i) instead of index (i). index is used to return the index of the match element, its not used to retrieve that element. cheers Michael Lawson Development Lead, Global Solutions, ibm.com Phone: 1-276-206-8393 E-mail: mjlaw...@us.ibm.com '

[jQuery] Re: jQuery("ul.lavaLamp").hoverIntent is not a function

2009-07-09 Thread zayatzz
Ok... i tried all kinds of ways how to include init js on domready with noconflict and none of them helped. Plus noconflict docs say that if jquery is included before other libraries then there should be no need for noconflict anyway... so where is the problem? This is how init.js is beeing used:

[jQuery] Re: Autocomplete selection Issue

2009-07-09 Thread 刘永杰
is this ad? 2009/7/9 jazz > > Hi > Can any body suggest me how to do this by jquery..i have seen some > autocomplete examples but i am not getting the correct application > like this: > first we type a letter,then it will show a list from that we scroll > down the mouse(either mouse or keypad) t

[jQuery] Display subnav through external action

2009-07-09 Thread greggo
I have a navigational element that is distinct from the rest of my navigation and is a graphical icon. Therefore, I'm not using the standard elements to display it. I'm simply using an tag. The tag for that nav element is not being displayed. I do however want the subnav to display when you mou

[jQuery] Re: [ANNOUNCE] New plugin: Loading

2009-07-09 Thread Nathan Bubna
Glad you approve! Let me know if you encounter any hiccups while using it. :) On Wed, Jul 8, 2009 at 9:00 PM, brian wrote: > > Very nice! I'd been playing with something along these lines but it's > really buggy (and I'm lazy). Kudos for the 'classname' option. I much > prefer to specify a 'load

[jQuery] Access by item in the array

2009-07-09 Thread expresso
Is it possible to target certain in an unordered list by index with jQuery? I thought maybe I could use .index but was not able to get the syntax right. I thought maybe something like this would work but is has not: $("#mycarousel > li").index(i).css("margin-right", "5px");

[jQuery] Re: (validate) submit using submithandler : how to post value of submit button

2009-07-09 Thread rekna
Ok, thanks, it works know... also, don't forget (like me) to give a name (name="...") to your submit button, or else it won't work. On Jul 9, 12:40 pm, Jörn Zaefferer wrote: > The latest version (1.5.5+) includes a feature that automatically > appends a hidden field to the form with the name/val

[jQuery] Re: Suckerfish and template conflict

2009-07-09 Thread Charlie
good chance there is an overflow: hidden in css related to original menu css in template.  Can you post a link, it is far easier and faster to troubleshoot in browser Wading through a bunch of css for elements that can't see html is very non productive. tacotac wrote: All of the templat

[jQuery] Re: Superfish : Slide doesn't work

2009-07-09 Thread Fabinou
Yes, i tried to put an absolue value, or 'slow' for example, still doesnt work. On 9 juil, 14:57, Charlie wrote: > have you tried setting speed to a value? generally works when speed is set > this way > something like speed: 500 > Fabinou wrote:Hello Charly, Thanks for your help, i had a few mi

[jQuery] Re: Superfish : Slide doesn't work

2009-07-09 Thread Charlie
have you tried setting speed to a value? generally works when speed is set this way something like speed: 500 Fabinou wrote: Hello Charly, Thanks for your help, i had a few mistake in my code, i fixed all, and now the page is well validated. Btw, i have page with no errors, fully validat

[jQuery] Cycle Plugin Typewriter effect

2009-07-09 Thread davebowker
Hey, The cycle plugin is fantastic. I love using it, but would like to know if there's a typewriter effect for the transitions in order to build a news ticker using it. See here for typewriter effect: http://www.hungry-media.com/code/jQuery/tickerType/ Or, would anyone know how to create an ef

[jQuery] Re: ie6/Z superfish navbar li submenu always above ul subsubmenu

2009-07-09 Thread Charlie
looked closer in IE,,,see problem closer now, where 2nd row shows through subs of 1st row. Yup, you got a problem. Not sure how to resolve that part, I was only thinking originally of the subs of 2nd row nico wrote: Hi Charlie, Thanks again for your ideas, if theres no other way I maybe l

[jQuery] Re: ie6/Z superfish navbar li submenu always above ul subsubmenu

2009-07-09 Thread Charlie
situation is not unexpected. Subs of navbar have no way to know the navbar subs are wrapping so the position they take is based on height of one li , which is really height of since it is block and typically fills the whole li so long as you can find way to add a class to wrapped row li's yo

[jQuery] Re: Superfish : Slide doesn't work

2009-07-09 Thread Fabinou
Hello Charly, Thanks for your help, i had a few mistake in my code, i fixed all, and now the page is well validated. Btw, i have page with no errors, fully validated, that doesnt work either, so i think it's not the problem :( Fab On 8 juil, 17:49, Charlie wrote: > probably good idea to valida

[jQuery] Re: New Plugin: loopedCarousel

2009-07-09 Thread Charlie
Nathan, I've used loopedslider and it works great! When run in continuous loop it doesn't seem to be a memory hog like some other carousels/sliders with continuous option. I implemented it with images in pagination non related to images used in the slider. Went together very easily Will def

[jQuery] jQuery("ul.lavaLamp").hoverIntent is not a function

2009-07-09 Thread zayatzz
Hello I have a problem with hoverIntent function. For some reason i get error mentioned in subject. I know jquery conflicts with prototype in this case so i used jquery noconflict. For some reason hoverIntent function still does not work. I changed hoverintent.js to have jQuery instead of $ in it

[jQuery] Generating path

2009-07-09 Thread Shashank
Hello, I have an HTML page where when user clicks on a paragraph I want to find out its path. I have written a jquery script for it: jQuery.fn.extend({ getPath: function( path ) { // The first time this function is called, path won't be defined. if ( typeof path == 'undefined

[jQuery] noob question, computability issues with a different date picker

2009-07-09 Thread labbit
Hello everyone, I tried posting a message before, but it didn't get posted, so here's another go. I'm completely new to jquery development and I wanted to use this date picker, since it also uses time as well http://razum.si/jQuery-calendar/TimeCalendar.html However, it did not say what to do,

[jQuery] Cloning and wrapping question

2009-07-09 Thread SigoTratando
Due to the constraints of the Shopping Cart system I'm working within, I am trying to # In one cell within a row, create a new Paragraph object with class p_options. # In the next row, there are two dropdown lists. I want to clone them and put them in the p.p_options. * Imagine a table that list

[jQuery] Is it possible to change the URL of a jQuery tab?

2009-07-09 Thread Daniel
So far I have tried: $('a.classname').attr('href','/some_page') and $('#li_id').html('Details') Thanks in advance.

[jQuery] datepicker help and utilizing other code

2009-07-09 Thread labbit
Hey everyone. I'm new to jQuery development and I'm trying to do something with the date picker. See, I wanted to use this particular date picker on this site : http://razum.si/jQuery-calendar/TimeCalendar.html because it also implements time. When viewing his page source, and then viewing the

[jQuery] Re: jQuery with HTML radio button forms

2009-07-09 Thread bobbykjack
I've identified the exact same problem today. Although this could, in theory, be moved to a click event, this will reduce accessibility support - e.g. keyboard users will no longer see the same behaviour. - Bobby On Jul 3, 12:42 am, James wrote: > What if you change the whole thing to: > > $("#

[jQuery] Accessible News Slider Help (Pretty Please!)

2009-07-09 Thread ctzn_erased
Hello everyone. I am working on a large project which is using Wordpress and jQuery, both things I'm new to and learning on the spot. I have already implemented jFlow for some navigation, and now want to display some Wordpress posts using the Accessible News Slider. Found here: http://www.reindel

[jQuery] jquery append

2009-07-09 Thread darkshadow
hi guys!! i want to add some checkbox on a div container dinamically; i do it on another part of my page and it works. Now i want to do the same on another side but the append method doesn't work. It just add on the container string text but not the checkboxs. This is the function that i'm use t

[jQuery] 508 accessibility

2009-07-09 Thread fachhoch
I created expand collapse behavior using jquery , please suggest me is there any thing in jquery api which adds necessary attributes to make it 508 accessible ? -- View this message in context: http://www.nabble.com/508-accessibility-tp24356957s27240p24356957.html Sent from the jQuery General

[jQuery] Automated Functional Testing

2009-07-09 Thread Software Testing Training
Automated Functional Testing By Bhrigu Malhotra ( http://www.qacampus.com ) First of all let me make you all aware that I’m a developer and what you are going to read further is a developer’s account, so it may sound to you like a layman tester. But what I’m going to share is something which has

[jQuery] cluetip onMouseOut Stick problem

2009-07-09 Thread Randy
When sticky: true and mouseOutClose: true are set the cluetip doesn't always close when you mouse out. Look at the example on the JQUERY DEMO PAGE: http://plugins.learningjquery.com/cluetip/demo/ Look at jTip Theme, 1.jTip Style clueTip, with slideDown effect and an image placed in the title

[jQuery] Suckerfish and template conflict

2009-07-09 Thread tacotac
All of the templates I've tried the menu works fine and shows up (as a problem solver), but when I use the template I need, the drop down menu is hidden. I have even played around with z-index, and no luck no matter what I do. I just don't know where i should be fixing things in the template I gu

[jQuery] malsup's jcorners script leaves artifacts in Safari/Chrome

2009-07-09 Thread OldGuy
I'm using the script from http://www.malsup.com/jquery/corner/ to round corners. Works fine in IE, FF and Opera. But it leaves artifacts at the corners when displayed in Safari and Google Chrome. You can see what I mean by browsing to http://www.scripts.oldguy.us/v3/ using either Safari or Chrome

[jQuery] Re: ie6/Z superfish navbar li submenu always above ul subsubmenu

2009-07-09 Thread nico
Hi Charlie, Thanks again for your ideas, if theres no other way I maybe let the subsubmenu ul obens also in a navbar 850px widht right under the first navbar. ok, here is an example of the superfish menu. http://www.premioweb.eu/jobs/ hover over mainmenu item01 -> submenuitem01 you see in ie6/7

[jQuery] jQuery("ul.lavaLamp").hoverIntent is not a function

2009-07-09 Thread zayatzz
Hello I have a problem with hoverIntent function. For some reason i get error mentioned in subject. I know jquery conflicts with prototype in this case so i used jquery noconflict. For some reason hoverIntent function still does not work. I changed hoverintent.js to have jQuery instead of $ in it

[jQuery] Re: Remove margin in last in Unordered List

2009-07-09 Thread Charlie
of course it won't work, is improper use of index(), replace index() with eq() Suggestion: instead of posting each and every thought and failed function you have every 2 minutes, this example could have been created in a very simple test page to get the methods and syntax sorted out. Would

[jQuery] Autocomplete selection Issue

2009-07-09 Thread jazz
Hi Can any body suggest me how to do this by jquery..i have seen some autocomplete examples but i am not getting the correct application like this: first we type a letter,then it will show a list from that we scroll down the mouse(either mouse or keypad) the highlighted value should be placed in t

[jQuery] Re: ie6/Z superfish navbar li submenu always above ul subsubmenu

2009-07-09 Thread Charlie
another thought, can also do this programatically using the onBeforeShow option. Same idea, add a class to the wrapped ul's . onBeforeShow:  function(){                     if ($(this).hasClass("secondRowClass")) {                               $(this).css("top","5em"); } Again, untested b

[jQuery] Re: having a hard time finding the parent...

2009-07-09 Thread Vaskerville
$('#' + obj.id).parent().find('.section-secondary').length; Yes...that is what basically ended up going the trick. I needed to be a bit more specific. What I realized was that I didn't need the entired of the particular ul group because each subgroup indicates the 'section-secondary'. Confusing..

[jQuery] Re: ie6/Z superfish navbar li submenu always above ul subsubmenu

2009-07-09 Thread Charlie
Following concept would allow the subs of second row to open below that row. This is untested but should be relatively easy to implement Add a class to the wrapped li's forming 2nd row then create a different css position rule for sub ul of that class based on height of the navbar li's. The o

[jQuery] Re: (validate) submit using submithandler : how to post value of submit button

2009-07-09 Thread Jörn Zaefferer
The latest version (1.5.5+) includes a feature that automatically appends a hidden field to the form with the name/value pair of the submit button, before calling submitHanlder (and removing it afterwards). So you can just use ajaxSubmit. Jörn On Thu, Jul 9, 2009 at 11:43 AM, rekna wrote: > > I'

[jQuery] (validate) submit using submithandler : how to post value of submit button

2009-07-09 Thread rekna
I'm using jquery validation to validate and submit all my forms. The submitHandler of jquery validation uses jquery form plugin to submit the form using $(form).ajaxSubmit() Without validation, you can use $(form).ajaxForm(...) to submit your form using ajax, and this will also send the value of

[jQuery] Re: Does jquery have a plugin to do this?

2009-07-09 Thread Jonathan Vanherpe (T & T NV)
Yeah, I noticed. pretty neat. Liam Potter wrote: works in IE as well, using rvml instead of svg. Jonathan Vanherpe (T & T NV) wrote: paulswansea wrote: Hi, I'm looking for a jquery plugin that does the 'rays' effect on http://scripty2.com/ i've had a look, but can't seem to find anything,

[jQuery] Re: why is this href firing???

2009-07-09 Thread NickFitz
On Jul 9, 5:20 am, Karl Swedberg wrote: > On Jul 8, 2009, at 11:47 AM, MorningZ wrote: > > > I see this (stopping links in their tracks) a lot and it's puzzling, > > so i think: > > > *if you do not want an to actually follow a link, then don't use > > an , use a or something instead and use CS

[jQuery] Re: Does jquery have a plugin to do this?

2009-07-09 Thread Liam Potter
works in IE as well, using rvml instead of svg. Jonathan Vanherpe (T & T NV) wrote: paulswansea wrote: Hi, I'm looking for a jquery plugin that does the 'rays' effect on http://scripty2.com/ i've had a look, but can't seem to find anything, I was wondering if anyone had come across something

[jQuery] Re: How to disable onkeyup checks on a specific field ?

2009-07-09 Thread Guillaume Lecanu
I have found the solution : jQuery.validator.setDefaults({ onkeyup: function(element) { if (element.name == 'myField') { return true; } if ( element.name in this.submitted || element == this.lastElement ) { this.element(e

[jQuery] Re: Does jquery have a plugin to do this?

2009-07-09 Thread Jonathan Vanherpe (T & T NV)
paulswansea wrote: Hi, I'm looking for a jquery plugin that does the 'rays' effect on http://scripty2.com/ i've had a look, but can't seem to find anything, I was wondering if anyone had come across something like this before? Looking at the generated code, it's an svg which is being transfor

[jQuery] Re: Does jquery have a plugin to do this?

2009-07-09 Thread Liam Potter
http://keith-wood.name/svg.html check the animation tab. You could use this plugin to create the effect. - Liam paulswansea wrote: Hi, I'm looking for a jquery plugin that does the 'rays' effect on http://scripty2.com/ i've had a look, but can't seem to find anything, I was wondering if anyo

[jQuery] problem with removeClass() or live() event

2009-07-09 Thread Sanam
Hello, I have dynamically adding and removing element function within live () event and used addClass() and removeClass() to update the classes of the remaining elements. It works all fine and shows the updated classes when checked in firebug. But when alerting the class it shows both new and th

[jQuery] Does jquery have a plugin to do this?

2009-07-09 Thread paulswansea
Hi, I'm looking for a jquery plugin that does the 'rays' effect on http://scripty2.com/ i've had a look, but can't seem to find anything, I was wondering if anyone had come across something like this before?

[jQuery] [Validate] How to disable onkeyup checks on a specific field ?

2009-07-09 Thread Guillaume Lecanu
Hello, I have a field that use the 'remote' option to call a server side script to check the field value. If the field value is wrong, after each new key pressed, the remote server side is called. This could be very ennoying and increase the load on our server. There is a way to disable the "on

[jQuery] Re: ie6/Z superfish navbar li submenu always above ul subsubmenu

2009-07-09 Thread nico
Hi, Thank you for your answer. Yes, I also think it has nothing to do with Z-Index but with the position: relative of the li elements and the absoulte position of the submenu ul. But I think my space is big enough my Problem is not the mainmenu but the submenu it opens in a navbar (850px width)

[jQuery] Re: [Validate plugin] Question about the 'remote' AJAX option

2009-07-09 Thread Guillaume Lecanu
On Jul 8, 6:31 pm, Jörn Zaefferer wrote: > The JSON response can be true/false, or a String, handled as false > (invalid), and the string will be used as the error message. You need > the latest version (1.5.5) for that to work properly. Perfect ! Thanks

<    1   2