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
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
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
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
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
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 <[
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
Find Your Programming Job Vacancy and resources here -->
http://www.jobbankdata.com/job-programming.htm
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
28 matches
Mail list logo