[jQuery] Re: Look mum, TABS layout only with CSS !!

2008-01-18 Thread Enrique Meléndez Estrada
I agree George, that is FULL compatible with my approach: * dl is equivalent to the container (div) o dt each one is equivalent to a header (dt, div, h, ...: convert them to DIV behavior) o dd each one is equivalent to a body (dd, div, p, etc...:

[jQuery] Re: Reverse IP Lookup

2008-01-18 Thread Hamish Campbell
Easiest way might be to purchase an IP lookup database and did it yourself. On Jan 18, 4:22 pm, timothytoe [EMAIL PROTECTED] wrote: It's reasonably easy to get it down to a zipcode. But beyond that I don't think it's possible. IPs are way too dynamic. --tt On Jan 17, 6:12 pm, Glen Lipka

[jQuery] Updated to Interface 1.2 and now my Sortables don't work

2008-01-18 Thread [EMAIL PROTECTED]
Hi all, I just upgraded from an old Interface version (I don't know what it was, but I downloaded it from the jQuery documentation website a few weeks ago) to the latest release, v1.2. Now my sortable list has stopped working properly. Each of the portlets will now only drag once. The first

[jQuery] jeditable question

2008-01-18 Thread Lionel Martelly
Hello, I have been using jeditable just fine, until I tried with French accents. Does anyone know why French accents will return accènt? Also if I try to reedit and save, without doing anything, it will multiply itself, over and over to the extent that a 3 letters word will strech full page

[jQuery] Selectors with this keyword

2008-01-18 Thread Philboi
Hi Guys, What im after is using selectors with the 'this' keyword. I imagine this is a fairly common example, but I cant seem to get the syntax right. Example: $(ul:has(li)) except i want to use something like: $(this:has(li)) Thanks

[jQuery] How to validate form controls

2008-01-18 Thread [EMAIL PROTECTED]
Hi, i have 3 textboxes under div id=mydiv. i would like to validate the Textbox ie textbox is empty. i have done validation for each individual textbox by using their id,but i need coding for validate the TextBox using div id ie mydiv. Waiting for your favourable reply, karthik d.s

[jQuery] Re: validation + niceforms - missing styles

2008-01-18 Thread 6epcepk
Hi, I have fixed this. niceforms.js: (~ line 482) jQuery(txtRight) .attr({src:jQuery.NiceJForms.options.imagesPath + input_right.gif}) /* 6epcepk's hack [nice forms + ] set right image id */ .attr({id:n-f-r-i- +

[jQuery] Re: Help- looking for motion/animation help (specifically, hovering)

2008-01-18 Thread Karl Swedberg
How about an animated gif? :-) --Karl _ Karl Swedberg www.englishrules.com www.learningjquery.com On Jan 18, 2008, at 12:04 AM, withinreach wrote: But not the mouse hover meaning. More like levitation (grin) - think UFO 'hovering' over a house... Or more specifically, a

[jQuery] Re: Submit a form via function call

2008-01-18 Thread Gautam Lad
My jquery.js does say this at this top so I take it its the latest (function(){ /* * jQuery 1.2.1 - New Wave Javascript Mike Alsup [EMAIL PROTECTED] wrote: Trust me I've tried everything. Are you using an older version of jQuery then?

[jQuery] Re: Reverse IP Lookup

2008-01-18 Thread Steve Blades
StrikeIron.com has a free webservice search service (under products|utilities, you must register to access) that has a service listed which might meet your needs. -- Steve Cutter Blades Adobe Certified Professional Advanced Macromedia ColdFusion MX 7 Developer _

[jQuery] Re: get value of checked checkboxes into a list

2008-01-18 Thread jeangougou
Updating jQuery to 1.2 gives you all the values, as you can see here: http://docs.jquery.com/Attributes/val else you can use a plugin http://www.malsup.com/jquery/form/#fields pay attention for the result, it might be an array. i haven't checked that yet. Good luck Duncan ha scritto: All, I

[jQuery] Re: Updated to Interface 1.2 and now my Sortables don't work

2008-01-18 Thread [EMAIL PROTECTED]
Yes, you're right. Thanks for your help. I plan to move over to the newer UI as soon as I can work out how to build a portlet style sortable thing. I need a contaner/accepts style approach. Regards, Steve On Jan 18, 1:14 pm, Richard D. Worth [EMAIL PROTECTED] wrote: By the error you've

[jQuery] Re: Selectors with this keyword

2008-01-18 Thread Josh Nathanson
Try $(li, this) - it says look in the context of this for all li elements. -- Josh - Original Message - From: Philboi [EMAIL PROTECTED] To: jQuery (English) jquery-en@googlegroups.com Sent: Thursday, January 17, 2008 9:37 PM Subject: [jQuery] Selectors with this keyword Hi

[jQuery] Re: How to validate form controls

2008-01-18 Thread Dan G. Switzer II
i have 3 textboxes under div id=mydiv. i would like to validate the Textbox ie textbox is empty. i have done validation for each individual textbox by using their id,but i need coding for validate the TextBox using div id ie mydiv. The following selector would return all the textboxes inside

[jQuery] Re: Submit a form via function call

2008-01-18 Thread Mike Alsup
Trust me I've tried everything. Are you using an older version of jQuery then?

[jQuery] Re: Submit a form via function call

2008-01-18 Thread Mike Alsup
function dosubmit() { $(myform).submit(); } Your selector is wrong (forgot the #): function dosubmit() { $(#myform).submit(); }

[jQuery] Re: Updated to Interface 1.2 and now my Sortables don't work

2008-01-18 Thread Richard D. Worth
By the error you've described, it sounds like you're trying to use Interface with the latest major version of jQuery (1.2). The last version of jQuery with which Interface works is 1.1.4. If you haven't already, you might take a look at the jQuery UI project which is intended to replace Interface,

[jQuery] Re: jeditable question

2008-01-18 Thread Mika Tuupola
On Jan 18, 2008, at 1:03 PM, Lionel Martelly wrote: Does anyone know why French accents will return accènt? Also if I try to reedit and save, without doing anything, it will multiply itself, over and over to the extent that a 3 letters word will strech full page width after 3 or four

[jQuery] Jsquery homesite changed?

2008-01-18 Thread Johny
I fail to open http://www.jsquery.org/. Is there a new home site? Thanks L.

[jQuery] Re: jeditable question

2008-01-18 Thread Lionel Martelly
can I email you a username and password? - Original Message - From: Mika Tuupola [EMAIL PROTECTED] To: jquery-en@googlegroups.com Sent: Friday, January 18, 2008 7:55 AM Subject: [jQuery] Re: jeditable question On Jan 18, 2008, at 1:03 PM, Lionel Martelly wrote: Does anyone know

[jQuery] Re: Centering Superfish menu?

2008-01-18 Thread vidrinmr
Thanks for the rapid reply, Joel. I'm sorry, I did finally get it solved, but hadn't had a chance to get back to this discussion board to say that. (Classes just started here at Wake Forest University, so there was a sudden spike in my workload this week.) It actually turned out to be a fairly

[jQuery] Re: Help with draggable / droppable

2008-01-18 Thread Peter Bengtsson
How did you set up your droppable? A simple mistake to make is to not realise that the 'accept' parameter has to be a CSS selector. E.g. $('#myexhibitionsouter').droppable( { accept: '.draggable', activeClass: 'dropactive', hoverClass:

[jQuery] Help with draggable / droppable

2008-01-18 Thread Kevin Thorpe
I'm wondering if anyone would be kind enough to help me with draggable and droppable. I'm relatively inexperienced in jquery and css. What I want to do is show a list of draggable blocks (referring to the column headings in a CSV file) and to be able to sort them into a set of boxes (fields

[jQuery] Re: What is $.data?

2008-01-18 Thread John Resig
More information can be found here: http://docs.jquery.com/Internals/jQuery.data Hope this helps. --John On Jan 18, 2008 11:45 AM, Adam Walters [EMAIL PROTECTED] wrote: Hello, I'm looking through and tracking the code for a jQuery autocomplete plugin (found here:

[jQuery] Using setTimeout with a callback (callback appends function content)

2008-01-18 Thread WolfZombie
I'm trying to create a simple image slideshow that is timed based on when the image is loaded. I'm having a problem when using callback functions and setTimeout. The callback function seems to append each time the function is called. I was wondering how to resolve this problem Order of events:

[jQuery] Click event calls twices

2008-01-18 Thread fshuja
hi, i am a newbie to jQuery development. i have .click method on a class. but it calls twice. i have also used return false; and e.stopPropagation(); both are not working. i have properly check the whole document and there is only one occurance of the class. i have used the same code on simple

[jQuery] Re: jQuery for Designers

2008-01-18 Thread McLars
I like the concept. There are other beginner resources, but approaching jQuery from a designer's perspective is a great idea. We need to get more designers onboard. jQuery rocks for the nuts and bolts sort of programming but, unfortunately, it's still catching up on the UI stuff. You do have a

[jQuery] Re: Using setTimeout with a callback (callback appends function content)

2008-01-18 Thread WolfZombie
I'm not sure if my last reply went through. Here is a link to the file: http://www.cheesymovienight.com/test/slideshow/slide.php Clicking on the Play button at the bottom will start the slideshow. An alert Play is shown when the play function is called. An alert Set is shown when the callback

[jQuery] Re: Click event calls twices

2008-01-18 Thread pedalpete
I've seen this issue a few times myself. Normally this happens to me because of the way I am calling the event, and loading it in multiple times. It would be REALLY helpful if you would post your code here. So we can take a look and let you know what might be triggering the multiple clicks.

[jQuery] jQuery ninja wanted for short term contract

2008-01-18 Thread cbrumelle
Hope this is an OK place to post this message... We're a new startup building an exciting web application that will change people's relationship with their city, their friends and the way they see them both. We are currently looking for a jQuery master for immediate short term contract work

[jQuery] Design question.

2008-01-18 Thread Shawn
I have a case that is going to prove to be processor intensive, so am looking for suggestions on how to make the code as responsive as possible. In addition, I'm a little stumped on how to resolve a problem with my IDs. I have a page that will list hundreds of people (I'm ignoring paging for

[jQuery] Re: Is it possible to make a simple fading color rollover effect for text links?

2008-01-18 Thread quirksmode
Hi, thats brilliant! much better than the effort i came up with haha, thanks so much:-)

[jQuery] Re: Adding a table row and a form with jquery?

2008-01-18 Thread dougXN
Okay, I will take a look, but I am some what determined. So I can do this to replace my first thing: $('#groups').append( 'trtd class=groupselectLoading.../td' + 'td class=roleselectLoading.../td' + 'td class=requestbuttoninput

[jQuery] Re: jQuery for Designers

2008-01-18 Thread Gautam Lad
Very cool. I ended up checking out your blog site as well. A suggestion: Wherever you display code in your articles, it appears to be only a few lines of scrollable text (iframe?). I want to check out the rest of your site but its hard to look at code this way :( Looking

[jQuery] Re: onClick submit using jQuery Form Plugin

2008-01-18 Thread Geoff Millikan
The answer is here: http://groups.google.com/group/jquery-en/browse_thread/thread/e66ec974ed2c57e3/dae2b489f7aa986d

[jQuery] Re: $.post related question

2008-01-18 Thread Jack Killpatrick
You might find this useful for serializing your data and working with the dynamically created forms: http://www.malsup.com/jquery/form/#fields - Jack fluffless wrote: Hello! I'm new to jquery (and actually, js); I'm using it to cover some customer's needs and I'm finding it pretty much

[jQuery] Re: Using setTimeout with a callback (callback appends function content)

2008-01-18 Thread WolfZombie
Here is a link. I have changed the code around a bit since I first posted, but mainly to remove the global $( declarations. http://www.cheesymovienight.com/test/slideshow/slide.php Clicking the play button at the bottom will start the slideshow and fire the alert messages that I was talking

[jQuery] Re: Help with draggable / droppable

2008-01-18 Thread Kevin Thorpe
Thanks for your comments. I've just cracked it (I think). I was getting the drop event ok but couldn't work out how to move the dragged div. It was just sitting where I'd dropped it. The secret is to use a cloned helper with $('.drag').draggable({helper: 'clone'}); and then move the original

[jQuery] Re: Jsquery homesite changed?

2008-01-18 Thread Karl Swedberg
Not sure what jsquery.org is. Are you looking for jquery.com? --Karl _ Karl Swedberg www.englishrules.com www.learningjquery.com On Jan 18, 2008, at 4:03 AM, Johny wrote: I fail to open http://www.jsquery.org/. Is there a new home site? Thanks L.

[jQuery] How do I use a general error message with the Validation plugin?

2008-01-18 Thread Nazgulled
Hi, I'm using the Validation plugin (http://bassistance.de/jquery-plugins/ jquery-plugin-validation/) but I'm having a little problem that's making me crazy. I've searched a lot and I've read the documentation over and over but I don't know how to do this. I've setup the plugin correctly with my

[jQuery] Using getJSON...not successful

2008-01-18 Thread gms
Hello, I am new to JQuery. I'm trying to get a JSON response back from my django view. However, I guess my data never gets loaded successfully. Does anybody know what I'm doing wrong? script $(document).ready(function(){ $(#first).click(function(){ $.getJSON(/mysite/myajax,

[jQuery] Re: superfish animation issues

2008-01-18 Thread brian jacobs
no prob.. you've made a great menu... thank YOU sir On Jan 17, 6:03 pm, Joel Birch [EMAIL PROTECTED] wrote: Hi Brian, Thanks so much for pointing that out. The horizontal menus were indeed not working and throwing an error. I have fixed it now. Please let me know if you still experience any

[jQuery] $.post related question

2008-01-18 Thread fluffless
Hello! I'm new to jquery (and actually, js); I'm using it to cover some customer's needs and I'm finding it pretty much straightforward however I have a problem that I can solve by looking at docs.jquery or at other tutorial/examples. I'm basically using jquery to $.post stuff to a .php script.

[jQuery] Help with jQuery, liveQuery and/or GoogleMapsApi needed?!

2008-01-18 Thread marcus
Hi all. Meanwhile I can do everything with jQuery I want to do, but one thing I just can't get working and it would be awesome if someone could give me a close to solution like hint, because I tried a lot now. The google maps api has those info windows that open when you click a button. Looks

[jQuery] Re: Using getJSON...not successful

2008-01-18 Thread J Moore
to isolate the problem, make your script dump out something like: {a: hello} are you sure it's not a 404? is jquery being found? It could be lots of things... if you haven't already, install firebug (and use firefox). It will save you a lot of frustration. On Jan 18, 6:13 pm, gms [EMAIL

[jQuery] Re: Example of show callback for UI.Tabs?

2008-01-18 Thread MorningZ
Yeah, sometimes it's so much simplier than one makes it out to be :-) Simply starting a wrapping div as display: none and then using the .show() jQuery method on the line after the .tabs() call did the trick :-) If there's one thing i am really good at is over-complicating things, heh heh

[jQuery] Animation improvements

2008-01-18 Thread KidsKilla
Hello everyone! How can i stop an animation of 1 css rule without touching everything other? For example: $('div').animate({width:'+=300'}, 'slow'); $('div').animate({opacity:'hide'}, 'slow'); $('button').click(function(){ $('div').stop('width').animate({width:'-=300'}, 'slow'); }); And

[jQuery] Re: Submit a form via function call

2008-01-18 Thread Gautam Lad
Trust me I've tried everything. ${#myform).submit() And $(#myform)[0].submit(); I ended up putting a hidden type=submit button on page and triggering a click on it. -- Gautam Lad -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Mike

[jQuery] What is $.data?

2008-01-18 Thread Adam Walters
Hello, I'm looking through and tracking the code for a jQuery autocomplete plugin (found here: http://reinh.com/2008/1/7/new-jquery-autocomplete-plugin ) I'm trying to get my JSON data to appear properly, and getting close, however, i keep coming across $.data...for example:

[jQuery] Re: Jquery, Jsonp and UTF8

2008-01-18 Thread Mathieu
Sorry guys i found the problem. I had two jQuery includes : 1.2.2 and 1.1.3 inside the page :s Removing the 1.1.3 include solved the problem (i guess this is the explanation of the different behaviours i had between FF and IE).

[jQuery] jQuery for Designers

2008-01-18 Thread Remy Sharp
Hi all, I recently started a new project called jQuery for Designers (http:// jqueryfordesigners.com) aimed, obviously at designers, but also subtly at jQuery beginners. It's a fortnightly tutorial aimed at different areas of web niftyness that can be done using jQuery. I guess the irony is

[jQuery] Re: Using setTimeout with a callback (callback appends function content)

2008-01-18 Thread Remy Sharp
Have you got a working link you can point us to? It's a little easier to debug when you've got working demo. Cheers.

[jQuery] Re: Design question.

2008-01-18 Thread J Moore
A simple work around is to append a character to the id to keep them unique. But also, store the ID in the parent TR. e.g. tr id=u4 td class=empBob Smith/td tddiv class=1-Jan-2008link 1/div/td /tr Then you can get the id with $('div.1-Jan-2008').click(function() { var id =

[jQuery] REMOVE

2008-01-18 Thread Sam Newnam
REMOVE

[jQuery] Re: [Off-Topic] Reverse IP Lookup

2008-01-18 Thread Bil Corry
Glen Lipka wrote on 1/17/2008 8:12 PM: I need to find a commercial company that provides a Reverse IP Lookup as a web service. So I would pass: 63.82.2.35 and it would spit back ideally: Marketo, Address, City, State, Zip etc. While an IP can give you a clue as to where the user is located,

[jQuery] Re: jQuery for Designers

2008-01-18 Thread Smith, Allex
I like the idea. I think you are hitting a focus group that once exposed to jQuery would really take to it. Those peers that I have exposed jQuery to, especially those that know and understand CSS Selectors, get excited about it. Also, to me, I prefer simplistic clean layout for a blog,

[jQuery] How to make a dropdown with checkbox inside ?

2008-01-18 Thread Perrine
Hi there, I would like to use this sort of dropdown : http://artdstract.home.pl/mav/ms/ (but with jquery). Anyone knows if a plugin exists to do that ? Couldn't find it in plugins section ! Thank you :)