[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 joern.zaeffe...@googlemail.com 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

[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

[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

[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] 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

[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

[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 ) {

[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: why is this href firing???

2009-07-09 Thread NickFitz
On Jul 9, 5:20 am, Karl Swedberg k...@englishrules.com 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 a to actually follow a link, then don't use an a, use a span or something

[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] (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

[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,

[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

[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'.

[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 but I have used this method to do

[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

[jQuery] Re: Remove margin in last li 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.

[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

[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] 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

[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

[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

[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

[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

[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

[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:

[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 james.gp@gmail.com wrote: What if you change the

[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('a class=tab_dk_blue href=/some_page title=detailsDetails/a') 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] 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

[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] 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 ==

[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

[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 a 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

[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

[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

[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 charlie...@gmail.com wrote: probably

[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

[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

[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 charlie...@gmail.com 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

[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

[jQuery] Access li by item in the array

2009-07-09 Thread expresso
Is it possible to target certain li 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: [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, brianbally.z...@gmail.com 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

[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 li elements to display it. I'm simply using an img tag. The li tag for that nav element is not being displayed. I do however want the subnav to display when

[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 joern.zaeffe...@googlemail.com wrote: The latest version (1.5.5+) includes a feature that automatically appends a hidden field to

[jQuery] Re: Autocomplete selection Issue

2009-07-09 Thread 刘永杰
is this ad? 2009/7/9 jazz bharathbhooshan.amb...@gmail.com 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

[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

[jQuery] Re: Access li 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: Display subnav through external action

2009-07-09 Thread 刘永杰
artiest! very good! 2009/7/9 greggo gosof...@gmail.com 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 li elements to display it. I'm simply using an img tag. The li tag for that nav element is not

[jQuery] Re: Access li by item in the array

2009-07-09 Thread expresso
thanks will try that out. On Jul 9, 9:15 am, Michael Lawson mjlaw...@us.ibm.com 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

[jQuery] Re: Access li 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 li 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

[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 nick@gmail.com 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

[jQuery] Re: slideUp(), slideDown() choppy on IE 6, 7, 8

2009-07-09 Thread Bill
Any ideas on this one? I've struggled with this for hours now. On Jul 8, 8:43 am, Bill bllfr...@gmail.com wrote: OK, I gave it a try but the problem persists. The animation works perfectly on all other browsers and I'd really like to keep it because it provides important (maybe essential)

[jQuery] Re: Access li by item in the array

2009-07-09 Thread expresso
thanks will try that out. On Jul 9, 9:15 am, Michael Lawson mjlaw...@us.ibm.com 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

[jQuery] Re: Access li by item in the array

2009-07-09 Thread expresso
Because sometimes I get into other topics not related to my original posts in those other thread so it's only respectful on my part to start a new thread on a different topic that's veering off in the same thread. Not cool. On Jul 9, 9:30 am, Liam Potter radioactiv...@gmail.com wrote: how

[jQuery] Re: Display subnav through external action

2009-07-09 Thread Charlie
not sure what to look at. Can put an image in li and class it to have different display css than other li's. Menu items need to stay in li for script also options like onBeForeShow can be helpful to script for different parts of menu. There's likely a solution that will work in list

[jQuery] Live on load

2009-07-09 Thread BaBna
Does anyone know if a plugin exists, which could detect any new node in the DOM? Something like live, but where the trigger would be the creation of the element. If it was possible with live, I guess that would be something like that: live(load,.myClass,function(){ alert(A new element with the

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

2009-07-09 Thread Jan Limpens
in fact, it was a button at first, but it always submitted :) I ought to switch that back :) 2009/7/9 NickFitz n...@nickfitz.co.uk On Jul 9, 5:20 am, Karl Swedberg k...@englishrules.com wrote: On Jul 8, 2009, at 11:47 AM, MorningZ wrote: I see this (stopping links in their tracks) a lot

[jQuery] Re: cluetip onMouseOut Stick problem

2009-07-09 Thread Karl Swedberg
Hi Randy, If I understand your problem correctly, I fixed this last week. The updated version can be found on Github: http://github.com/kswedberg/jquery-cluetip/tree/master I also just now updated the demo. --Karl Karl Swedberg www.englishrules.com www.learningjquery.com

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

2009-07-09 Thread Nick Fitzsimons
2009/7/9 Jan Limpens jan.limp...@gmail.com: in fact, it was a button at first, but it always submitted :) I ought to switch that back :) As long as you specify the type, it should be fine. If you don't, the default type is submit, so you must explicitly use: button type=buttonbutton

[jQuery] Re: Access li by item in the array

2009-07-09 Thread MorningZ
so it's only respectful on my part to start a new thread on a different topic that's veering off in the same thread. Not cool. You've got it backwards it makes more sense and keeps the clutter out if you stay in the same topic. As Liam points out you already asked the index

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

2009-07-09 Thread Penner, Matthew
Great job! Just a comment on the demo page. When I set the mask to true I lose the ability to interact with the page, as designed of course! :) Maybe you could make a timeout of like 5 seconds. Otherwise I have to refresh the page just to test out some other things. A suggestion I have for

[jQuery] Re: Generating path

2009-07-09 Thread mkmanning
ul has a previous sibling (the h1); I suspect there's a head tag that's the body's previous sibling. In both cases then, prevAll() would result in a length of 1. Also I assume you meant the second paragraph, which starts with In addition to this the earth. On Jul 9, 12:27 am, Shashank

[jQuery] remove and opera 9.6.4

2009-07-09 Thread Liam Potter
Having a strange bug in opera 9.6.4. When removing objects from the dom, opera leaves a ghost image of the removed object, till you scroll away. .hide() works fine, so tried hiding before removing, but the ghost is still there, tried running the remove in the hide callback, no luck, tried

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

2009-07-09 Thread Jan Limpens
I was not aware of that - I wonder if there are other types of buttons, then :) 2009/7/9 Nick Fitzsimons n...@nickfitz.co.uk 2009/7/9 Jan Limpens jan.limp...@gmail.com: in fact, it was a button at first, but it always submitted :) I ought to switch that back :) As long as you

[jQuery] Re: [validation] how to return for jquery.Format

2009-07-09 Thread Manolet Gmail
how i can use variables to build the url? On Sat, Jul 4, 2009 at 12:08 PM, Jörn Zaeffererjoern.zaeffe...@googlemail.com wrote: Use the remote method: http://docs.jquery.com/Plugins/Validation/Methods/remote#url Jörn On Sat, Jul 4, 2009 at 6:30 PM, Manolet Gmailmano...@gmail.com wrote:

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

2009-07-09 Thread Nathan Bubna
On Thu, Jul 9, 2009 at 9:10 AM, Penner, Matthewmpen...@valverde.edu wrote: Great job!  Just a comment on the demo page.  When I set the mask to true I lose the ability to interact with the page, as designed of course! :)  Maybe you could make a timeout of like 5 seconds.  Otherwise I have to

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

2009-07-09 Thread zayatzz
Any ideas why im getting this error? Alan

[jQuery] autocomplete plugin error callback?

2009-07-09 Thread Jan
Hi, i'm currently using the autocomplete plugin in my project and it works great. However I would like to be able to specify an error callback (probably just forwarding the error callback from the ajaxrequest would suffice).. Is it possible to get this implemented in the official version? If

[jQuery] Scroll Event on iframe in IE

2009-07-09 Thread erik.madsen
My event listener for iframe scrolling works fine for FF and Safari but doesn't work for IE7 at all. $($('#myIframeId').contents()).scroll(onFrameScroll); Does anyone have any experience getting this to work?

[jQuery] Scroll Event on iframe in IE

2009-07-09 Thread erik.madsen
My code for adding an event listener for scrolling on an iframe works fine for FF and Safari but not IE7. I haven't tested IE6 or 8. $($('#MyIFrameId').contents()).scroll(onFrameScroll); Does anyone have any experience getting the scroll event to fire on an iframe in IE?

[jQuery] save ajax query to global variable

2009-07-09 Thread Vaidotas Zemlys
Hi, When trying out jquery, I ran into seemingly very simple problem. I did a search on internet and did not get any satisfactory result. I am suspecting that the mistake is very simple, so anyone more experienced can help me. What I am trying to do is load data from server, then present it in

[jQuery] Check if jQuery is disabled on a browser

2009-07-09 Thread shehan
Hi, I'm using JQuery in site I'm building and I can see that it works on my browser and a majority of other peoples browsers. However, there are a couple of users for whom the features that make use of jQuery don't work. Unfortunately, these users are remote so it makes troubleshooting

[jQuery] Decrement on click?

2009-07-09 Thread littlerobothead
I'm sure this is going to be an easy one. I'm just not seeing a solution in any of the usual places. I'm getting the number of elements in a table like so: var count = $(#dataset-b tr).length; Then appending that number to a span, like so: $(.count).html(( + count + )); What I want to do is

[jQuery] [autocomplete] Turn off cachi ng (still caches) för queries with charaters 'å', 'ä' and 'ö'

2009-07-09 Thread cl2csand
When I use the autocomplete plugin with cacheLength set to 1 it still seems to caches som queries. Although I have only seen the problem with queries containing the characters (swedish) å, ä or ö. Maybe the problem lies there. To solve this I have to call the flushCache function first in the

[jQuery] jquery widget like bbc.co.uk

2009-07-09 Thread k1d
dear friends, I'm trying to make menus like bbc.co.uk where users can add their customize menus and theme. I'm looking for script but I can't find it. Do you have any suggestions how to make that?? do I have to use widget library or something?? thanks b4

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

2009-07-09 Thread Charlie
"is not a function" means script you are referncing , in this case hoverintent, isn't accesible when you call the function. It shows you have it in page, but is path vaild? Is same file being inserted again after the call ( seen that cause function to fail too) can you post link? zayatzz

[jQuery] Re: Check if jQuery is disabled on a browser

2009-07-09 Thread BaBna
http://www.sitepoint.com/blogs/2007/02/23/handling-javascript-disabled-browsers/ http://roshanbh.com.np/2008/04/how-to-know-handle-disabled-javascript.html On Jul 9, 4:57 pm, shehan digitalshe...@gmail.com wrote: Hi, I'm using JQuery in site I'm building and I can see that it works on my

[jQuery] Re: Decrement on click?

2009-07-09 Thread BaBna
It's beacuse you call your count var, which is always 8. Either you redefine count in your function or you decrement it: $(#dataset-b tr).click(function(){ count = $(.count).html(); ... OR $(#dataset-b tr).click(function(){ count--;

[jQuery] Re: Decrement on click?

2009-07-09 Thread BaBna
I meant: It's because you call your var count, which is always 8... On Jul 9, 6:34 pm, BaBna thomas.na...@gmail.com wrote: It's beacuse you call your count var, which is always 8. Either you redefine count in your function or you decrement it: $(#dataset-b tr).click(function(){              

[jQuery] Re: Decrement on click?

2009-07-09 Thread Massimo Lombardo
Here's a simple pattern: var counter = $('element0').length; $('element1').text(counter); $('element2').click(function () { $('element1').text(counter--); }); Live example: open a live JavaScript console (like Firebug if you're using Firefox), then paste the following

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

2009-07-09 Thread zayatzz
The path is valid definately. I checked it with firebug plus it all works when im logged out of the CMS - you can see it working at http://www.sanlab.ee when you move your cursor into the menu. When i log in editor environment then the cms adds bunch of scripts to the page and then it stops

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

2009-07-09 Thread Charlie
no idea. WOrked fine for me, no hoverintent error zayatzz wrote: The path is valid definately. I checked it with firebug plus it all works when im logged out of the CMS - you can see it working at http://www.sanlab.ee when you move your cursor into the menu. When i log in editor

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

2009-07-09 Thread zayatzz
Yes that is what i've been saying. you get the error when you are logged in otherwise it works just fine. Unfortunately i cannot give you access to editor/admin environment. quoting my own words - it all works whem im logged out of CMS - Alan. On Jul 9, 9:06 pm, Charlie charlie...@gmail.com

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

2009-07-09 Thread Nathan Bubna
On Thu, Jul 9, 2009 at 10:06 AM, Nathan Bubnanbu...@gmail.com wrote: On Thu, Jul 9, 2009 at 9:10 AM, Penner, Matthewmpen...@valverde.edu wrote: Great job!  Just a comment on the demo page.  When I set the mask to true I lose the ability to interact with the page, as designed of course! :)  

[jQuery] Re: Decrement on click?

2009-07-09 Thread littlerobothead
Thanks everyone for clearing this up. I told you it was simple :) I learned something today! On Jul 9, 1:46 pm, Massimo Lombardo unwiredbr...@gmail.com wrote: Here's a simple pattern: var counter = $('element0').length; $('element1').text(counter); $('element2').click(function () {        

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

2009-07-09 Thread zayatzz
Ah hell... if you think it would be useful, then i can give you an account for testing too - not here though, via email, skype or msn. Alan. On Jul 9, 9:23 pm, zayatzz alan.kesselm...@gmail.com wrote: Yes that is what i've been saying. you get the error when you are logged in otherwise it

[jQuery] Re: remove and opera 9.6.4

2009-07-09 Thread Charlie
not suggesting this works or aware of problem but ideas that came to my mind to test: replaceWith(""); // or replaceWith() some empty element and remove that element? Liam Potter wrote: Having a strange bug in opera 9.6.4. When removing objects from the dom, opera leaves a "ghost

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

2009-07-09 Thread expresso
I did not know about eq and I don't have all fing day to figure this out as I am very new to jQuery. I do my dilligence and read the books, try some stuff out and then when I am not sure of another way to do this I post. It's not like I am posting every step of the way although it msut appear

[jQuery] Re: Access li by item in the array

2009-07-09 Thread expresso
how the hell am I being rude? And second, I am giving information to help you help me. Again I try all sorts of shit before I post stuff. I don't just post on every step of the way. I am showing you what I have tried. So you either get called out for not giving enough information or giving

[jQuery] Re: Access li by item in the array

2009-07-09 Thread expresso
You've got it backwards it makes more sense and keeps the clutter out if you stay in the same topic. I did not say not to stay on the same topic. I said if I start veering off into anther discussion that's talking about a different approach (in this case in that previous thread I

[jQuery] Re: Access li by item in the array

2009-07-09 Thread expresso
making it difficult to understand what you are asking tell me how it's difficult, I am very thorough in explaining the situation and things tried. On Jul 9, 1:57 pm, expresso dschin...@gmail.com wrote: You've got it backwards it makes more sense and keeps the clutter out if you stay in the

[jQuery] Re: Access li by item in the array

2009-07-09 Thread expresso
making it difficult to understand what you are asking tell me how it's difficult, I am very thorough in explaining the situation and things tried. On Jul 9, 1:57 pm, expresso dschin...@gmail.com wrote: You've got it backwards it makes more sense and keeps the clutter out if you stay in the

[jQuery] Re: Access li by item in the array

2009-07-09 Thread MorningZ
hahah, I double posted. OH boy, bend me over and slap me. I don't think you get the point of the double post thing... you said in another post that i hit refresh... in other words, your feeling is the mailing list is operators are standing by to take your call in that you should sit there and

[jQuery] Re: Access li by item in the array

2009-07-09 Thread expresso
Charlie, I have said thanks in a lot of my posts. Second, I am customizing this control way beyond what most people have. And yes, it's pretty frustrating to say the least when you create a plugin and then disappear after 2 years. While it's open source, still. When you email the creator

[jQuery] Re: Access li by item in the array

2009-07-09 Thread expresso
Morning, then tell my why the code is putting that in there straight from the JCarousel plug-in Because previous to that, you were pretty cocky about the way you said that disabled is not part of a div Read the post. YOu have to take that response above in context. I was in no way trying to be

[jQuery] Re: Access li by item in the array

2009-07-09 Thread expresso
and you blow up at my wondering why the author of that plugin put it on there... how the @#$% am i supposed to know? if that's blowing up then you need to relax when you read replies. That in no way was blowing up. On Jul 9, 2:24 pm, expresso dschin...@gmail.com wrote: Morning, then tell my

[jQuery] Re: Access li by item in the array

2009-07-09 Thread expresso
Charlie and this is what pisses me off about you, statements like this: You have had endless help from numerous people for 2 weeks on a simple carousel so you're saying basically you're an idiot, this shit is simple. wtf man, and you find me cocky? I hate developers like you who think that

[jQuery] Re: Access li by item in the array

2009-07-09 Thread expresso
While I certainly have gotten all pissed off in this thread now...I think both sides need to re-evaluate. On your side, you need to both stop with your little hints of you're an idiot in your responses. Key words like these from developers who think they are above others is what I'm talking

[jQuery] Re: Access li by item in the array

2009-07-09 Thread expresso
Funny thing is, I'll be blogging about this carousel. And you may find my implementation to be pretty complex but you would not know about the entire implementation and you assume that what we are doing is simple On Jul 9, 2:03 pm, expresso dschin...@gmail.com wrote: making it difficult to

  1   2   >