[jQuery] Re: JCarouselLite - pause scrolling

2009-09-07 Thread Jonathan Vanherpe (T T NV)
Steffan A. Cline wrote: on 8/28/09 5:37 PM, Steffan Cline at stef...@hldns.com wrote: I have a carousel that auto scrolls images. I was asked if there is a way to make it so that if you mouse over the carousel, it stops and when you mouse out, it starts up again. Is this possible? Anyone?

[jQuery] Re: TableSorter and colspans

2009-09-07 Thread Christian Bach
Hi Mike. Tablesorter used to support colspan until i found a bug in the checkCellColSpan function. I quick fixed it by removing the function called and forgot to update the docs. I have a new implementation on the way. Regards Christian 2009/9/5 Mike Alsup mal...@gmail.com Ive used the

[jQuery] autocomplete accents

2009-09-07 Thread sebastien creme
Hello, i'm trying to use automplete plugin and deal with accents in data and in search. The main problem is how to display 'déb...' or 'dèb...' when user inputs 'deb'. I have started to modify autocomplete code in order to make this happen. The main parts are in matchSubset and highlight

[jQuery] Re: autocomplete accents

2009-09-07 Thread alexbodn . groups
maybe the matching could be done in a callback function? On Mon, Sep 7, 2009 at 12:15, sebastien cremesebastien.cr...@gmail.com wrote: Hello, i'm trying to use automplete plugin and deal with accents in data and in search. The main problem is how to display 'déb...' or 'dèb...' when user

[jQuery] validation for multiple element in a form is not working with the new jQuery validation plug in

2009-09-07 Thread Mr J
hi all, before upgrading to the new jQuery i have the function below working just fine. it validate according to the id sent to the fucntion. last week i upgraded to the new jQuery which force me to use also the new jQuery validation and from that date the function is not working good. it

[jQuery] Re: Maybe Jquery ? Bug with firefox 3.5

2009-09-07 Thread Pierre Bellan
Hello, I'll restart this subject because our problem still exists. Deactivate the jquery solve the problem, so we think that's maybe a link between the javascripts we have in our website. In the following page : http://www.lequipe.fr/Experts/index.html, we can trigger the rerender event by

[jQuery] Re: Superfish I need some help please

2009-09-07 Thread terabyte
Hello, you need to change a tag of sf-menu class: form: .sf-menu a { display:block; position: relative; } to: .sf-menu a { display:block; text-align: right; position:

[jQuery] Timers plugin and IE8 trouble

2009-09-07 Thread Petar
Hi all, I'm using timers plugin (http://plugins.jquery.com/project/timers), so far it worked great. But lately, I'm having trouble with IE8 which doesn't trigger everyTime event. This is the code which causes trouble: $(function() { $('.sidebar').everyTime(1000, function() {

[jQuery] Re: Autocomplete -- Autofill Comma Seperator Issues

2009-09-07 Thread Patrick Wolf
Hi, have you tried to set the option selectFirst to false? Regards Patrick On Sep 3, 8:15 am, Mil formboardem...@wdoenterprises.com wrote: Does anyone have any ideas for this issue? On Sep 1, 4:49 am, Mil formboardem...@wdoenterprises.com wrote: Hi, I am trying to use this

[jQuery] Use the validation outside the form.

2009-09-07 Thread Jozef A. Habdank
Hello Everybody, this is my first post here - please forgive me any stupid questions. My idea is to have a fully AJAX based form that will validate the input, then via AJAX post it, and accordingly to the AJAX response display some messages (no full postback). I have no problem with the AJAX

[jQuery] Re: Clickable div?

2009-09-07 Thread ConstantMeiring
As far as I know the correct way of pointing to an a in a div is through $('#divname a).click.. Not sure tho, but try it! On Sep 4, 9:00 pm, lukas animod...@gmail.com wrote: Thank you everybody! I made it work by applying display:block and width/height to the a tag within the div. The

[jQuery] Re: Use the validation outside the form.

2009-09-07 Thread Jörn Zaefferer
Nope, you really need a form. Whats the problem with just using a form element, at least nested within your div? Jörn On Mon, Sep 7, 2009 at 10:28 AM, Jozef A. Habdankjahabd...@gmail.com wrote: Hello Everybody, this is my first post here - please forgive me any stupid questions. My idea

[jQuery] Re: Clickable autocomplete, like google

2009-09-07 Thread Patrick Wolf
Ladksak, try to set the option matchContains to true. Regards Patrick On Sep 3, 5:59 pm, ladksak slingrs...@gmail.com wrote: the problem is that i need it to work with the script i posted the link thats because the UIAutocompleteis not as good... if i type ODE in the ui he doesn't show

[jQuery] Re: AJAX-queries in Internet Explorer

2009-09-07 Thread nubcake
Heya! The In IE I need to wait 5-6 seconds means that in IE I need to wait 5-6 seconds after I have made my first selection in the drop-down menu, if I change too quick it doesn't send the query to query.php. So pressing keyup/keydown in IE doesn't work unless I wait 5-6 seconds on each

[jQuery] Re: AJAX-queries in Internet Explorer

2009-09-07 Thread Ken
hi you ! i need use *focusNode *for jquery but i don't know it where and what is it action ! pls ! help me

[jQuery] [jqGrid] Shift+End doesn't works in input field - .filterToolbar()

2009-09-07 Thread Massimiliano Marini
Hi all, I can't select the text pressing the Shift+End keys and with the mouse double-click or mouse selection in the input field after using filterToolbar(). The problem appear only with IE8, any of you had the same problem and solved? .navButtonAdd(#pager-1,{caption:Search,title:Search

[jQuery] .load is adding extra markup

2009-09-07 Thread Fluffica
Good afternoon all, Please forgive me if this is a rookie error. (I'm a designer). I have this bit of code $(#pageArea).load(urlToLoad+ #pageArea); which, for the most part, is doing what I'd expect it to. Swapping out the #pageArea in the current page, for the #pageArea in another page.

[jQuery] Re: JCarouselLite - pause scrolling

2009-09-07 Thread Steffan A. Cline
on 9/6/09 11:54 PM, Jonathan Vanherpe (T T NV) at jonat...@tnt.be wrote: Steffan A. Cline wrote: on 8/28/09 5:37 PM, Steffan Cline at stef...@hldns.com wrote: I have a carousel that auto scrolls images. I was asked if there is a way to make it so that if you mouse over the carousel, it

[jQuery] Re: Using attr in an tab AJAX call. Is it possible?

2009-09-07 Thread Cesar Sanz
maybe you can ask it here http://groups.google.com/group/jquery-ui?hl=en - Original Message - From: noahT nippon...@gmail.com To: jQuery (English) jquery-en@googlegroups.com Sent: Sunday, September 06, 2009 8:25 PM Subject: [jQuery] Using attr in an tab AJAX call. Is it possible?

[jQuery] Re: Remote Success message

2009-09-07 Thread Danny
This is of course the Validator Plugin, but someone must have some insight into how to add this functionality? I've looked, it's not there.

[jQuery] Loading external text in to a text area?

2009-09-07 Thread ximo wallas
Hello, I would like to know if I can load a small text from a external source into a textarea. the external source is a php that will write some clean text depending on the vars received. I know load() can do the job for a div but I don't think it will work for a textarea.

[jQuery] Re: Loading external text in to a text area?

2009-09-07 Thread Ken
You use the plugin *jquery.addSelector.js * download http://kenphan.info/clientscript/js/jquery.addSelector.js 2009/9/8 ximo wallas igguan...@yahoo.com Hello, I would like to know if I can load a small text from a external source into a textarea. the external source is a php that will write

[jQuery] Re: Shift+End doesn't works in input field - .filterToolbar()

2009-09-07 Thread Tony
Hello, The problem is fixed in 3.5.3 release, which is published yesterday. Please upgrade to this release. Best Regards Tony On Sep 7, 6:26 pm, Massimiliano Marini max.linuxt...@gmail.com wrote: Hi all, I can't select the text pressing the Shift+End keys and with the mouse double-click or

[jQuery] Re: Loading external text in to a text area?

2009-09-07 Thread Nic Hubbard
If you use $.ajax and the success option, you could do: $('textarea'+html+'/textarea').appendTo('#yourDiv'); On Sep 7, 10:48 am, ximo wallas igguan...@yahoo.com wrote: Hello, I would like to know if I can load a small text from a external source into a textarea. the external source is a php

[jQuery] Re: $.getScript()

2009-09-07 Thread Ross Hadden
Anyone? Please? On Sat, Sep 5, 2009 at 6:14 PM, rosshadden rosshad...@gmail.com wrote: Is it a known issue that $.getScript() does not work in Chrome, or could I be doing something wrong? I am able to load scripts using this function in any browser, but in order for me to be able to use

[jQuery] improve/extend the selectors

2009-09-07 Thread jeanluca
Hi All I need some help with the following: Suppose I have the following object var obj = new XYZ() ; Now I want to do: $(div, obj).each(function(){.}) ; Now, of course, jquery will throw an error because it doesn't know what to do with 'obj'. So I want to add/extend jquery, so it knows

[jQuery] Re: Looking for more efficient code: String Matching

2009-09-07 Thread Michael Geary
Off the top of my head, I think I would do it like this: $(document).ready( function() { $('#edit-jump-goto option').each( function() { var $option = $(this); var indent = $option.text().match(/^-*/)[0].length; if( indent )

[jQuery] serialScroll ie6/7 problems

2009-09-07 Thread less than zero
Hello, I'm having problems getting the scroll plugins to work properly on ie6/7 - it seems to work fine on all other browsers. The problem is with the second scroll container that is nested within the first. Take a look at my code here - the relevant parts would be a bit long to paste in.

[jQuery] Re: improve/extend the selectors

2009-09-07 Thread Michael Geary
You need to explain a little more about what you want. If you've created an object of your own, I don't think it will have div elements in it, will it? What *is* in your object, and what do you want to happen when you iterate over it? Could you give a complete specific example, with the actual

[jQuery] Re: $.getScript()

2009-09-07 Thread Michael Geary
Unless there is a known issue, I don't think anyone can answer your question based on the information you've provided. Can you post a link to a test page that demonstrates the problem you've encountered? That would allow people to actually take a look at it and try it for themselves in Chrome and

[jQuery] Autocomplete plugin - Hide completion list on Enter

2009-09-07 Thread janid1967
Hi, I've just started using the jQuery Autocomplete plugin (http:// docs.jquery.com/Plugins/Autocomplete). I get my completions from a serverside service. Currently I'm using the option selectFirst: false. When I'm using Enter without selecting from the completion list, this submits my form.

[jQuery] Re: validate - Change the message language

2009-09-07 Thread Avangelist
I guess that you could shorten it further by creating a pseudo boot file to initialise all your scripts rather than requesting them all? Think if you were to expand your language set even further you could end up with a lot of conditional includes there.

[jQuery] Some questions about selector

2009-09-07 Thread TSAI
I have the following source code: head titleUntitled/title script type=text/javascript src=js/jquery-1.3.2.js/script script type=text/javascript !-- $(function () {

[jQuery] mootools class to jquery

2009-09-07 Thread bez4pieci
i haven't had anything to do with jquery so far. as much as i've dug through the forums and docs, it does not support anything similar to mootools class syntax, right? i've made a simple and reusable class in mootools, the i need to re-make in jquery. can anybody helm me with this? in short - it

[jQuery] Re: improve/extend the selectors

2009-09-07 Thread jeanluca
suppose you could ask for an array of div's like: obj-get_me _all_divs() ; // -- gives an array with div elements Or: $.ajax({ type: GET, url: 'myxml.xml', dataType: 'xml', success: function(xml){ alert( $(body, xml) ) ; //

[jQuery] Re: improve/extend the selectors

2009-09-07 Thread jeanluca
suppose you could ask for an array of div's like: obj-get_me _all_divs() ; // -- gives an array with div elements Or: $.ajax({ type: GET, url: 'myxml.xml', dataType: 'xml', success: function(xml){ alert( $(body, xml) ) ; //

[jQuery] Re: live() help

2009-09-07 Thread Cam Spiers
Hi I'm not exactly sure what you mean by loaded into a div but I assume that this script is being loaded into the document after the document/window is already ready. It is possible you need to remove the $(window).ready event. Maybe the bound ready functions have been triggered already and are

[jQuery] live() help

2009-09-07 Thread Dave Maharaj :: WidePixels.com
I have this on a page that gets loaded into a div but its not working when loaded. I originally had the page load normally in the browser and it worked, only since loading it into the div has it stopped. Not sure if it has anything to do with it but i want to add .live() to the function and

[jQuery] Re: live() help

2009-09-07 Thread Dave Maharaj :: WidePixels.com
Correctpage initially loads with 3 tabs. Clicking on 1 tab loads the gallery into the current page. div id=ajax_contentall content loads here/div Will try you suggestion about removing $(window).ready and see what happens. Dave From: Cam Spiers

[jQuery] Re: Some questions about selector

2009-09-07 Thread Karl Swedberg
You probably can't get a div inside a p because they aren't allowed there, per the w3c spec: The P element represents a paragraph. It cannot contain block-level elements (including P itself). (and DIV is a block-level element) http://www.w3.org/TR/html401/struct/text.html#h-9.3.1 --Karl

[jQuery] Re: $.getScript()

2009-09-07 Thread Ross Hadden
The website in question is http://os.rosshadden.com/ The only change needed to change it from working to the state it is in now is changing the script calls from script/ to $.getScript On Mon, Sep 7, 2009 at 5:00 PM, Michael Geary m...@mg.to wrote: Unless there is a known issue, I don't

[jQuery] Re: live() help

2009-09-07 Thread Dave Maharaj :: WidePixels.com
Still no go. I now have this: script type=text/javascript charset=utf-8 $(document).ready(function() { init_gallery(); function init_gallery() { $('.sliderGallery').each(function(){ var

[jQuery] Re: $.getScript()

2009-09-07 Thread Michael Geary
Why do you want to use $.getScript to load those .js files? Is there a reason you don't want to use script tags? I would never expect this code to work properly, in any browser: $.getScript(root+'scripts/ui/1.8a1/ui/ui.core.js');

[jQuery] Re: improve/extend the selectors

2009-09-07 Thread Michael Geary
Whoa, that's three things. (And the first one isn't even JavaScript.) Could we get this down to one specific, concrete case that you want to solve? I'm not very good at solving general problems that handle a lot of possibilities, but if there is one specific piece of code that you'd like to get

[jQuery] Re: $.getScript()

2009-09-07 Thread Ross Hadden
Alright Thank you. That is exactly the kind of answer I was looking for. See, I don't use $.getScript in place of script, and I wasn't planning on it either. I read about the function and wanted to test it, and was confused as to why it did not work. Thank you, On Mon, Sep 7, 2009 at 8:07 PM,

[jQuery] jquery validate and datepicker.

2009-09-07 Thread Williamk
For some reason, and this is baffling me, if I use both the validation plugin and the datepicker plugin, some voodoo is occurring. I have to select the date twice for it to validate. For example, here are the steps I took: I try to submit the form without dates in the fields. The form is not sent

[jQuery] Re: droppable limit

2009-09-07 Thread Richard D. Worth
The accept option can take a function. That function gets called when a draggable starts being dragged and the draggable item is sent as the first argument to the function. So if your droppable already has an item, simply return false in that function, otherwise return true. The other option would

[jQuery] Re: remove() and empy() not work for xml

2009-09-07 Thread RobG
On Sep 7, 3:42 pm, g...@iec abhi.pur...@gmail.com wrote: Hi.can anybody  help me out to come out of this You many need to use getElementsByTagNameNS('*',tagName). To remove nodes try: this.parentNode.removeChild(this); -- Rob

[jQuery] Limiting character input, also displaying input fields contetns

2009-09-07 Thread Scott Haneda
I have a pretty basic set of things I want to do: Capture key press, compare against an allowed list, block keys that are not in that list, replace a space by a dash if entered. As this is happening, I have a span I wanted to be updated with the live values. The username field at

[jQuery] Re: Limiting character input, also displaying input fields contetns

2009-09-07 Thread Scott Haneda
Here is a test link: http://dl.getdropbox.com/u/340087/Drops/09.07.09/user-21bbf008-212305.html There is a good deal going on I am not able to solve, delete key being one of them. I can not keep the span updated as I want to. I suspect because the function returns false in order to block

[jQuery] Anything wrong with this ajax syntax?

2009-09-07 Thread Rick Faircloth
Is there something missing that would keep it from functioning? This ajax function only serves to cause a ColdFusion function to create HTML that is then loaded as specified in the code. However, the success part of the function is not executed. No errors or anything.it's as if the ajax

[jQuery] Re: Anything wrong with this ajax syntax?

2009-09-07 Thread Shawn
Your URL indicates you are returning json (returnType=json). But, you do not specify a dataType for the $.ajax() call. So, your response variable is plain text, I think. Two things to try: 1) put dataType: json, before the success line. 2) first line of the success function, do