[jQuery] jQuery n00b

2007-04-08 Thread QuackFuzed
Hello, After reading lots about jQuery on a number of CF blogs/lists, I've finally got a project that I think warrants me jumping into it. I've only started going through the docs, etc a few hours ago, so I'm sure I'm overlooking something somewhere, but I have seen so many people brag about the

[jQuery] Re: dimensions offset() and centered BODY tag

2007-04-08 Thread Brandon Aaron
Could you send me an example of the source code? I'm in the process of updating the offset method to work with the body tag and would like to create a unit test out of it. And actually dealing with the body tag and getting its offset can be a pain. Especially if you use position instead of just

[jQuery] Re: Anyone Good At Math?

2007-04-08 Thread AJ
On Apr 8, 1:52 pm, "Dylan Verheul" <[EMAIL PROTECTED]> wrote: > Your image is 800 by 600. The marker is at 200 (25%), 300 (50%). > You resize to 640 by 480. The marker should be at 160 (25%), 240 (50%). Thanks! That certainly clarified things. Although I've still spent hours trying to work it ou

[jQuery] Re: Autocomplete plugin

2007-04-08 Thread Richard Thomas
You can take a loot at mine ;) http://projects.cyberlot.net/trac/jqpie/wiki/ExampleAuto On 4/8/07, Jörn Zaefferer <[EMAIL PROTECTED]> wrote: Hi folks, especially Dan and Dylan, I'm in the process of evaluating jQuery's autocomplete plugins. Dan's port of Dylan's version provides most of the

[jQuery] Re: How best to achieve this slideout effect?

2007-04-08 Thread Glen Lipka
On 4/8/07, Jeroen Coumans <[EMAIL PROTECTED]> wrote: Hi, I have a large area at the top of a page which slides out with a toggle. The toggle is at the top of the page, and the area slides out at the top, pushing the toggle down. In order to close it, you have to scroll down, after which the ar

[jQuery] Re: plugin issues

2007-04-08 Thread Diego A.
I haven't checked your code but this may well be an issue with the metadata plugin if you're working with XML data. I've posted details on my blog: http://fyneworks.blogspot.com/2007/04/fix-for-jquery-bug-in-ie-working-with.html Let me know if it helps... On Apr 8, 10:48 pm, Ariel Jakobovits <[

[jQuery] plugin issues

2007-04-08 Thread Ariel Jakobovits
I am working with jdMenu. It works great on FF, throws an "invalid argument" in IE. The example on the site (http://jdsharp.us/code/jQuery/plugins/jdMenu/) does not throw the error. So I figure it's an issue with the mix of libraries I am using. I would like to use the files packaged in the j

[jQuery] How best to achieve this slideout effect?

2007-04-08 Thread Jeroen Coumans
Hi, I have a large area at the top of a page which slides out with a toggle. The toggle is at the top of the page, and the area slides out at the top, pushing the toggle down. In order to close it, you have to scroll down, after which the area slides back up. But then, your position on the page i

[jQuery] dimensions offset() and centered BODY tag

2007-04-08 Thread PragueExpat
The body of my page is centered. It is 800px in width. I have a div that I need to be absolutely positioned over the body, so I am trying to get the left position of the (centered) body tag using the dimensions.js offset method. In IE I get the correct left position, but in FF I get 0. When I a

[jQuery] Re: Anyone Good At Math?

2007-04-08 Thread Dylan Verheul
On 4/8/07, AJ <[EMAIL PROTECTED]> wrote: At first my logic was: If the large image scales down 10%, why can't I just reduce my x and y coordinates (or rather the 'top' and 'left' css attributes) on the marker 10%? Doesn't seem to work. Maybe that theory is correct and my math is just wrong. (BT

[jQuery] Re: Autocomplete plugin

2007-04-08 Thread Dylan Verheul
On 4/8/07, Jörn Zaefferer <[EMAIL PROTECTED]> wrote: Ah, cool. Is there a link to that file on your page anywhere? Since this morning, yes. On http://www.dyve.net/jquery/?autocomplete > I've always said to consider the code free as in both beer and speech, > my ego would like to see my name

[jQuery] Re: Autocomplete plugin

2007-04-08 Thread Dylan Verheul
Oops, little too fast. You want the reverse of this ,showing more data and then showing less in the select box. I guess you can do this, but you might need to cheat by writing to the input field from your onItemSelect code. On 4/8/07, Dylan Verheul <[EMAIL PROTECTED]> wrote: On 4/8/07, Shelane

[jQuery] Re: Autocomplete plugin

2007-04-08 Thread Dylan Verheul
On 4/8/07, Shelane Enos <[EMAIL PROTECTED]> wrote: Ability to show a subset of returned data (within each "record") and hide the rest. On select, pick the data apart to put in different hidden fields. 8< example snipped >8 You can already do that. Check the documentation for the onItemSelec

[jQuery] Re: jquery vs. ext (tonight)

2007-04-08 Thread Yehuda Katz
Hey, Can you contact me off-list. It seems like you're working on something along the lines of something I'm also working on. Perhaps we can discuss our common findings? -- Yehuda On 4/8/07, Ariel Jakobovits <[EMAIL PROTECTED]> wrote: I just want to express that tonight I gave extjs a seriou

[jQuery] Re: Autocomplete plugin

2007-04-08 Thread Shelane Enos
Thanks :-) On 4/8/07 8:44 AM, "Jörn Zaefferer" <[EMAIL PROTECTED]> wrote: > > Shelane Enos schrieb: >> Ability to show a subset of returned data (within each "record") and hide >> the rest. On select, pick the data apart to put in different hidden fields. >> >> So if each record of my data c

[jQuery] Re: Autocomplete plugin

2007-04-08 Thread Jörn Zaefferer
Shelane Enos schrieb: Ability to show a subset of returned data (within each "record") and hide the rest. On select, pick the data apart to put in different hidden fields. So if each record of my data contains a name, address, city, state, zip, phone number. I want to show in the autocomplete

[jQuery] Re: Autocomplete plugin

2007-04-08 Thread Shelane Enos
Ability to show a subset of returned data (within each "record") and hide the rest. On select, pick the data apart to put in different hidden fields. So if each record of my data contains a name, address, city, state, zip, phone number. I want to show in the autocomplete results only the name a

[jQuery] Re: Autocomplete plugin

2007-04-08 Thread Jörn Zaefferer
Dylan Verheul schrieb: Hi Jorn, I would very much like to see autocomplete move on, but in my current situation, I can't guarantee any effort of my own. Dan's version fixes some bugs and adds some interesting new stuff. I've got a basic set of documentation for my own initial version here: htt

[jQuery] Re: Autocomplete plugin

2007-04-08 Thread Jörn Zaefferer
Shelane schrieb: See this post for my requests: http://groups.google.com/group/jquery-en/msg/737f3042da7c152c?hl=en&; You could describe what you'd like to have? I can't understand what you need by reading the code and guessing what it does. -- Jörn Zaefferer http://bassistance.de

[jQuery] Re: Autocomplete plugin

2007-04-08 Thread Shelane
See this post for my requests: http://groups.google.com/group/jquery-en/msg/737f3042da7c152c?hl=en&; On Apr 8, 7:53 am, Jörn Zaefferer <[EMAIL PROTECTED]> wrote: > Hi folks, especially Dan and Dylan, > > I'm in the process of evaluating jQuery's autocomplete plugins. Dan's > port of Dylan's vers

[jQuery] Re: Autocomplete plugin

2007-04-08 Thread Dylan Verheul
Hi Jorn, I would very much like to see autocomplete move on, but in my current situation, I can't guarantee any effort of my own. Dan's version fixes some bugs and adds some interesting new stuff. I've got a basic set of documentation for my own initial version here: http://www.dyve.net/jquery/a

[jQuery] Autocomplete plugin

2007-04-08 Thread Jörn Zaefferer
Hi folks, especially Dan and Dylan, I'm in the process of evaluating jQuery's autocomplete plugins. Dan's port of Dylan's version provides most of the stuff I'm interested in, but lacks support for entering multiple items in one field. I found another mod for that purpose, again lacking some

[jQuery] Re: jquery validation and error div...help

2007-04-08 Thread Jörn Zaefferer
amircx schrieb: hey. is there a way to manipulate only error div of specipic field? like if i got: uaboutme222 the error div that its generates its : class="error">Please enter a value of at least 2 characters. so i want to do somthing like label #'MyForm1uaboutmeInputfield { postio

[jQuery] jquery validation and error div...help

2007-04-08 Thread amircx
hey. is there a way to manipulate only error div of specipic field? like if i got: uaboutme222 the error div that its generates its : Please enter a value of at least 2 characters. so i want to do somthing like label #'MyForm1uaboutmeInputfield { postion : left 1px... color:red } go

[jQuery] Anyone Good At Math?

2007-04-08 Thread AJ
I am building an image viewer/annotation tool using jQuery and Interface (sliders and draggables). The basic functions I've gotten working so far are: * A large image loads into a div container, with only a small masked area visible * The large image can be dragged around, much like Google Maps

[jQuery] Re: Unique parameter in Ajax

2007-04-08 Thread Diego A.
Fair enough. But it is good practice. Better to be safe than sorry... ;-) On Apr 7, 6:39 pm, Klaus Hartl <[EMAIL PROTECTED]> wrote: > Diego A. schrieb: > > > > > Hi Klaus, > > > See > >http://www.nabble.com/Unique-parameter-in-Ajax-tf3440508s15494.html#a... > > > It's just my preference. I like t

[jQuery] Looking For Programming Job?

2007-04-08 Thread Stella
Find Your Programming Job Vacancy and resources here --> http://www.jobbankdata.com/job-programming.htm

[jQuery] jquery vs. ext (tonight)

2007-04-08 Thread Ariel Jakobovits
I just want to express that tonight I gave extjs a serious attempt, struggled, switched to jQuery plugin alternatives, and succeeded very quickly. I am developing my own framework to manage the addition of modules into a larger "application", with my own objects for retrieving data by AJAX, and