[jQuery] Re: How to select one of the many forms i have

2009-04-27 Thread RobG
On Apr 25, 6:09 am, funkyasl amritas...@gmail.com wrote: Hi all, I'm a jquery newbie. I've been searching around the web a lot, but could not find an answer. My page has multiple forms (forma, formb, formc, etc). I want to select one particular form, say formb, without assigning an id to

[jQuery] Re: Cycle Plugin - Can't Get Pause To Work

2009-04-27 Thread Nic Hubbard
Really? No one knows why the cycle pause is not working? Someone must be using this! On Apr 24, 8:25 am, Nic Hubbard nnhubb...@gmail.com wrote: Anyone? On Apr 23, 9:44 pm, Nic Hubbard nnhubb...@gmail.com wrote: Shawn, Yes, I havepauseon hover set, and this is correctly working.  It is

[jQuery] Detect if drag outside of parent using jQuery UI Draggable

2009-04-27 Thread cohq82
Hi, I am making a inner DIV to be draggable using jQuery UI Draggable. The inner DIV can only move horizonally and fit within the outer DIV (parent). I want to have some detection mechanism so that if the inner DIV moved further left or right of the outer DIV, I will show something ( and arrow).

[jQuery] Re: detect quicktime?

2009-04-27 Thread bjorsq
Jack, I've used the following code in the past and found it to work - it is from http://www.dithered.com/javascript/quicktime_detect/index.html where you can check out documentation, use cases, and download it (along with a redirection script if you need one). It is quite old, but should work.

[jQuery] Re: [autocomplete] Search Page Replacement

2009-04-27 Thread Matthew Vickery
Hi Tom, Thanks for your reply. I see what you mean about the tab key... I hope someone offers you some advice so you can use the plugin without branching. If you do find a solution I'd be glad to hear it too. Did you see my response re; 'selectFirst: false' ? I don't know if this would help

[jQuery] How to get this to work in jQ 1.3.x?

2009-04-27 Thread 123gotoandplay
Hi there, I got a problem with jQuery 1.3.2 and IE when i use this for a menu $(#manageHome).click(function() { $(#content).css(overflow-y, scroll); $(#content).load(manageText.php?action=showonderdeel=home); }); When i downgrade jQuery to 1.2.6

[jQuery] Please help me to create a page scroll

2009-04-27 Thread Nibohs
I have to create a page scroller like in latest version of yahoo mail list scroll. Can I create that kind of scolling effect by using js. If any body can help me please please replay me.

[jQuery] Re: Form plugin: input elements excluded

2009-04-27 Thread dth
Aha! I guess it must be because the dialog is moved to be the last element of the body element, and thus outside of the form. I guess that's necesarry for absolute placement etc. I'll see if I manually can pick up the extra field values. Suggestions are welcome :) -dennis On Apr 27, 11:11 

[jQuery] Re: Form plugin: input elements excluded

2009-04-27 Thread dth
Hi, Is there someone on the list with detailed knowledge of how browsers handle input fields. Or somebody that knows in detail what the jquery- ui plugin actually does to a div. According to firebug not much is altered, and the fields should be included in the form as far as I can tell. But

[jQuery] div contains li - select div but NOT li

2009-04-27 Thread gostbuster
Hi everyone, I would appreciate some help with what I wanna do. I explain my problem : I want to do a map-like: It means a div with background images, and some elements on it (a bit like in google map : you have the map in background, and stuff you can click over it. well i have this code :

[jQuery] Re: http://wiki.jqueryui.com/ style navigator

2009-04-27 Thread Richard D. Worth
The menu you're seeing is part of PBWiki, which powers wiki.jqueryui.com. Filament Group has created a similar menu: http://www.filamentgroup.com/lab/jquery_ipod_style_and_flyout_menus/ The jQuery UI Team is working on making this a jQuery UI plugin: http://wiki.jqueryui.com/Menu - Richard On

[jQuery] Re: div contains li - select div but NOT li

2009-04-27 Thread Charlie
your question isn't very clear . If you are trying to select based on what is inside the div these should help: $("div:contains("Some Text")).// do something or $("div:has(li[class=something])").// do something http://docs.jquery.com/Selectors need to be more specific what you are trying

[jQuery] Re: - max validation with float values

2009-04-27 Thread JesperDK
Hi all, Is there someone who have any ideas of how that could be solved? Thanks in advance. /Jesper On 26 Apr., 20:01, JesperDK jespersoren...@gmail.com wrote: Hi all, I use the validation fromhttp://bassistance.de/jquery-plugins/jquery-plugin-validation/ and have a problem with float

[jQuery] Re: div contains li - select div but NOT li

2009-04-27 Thread gostbuster
Okay I'll try to explain better. Imagine an image, it's a rectangle. you can have a div with this image for background : like this : div id=plan /div Then, with CSS, you can do this : #plan{ background:url(my image url); width : image width; height: image height } Well, my image

[jQuery] Re: [validate] - max validation with float values

2009-04-27 Thread Jörn Zaefferer
You need to add a custom method: http://docs.jquery.com/Plugins/Validation/Validator/addMethod And implement the validation for float values there. Jörn On Sun, Apr 26, 2009 at 8:01 PM, JesperDK jespersoren...@gmail.com wrote: Hi all, I use the validation from

[jQuery] Re: div contains li - select div but NOT li

2009-04-27 Thread Remon Oldenbeuving
You could use the event object thats being passed when a click event fires? $('#plan').click(function(e){ if(e.target !== liobject){ //You will have to check whats the real target for a list item //here your code } }); On Mon, Apr 27, 2009 at 2:08 PM, gostbuster

[jQuery] Re: div contains li - select div but NOT li

2009-04-27 Thread gostbuster
Hi, Yes of course I could do this, but Jquery selectors don't allow what I wish to do? Thanks. On 27 avr, 14:25, Remon Oldenbeuving r.s.oldenbeuv...@gmail.com wrote: You could use the event object thats being passed when a click event fires? $('#plan').click(function(e){  if(e.target !==

[jQuery] Re: [autocomplete] Search Page Replacement

2009-04-27 Thread Tom Worster
On 4/26/09 9:31 PM, Jordon Bedwell jor...@envygeeks.com wrote: this is one of two counter-intuitive keyboard behaviors i'm aware of. the other is tab, which most users would expect to get them to the next form element. I'm still scratching my head at how this is counter-intuitive? If you

[jQuery] Re: [autocomplete] Search Page Replacement

2009-04-27 Thread Tom Worster
On 4/27/09 5:25 AM, Matthew Vickery vickery.matt...@gmail.com wrote: Thanks for your reply.  I see what you mean about the tab key...  I hope someone offers you some advice so you can use the plugin without branching. i already have an auto-completion of my own that i wrote a few years ago

[jQuery] Re: Detect if drag outside of parent using jQuery UI Draggable

2009-04-27 Thread Karl Swedberg
Would you mind posting this question to the jquery-ui google group if you haven't done so already? That group is dedicated to questions such as yours that are specifically related to jQuery UI. http://groups.google.com/group/jquery-ui/ thanks, --Karl Karl Swedberg

[jQuery] Re: div contains li - select div but NOT li

2009-04-27 Thread Charlie
what you are doing is called event delegation, there's more to it than simple selectors . You could be clicking in the div but not on an li or clicking on the contents of an li. That's what was meant by " //You will have to check whats the real target " for a list item

[jQuery] Re: div contains li - select div but NOT li

2009-04-27 Thread Remon Oldenbeuving
It looks obvious, but aint working for me. On Mon, Apr 27, 2009 at 3:16 PM, Mauricio (Maujor) Samy Silva css.mau...@gmail.com wrote: De: gostbuster jeremyescol...@gmail.com Assunto: [jQuery] Re: div contains li - select div but NOT li Hi, Yes of course I could do this, but Jquery

[jQuery] in the dynamic accordion trigger jqmodal window

2009-04-27 Thread Natkeeran L.K.
Hello: I want to populate accordions based on user selections, and within the accordion allow the user to enter more details through jqmodal. I am close to doing that here: http://pssnet.com/~devone/ajqtable/summary3998e.html But I have this issue. If the user clicks the test button outside

[jQuery] BlockUI problem with iframe in IE7

2009-04-27 Thread Tamoj
I have got iframe in the page and when I call blockui, the content gets disappear in the iframe. This problem is only in IE7 not in IE6 and IE8. I am currently using * jQuery blockUI plugin * Version 2.18 (16-APR-2009) need to refresh with no cache for remedy and no problem if I do not call

[jQuery] How do i control window scrolling with two divs(top, bottom)

2009-04-27 Thread Géant
Hopefully someone can help me! :) What I want to do is control a window/div scrolling via the use of two div's. Example. 1) First div named top(#top), which will be fixed to the top 2) Second div is bottom(#bottom) which is fixed to the bottom of the window. 3) An image in a

[jQuery] jquery and https bug

2009-04-27 Thread gillian
Hi there I am working on a site that is using https. i have a toolbar using jquery but for some reason, IE6 throws an error saying 'Security Information This page contains both secure and nonsecure items ...' Any ideas on what's happening? Or how i can fix this? thanks gillian

[jQuery] Thickbox: The called page does not run JQuery in FF or chrome

2009-04-27 Thread paulus938
I've setup a page that uses simple JQuery to fade out text when clicking a link. This page works in all browsers. However, when this page is displayed in the ThickBox popup, the link doesn't fadeout the text in firefox or chrome but does fade out in IE. Does anyone else have this problem? If

[jQuery] cheap GHD (www.518store.com)

2009-04-27 Thread kkkkkkkkk
cheap GHD (www.518store.com) hot sale CHD(www.518store.com) wholesale CHD(www.518store.com) good CHD(www.518store.com) new style CHD(www.518store.com cheap GHD (www.518store.com) hot sale CHD(www.518store.com) wholesale CHD(www.518store.com) good CHD(www.518store.com) new style

[jQuery] Re: Do object events persist in cloning? I can't get this method to work.

2009-04-27 Thread Scott Sauyet
Thomas Allen wrote: What I'm doing is creating a couple button objects and cloning them. $(memberSections).prepend(toggler.clone()); $(youngerSections).prepend(toggler.clone()); }); Why is it that neither button logs to the console when clicked? You might try passing true to the

[jQuery] Re: Do object events persist in cloning? I can't get this method to work.

2009-04-27 Thread Thomas Allen
Yep, that did it, thanks. I had never heard of this before. Thomas On Apr 27, 10:13 am, Scott Sauyet li...@sauyet.com wrote: Thomas Allen wrote: What I'm doing is creating a couple button objects and cloning them.     $(memberSections).prepend(toggler.clone());    

[jQuery] cluetip is not working in updatepanel

2009-04-27 Thread donkeyking
Who can give me an example which cluetip can work in updatepanel?

[jQuery] Re: jquery and https bug

2009-04-27 Thread Nathan
Make sure you are linking to files using 'https://' rather then 'http://'. On Apr 27, 6:42 am, gillian gillian.be...@ntlworld.com wrote: Hi there I am working on a site that is using https. i have a toolbar using jquery but for some reason, IE6 throws an error saying 'Security

[jQuery] reading show/hide state

2009-04-27 Thread Tom Worster
when using show() and hide(), what's the right way for the script to read the state of the element? i've found that attr('display') can be used but this seems like an undocumented hack and could fail in future releases of jquery.

[jQuery] Re: Firefox onclick problem.

2009-04-27 Thread Remon Oldenbeuving
You should put the $(document).ready function above the function call. so: $(function(){ //Same as $(document).ready(function) function del(mesId){ } }); On Mon, Apr 27, 2009 at 11:48 AM, Ozan ozanaltink...@gmail.com wrote: Hi I'm a newbie and heres my newbie question.I can't fire my

[jQuery] Re: reading show/hide state

2009-04-27 Thread Michael Lawson
You can use the jQuery filters :hidden and :visible cheers Michael Lawson Content Tools Developer, Global Solutions, ibm.com Phone: 1-828-355-5544 E-mail: mjlaw...@us.ibm.com 'Examine my teachings critically, as a gold assayer would test gold. If you find they make sense, conform to your

[jQuery] Removing item from array based on property

2009-04-27 Thread Mervyn
Hello all, I have a question about removing an item from an array. I am looking to remove an item from the array based on the property. Ie. arr = [{a1: 1, a2: 2},{a1: 3, a2: 4}, {a1: 5, a2: 6}] remove first item from array because a1 = 1. I am not entirely sure how to do this. I tried

[jQuery] ajax append problem

2009-04-27 Thread clicforw...@googlemail.com
Hello, im using this script to load a external site into my DOM. It works fine but i need just a part of this test.html. For example: I want to append just the div #cont from test.html How can i do that? script type=text/javascript $.ajax({ url: test.html, cache: false, success:

[jQuery] Re: ajax append problem

2009-04-27 Thread Michael Lawson
instead of $(.content).append(html); do var contentToAppend = html.find(#cont); $(.content).append(contentToAppend); cheers Michael Lawson Content Tools Developer, Global Solutions, ibm.com Phone: 1-828-355-5544 E-mail: mjlaw...@us.ibm.com 'Examine my teachings critically, as a gold assayer

[jQuery] Re: cluetip is not working in updatepanel

2009-04-27 Thread Karl Swedberg
I don't know anything about updatepanel, so I'm probably not going to be able to help you unless you give me some more information. A quick Google search turned up this about jQuery and UpdatePanel: http://stackoverflow.com/questions/22466/jquery-ajax-vs-updatepanel If the problem is

[jQuery] Charset in $.ajax

2009-04-27 Thread Colonel
Is there way to change charset when I request page by $.ajax?

[jQuery] Re: Removing item from array based on property

2009-04-27 Thread Karl Swedberg
Hey Mervyn, this should do it: var arr = [{a1: 1, a2: 2},{a1: 3, a2: 4}, {a1: 5, a2: 6}]; for (var i=0; i arr.length; i++) { if (arr[i].a1 == 1) { arr.splice(i,1); } } just loop through the members of the array and check each one's a1 property. If it equals 1, remove it from the

[jQuery] Re: Is it possible to select on multiple attribute values?

2009-04-27 Thread machineghost
Thanks all for the great suggestions! I think I'm going to use George's solution for now (it's easy, if slightly verbose), but when I have a free moment I'm going to follow mkmanning's advice and look in to making a custom selector. Jeremy On Apr 26, 12:03 pm, George Adamson

[jQuery] Controlling my slideshow . . .

2009-04-27 Thread pts123
I was recomended to come here, so I will re-enter the post I made at a vBulletin assistance site and see if my problem can be corrected using jQuery. I'm just about ready to go live with my latest and I have added a rotating type slide show hosted by Photobucket. This site will be for Ham Radio

[jQuery] Re: Removing item from array based on property

2009-04-27 Thread mkmanning
Not sure why $.grep didn't work for you. Here's a functioning sample to compare: arr = $.grep(arr,function(n,i){ return n.a1 != 1; }) On Apr 27, 7:51 am, Mervyn mervyn.mar...@gmail.com wrote: Hello all, I have a question about removing an item from an array. I am looking to remove

[jQuery] Where to find a jQuery Developer?

2009-04-27 Thread nmiddleweek
Hello, Does anyone know where I can post a wanted Ad for a London based jQuery developer to help me create a jQuery UI component? I have a client where I'm creating UI's for but I want future ones created in jQuery and I need some help because I can't do it... :) Thanks, Nick

[jQuery] limit drag to a zone

2009-04-27 Thread gostbuster
Hi everybody, I was wondering if there was a way to limit a drag from a zone : for example I have a div zone with elements inside : div my dragable element/ /div and I don't want to be able to drag the element out from the div. I read the doc but didn't see anything Thank you very much

[jQuery] Re: Where to find a jQuery Developer?

2009-04-27 Thread Joseph Le Brech
Does it need to be in london? Date: Mon, 27 Apr 2009 09:27:17 -0700 Subject: [jQuery] Where to find a jQuery Developer? From: nmiddlew...@googlemail.com To: jquery-en@googlegroups.com Hello, Does anyone know where I can post a wanted Ad for a London based jQuery developer to help

[jQuery] Re: limit drag to a zone

2009-04-27 Thread Remon Oldenbeuving
Hi, First, you should post this in the jquery-ui google group. Second, your request is being handled in the draggable demo page. http://jqueryui.com/demos/draggable/#constrain-movement On Mon, Apr 27, 2009 at 6:27 PM, gostbuster jeremyescol...@gmail.comwrote: Hi everybody, I was wondering

[jQuery] Re: how to convert a string to json structure

2009-04-27 Thread Scott Sauyet
gaohk wrote: I have a string that is like [{carePacks: [{businessCode:J1PS,description:HP 1}],coveragePeriod:12}, {carePacks:[{businessCode:J1PS,description:HP s}],coveragePeriod:13}]. can you give me some advice on how to convert it to a json structure, and how to get data from the data

[jQuery] Re: Where to find a jQuery Developer?

2009-04-27 Thread nmiddlew...@gmail.com
I would rather because I'd also like to learn on the way... Are you thinking yourself? Where are you based? Thanks, Nick On Apr 27, 5:35 pm, Joseph Le Brech jlebr...@hotmail.com wrote: Does it need to be in london? Date: Mon, 27 Apr 2009 09:27:17 -0700 Subject: [jQuery] Where to

[jQuery] Re: ajax append problem

2009-04-27 Thread clicforw...@googlemail.com
Hello Michael, thanks for this. I got a error: html.find is not a function Any idea? script type='text/javascript' src='http://ajax.googleapis.com/ajax/ libs/jquery/1.3.2/jquery.min.js'/script script type=text/javascript $(document).ready(function(){ $.ajax({ url:

[jQuery] Re: question about approaching an interactive image gallery

2009-04-27 Thread roryreiff
I have approached a solution, or at least am very close. I have run into a problem though... In my initial binds to my forward and backward controls, I am binding the functions backwardClick() and forwardClick(), as well as to each an if statement that calls pause() if my variable 'gallery' is

[jQuery] Re: Removing item from array based on property

2009-04-27 Thread Mervyn
Both methods worked perfectly. Thank you. On Apr 27, 12:21 pm, mkmanning michaell...@gmail.com wrote: Not sure why $.grep didn't work for you. Here's a functioning sample to compare: arr = $.grep(arr,function(n,i){         return n.a1 != 1; }) On Apr 27, 7:51 am, Mervyn

[jQuery] Re: ajax append problem

2009-04-27 Thread Michael Lawson
my bad, try this $(html).find('#cont'); cheers Michael Lawson Content Tools Developer, Global Solutions, ibm.com Phone: 1-828-355-5544 E-mail: mjlaw...@us.ibm.com 'Examine my teachings critically, as a gold assayer would test gold. If you find they make sense, conform to your experience, and

[jQuery] Safari 3.2.1 and $.ajax POST doesn't work

2009-04-27 Thread alex.zeta
Hello to the ng; i have a form that should be submitted via ajax; it works of ff and ie, but doesn't in safari 3.2.1. I've simplified every page to isolate the problem: The html: form name=form id=richiestapreventivo action= method=POST enctype=multipart/form-data fieldset

[jQuery] Re: div contains li - select div but NOT li

2009-04-27 Thread Ricardo
That's because the click event from a LI bubbles up to the DIV. Two simple ways to avoid it: $('#plan').click(function(e){ //abort if a LI was clicked if ( $(e.target).is('li') ) return false; //then do stuff() }); (alternatively use if ( e.target.id != 'plan' )) or a less

[jQuery] setInterval + clearInterval + wait + restart setInterval

2009-04-27 Thread Nathan
I've been trying to think of a way to restart a setInterval after clearInterval has ran and say 1 minute has passed. Anyone have any ideas or examples on this? Here is snippet of code: if (o.auto) { sliderIntervalID = setInterval(function(){ if(u===false)

[jQuery] jqModal two overlays

2009-04-27 Thread Bradley
I just started using jqModal as I need support for nested modals. I'm noticing some erratic behavior with nested modals and ajax, but I don't know exactly how to fix it. What happens is when I load a modal, that has a nested modal in it, I get two jqmOverlay divs, it's like it's applying the

[jQuery] image preview

2009-04-27 Thread shareve...@gmail.com
Hi I like jquery image preview .It looks fine .I would like some other functionality in image preview. Is that possible to preview the client image i.e. before image being uploaded to the server I need to show the image from the client machine

[jQuery] Re: Using jQuery in requested file by $.ajax

2009-04-27 Thread Kevin King
According to http://docs.jquery.com/Ajax/jQuery.ajax#options if datatype is = 'html', the script code will be evaluated when the ajax response is inserted into the DOM. So change your code to do more than an alert and you should be fine. -K2

[jQuery] TextboxList for jQuery

2009-04-27 Thread Guillermo Rauch
I've released my TextboxList widget[image: picture-1.png] for jQuery: http://devthought.com/projects/jquery/textboxlist/ Let me know what you think! -- Guillermo Rauch http://devthought.com

[jQuery] Re: ajax append problem

2009-04-27 Thread Charlie
$(".content").load("test.html#content"); this will grab only the id content from test.html and load it , can refine this down to elements within #content as well example on jQuery site shows same method clicforw...@googlemail.com wrote: Hello Michael, thanks for this. I got a error:

[jQuery] Re: TextboxList for jQuery

2009-04-27 Thread Jack Killpatrick
Looks very nice, Guillermo! I like the arrow, backspace and delete keyboard handling, too. Are there any known issues? Thanks, Jack Guillermo Rauch wrote: I've released my TextboxList widget picture-1.png for jQuery: http://devthought.com/projects/jquery/textboxlist/ Let me know what you

[jQuery] jQuery next() to find selectoption

2009-04-27 Thread dimitre
Hello I am using jQuery next() and prev() to navigate inside selectoption tags. problem is I am using optgroup too and can't find a way to make it work ex: select optgroup label=Motion option value=/m01/ 001/option option

[jQuery] Re: jQuery next() to find selectoption

2009-04-27 Thread Remon Oldenbeuving
hi, $(document).keydown (function(e) { if (e.keyCode == 37) if(n == $('select option:selected').prev('option').val()) location.href = n; if (e.keyCode == 39) if(n == $('select

[jQuery] Re: jQuery next() to find selectoption

2009-04-27 Thread dimitre
thanks for the quick answer, unfortunately no, I can't understand why but it returns undefined On Apr 27, 5:37 pm, Remon Oldenbeuving r.s.oldenbeuv...@gmail.com wrote: hi,        $(document).keydown (function(e) {                if (e.keyCode == 37)                        if(n == $('select

[jQuery] Re: jQuery next() to find selectoption

2009-04-27 Thread Remon Oldenbeuving
Try changing .val() into .text() or .html() On 27 apr 2009, at 22:51, dimitre dimitr...@gmail.com wrote: thanks for the quick answer, unfortunately no, I can't understand why but it returns undefined On Apr 27, 5:37 pm, Remon Oldenbeuving r.s.oldenbeuv...@gmail.com wrote: hi,

[jQuery] ClueTip doesn't show pages from the www.

2009-04-27 Thread Nir
Hi Karl, Great plugin. However, I am more interested in displaying a tip brought from the web. For instance: script type=text/javascript src=jquery-1.3.2.min.js/script script src=cluetip/jquery.hoverIntent.js type=text/javascript/ script !-- optional -- script src=cluetip/jquery.cluetip.js

[jQuery] fadein thumbnails when loaded

2009-04-27 Thread David
Hi, im a totally beginner so this may be obvious but im stuck!!! I have image galleries on my site and i want the images to fade in after loading, at the moment i have the following script: Code: $(function() { $(div#media-gallery ul li img).css(display,none); $(div#media-gallery

[jQuery] How to get css object of one element?

2009-04-27 Thread Ngoc Bui
Hi all, I wonder how to get css object of ONE single element? Normally, with array of element we can do like this: $(“a”).css(“color”). However, when I go through each element, this is not available: e.g. $(“a”)[0].css( “color”); Anyone knows how to get css properties of one single element

[jQuery] Re: ClueTip doesn't show pages from the www.

2009-04-27 Thread Karl Swedberg
Hi Nir, Unfortunately, it's not possible to grab html content from another domain with javascript -- at least not in any straightforward manner. The clueTip plugin uses jQuery's $.ajax() method to retrieve contents. Depending on what's available on the other site and your hosting

[jQuery] Re: How to get css object of one element?

2009-04-27 Thread Eric Garside
Using the jQuery object as an array ($('.selector')[0]) returns the HTMLElement. Using jQuery's eq function returns the jQuery object of the HTMLElement at that position: $('a').eq(0).css('color'); On Apr 27, 3:38 pm, Ngoc Bui buitrungngo...@gmail.com wrote: Hi all, I wonder how to get css

[jQuery] Re: How to get css object of one element?

2009-04-27 Thread Karl Swedberg
It depends on which one you want, but there are a number of selectors available. For example: $('a:first').css('color'); $('a:last').css('color'); $('a:eq(2)').css('color'); More info here: http://docs.jquery.com/Selectors --Karl Karl Swedberg www.englishrules.com

[jQuery] Re: fadein thumbnails when loaded

2009-04-27 Thread Eric Garside
A) the images very quickly load then disapper. I dont want to hide the images in css incase people have js diasbled. You're out of luck, then. DOMReady will trigger after the images and html has loaded, so unless you hide them with CSS, there's no way to prevent the flash, afaik. B) all the

[jQuery] Re: how to convert a string to json structure

2009-04-27 Thread Kean
http://www.json.org/ You can find information about the structure, JSON parsers in several languages etc. On Apr 27, 1:13 am, gaohk cnga...@gmail.com wrote: I have a string that is like [{carePacks: [{businessCode:J1PS,description:HP 1}],coveragePeriod:12},

[jQuery] Re: Where to find a jQuery Developer?

2009-04-27 Thread Kean
http://jobs.jsninja.com/ On Apr 27, 9:58 am, nmiddlew...@gmail.com nmiddlew...@googlemail.com wrote: I would rather because I'd also like to learn on the way... Are you thinking yourself? Where are you based? Thanks, Nick On Apr 27, 5:35 pm, Joseph Le Brech jlebr...@hotmail.com wrote:

[jQuery] Re: fadein thumbnails when loaded

2009-04-27 Thread David
Eric, thanks for the input. I think (not sure) the way i have the code done it waits for all images to load before fading them in, as opposed to fading the individual image in when loaded. I found this: http://clagnut.com/sandbox/imagefades/ Which seems to do eveyrhing i want including the

[jQuery] Re: fadein thumbnails when loaded

2009-04-27 Thread David
Ok... i sorted the initial problems out, i load the css that hides the elements using javscript: script type=text/javascript document.write('link rel=stylesheet media=all type=text/css href=/css/no-js.css /'); /script But i still think it is not dealing with the images on a per load

[jQuery] Ajax dot net - Sending objects to the server problem

2009-04-27 Thread Jon
Hi, i'm trying to use the ajax dot net plugin to perform ajax calls to an AJAX enabled WCF service. No matter what i do i get an error: 'Object reference not set to an instance of an object.' However from firebug i can see the JSON object that is getting posted: {contactmessage:

[jQuery] Re: ajax append problem

2009-04-27 Thread Ricardo
I think you have to separate the selector otherwise it's just a hash: $(.content).load(test.html #content); http://docs.jquery.com/Ajax/load On Apr 27, 5:14 pm, Charlie charlie...@gmail.com wrote: $(.content).load(test.html#content); this will grab only the id content from test.html and load

[jQuery] Re: Where to find a jQuery Developer?

2009-04-27 Thread redsquare
I'm uk based - manchester. Regular in jquery irc. On Mon, Apr 27, 2009 at 5:27 PM, nmiddleweek nmiddlew...@googlemail.comwrote: Hello, Does anyone know where I can post a wanted Ad for a London based jQuery developer to help me create a jQuery UI component? I have a client where I'm

[jQuery] Re: http://wiki.jqueryui.com/ style navigator

2009-04-27 Thread Veeru
Thanks Richard I already am using the filament groups menu - but i still like the wiki style navigator fro its look and feel, cant' wait for the UI plugin :) Thanks once again Vru

[jQuery] [treeView] Problem with Firefox 3

2009-04-27 Thread vg33
I use the jQuery plugin treeView with jQuery 1.3.2 I have a long list (over 500 items), each item with 3 links . Exemple : ul lifirst item a href=action1img src=icon1 //a a href=action2img src=icon2 //a a href=action3img src=icon3 //a /li lisecond item a href=action1img src=icon1 //a a

[jQuery] Fading text in/out (like a text slideshow)

2009-04-27 Thread Mitch Cohen
I have a small portion of a page which will contain a set of animated text snippets. Item one will appear immediately, then fade out; item two will fade in, pause, then fade out, etc. At the end of the sequence item one will appear again repeating forever. It's basically a slideshow of styled

[jQuery] Events without $(document).ready()?

2009-04-27 Thread Grahzny
Hello, folks -- I'm very new at this, so please pardon my ignorant question. I have a text field and a select input. My code sets the text field when the select changes. What I'd like to do is have it NOT do this when the page is first loaded, but only when the user touches one of the select

[jQuery] jQuery form plugin file upload failure

2009-04-27 Thread Jim
I'm using the latest version of the form plugin from http://jquery.malsup.com/form/ and am having problems with a form that has an input of type file. I have read all the info about how to return JSON and such, how an iframe is used, etc. I've Googled around and searched this list, but m not

[jQuery] Re: fadein thumbnails when loaded

2009-04-27 Thread Karl Swedberg
On Apr 27, 2009, at 8:05 PM, Eric Garside wrote: A) the images very quickly load then disapper. I dont want to hide the images in css incase people have js diasbled. You're out of luck, then. DOMReady will trigger after the images and html has loaded, so unless you hide them with CSS,

[jQuery] Re: Get element position relative to the body

2009-04-27 Thread cohq82
I found out this http://docs.jquery.com/CSS/position But it is not relative but rather absolute position. Any help on relative position? On Mar 26, 8:44 am, Shedokan shedo...@yahoo.com wrote: Is it possible to get the position of an object relative to the dcument if it's a floating object