[jQuery] Autocomplete --- Flickering Problem

2009-07-16 Thread AJ
Whenever I try to type something into the textbox with Autocomplete activated it gives me a flickering effect in IE and Firefox. Please help me solve this problem.

[jQuery] position of element

2008-11-13 Thread Espen AJ
I'm trying to get the position of all div-elements with a given class ("point") with this code: $(".point").each( function() { var pos = this.position(); alert(pos.left) } ) This is the error I get on the "var pos..." line: Microsoft JScript runtim

[jQuery] Re: How To Create Array(s) in jQuery?

2008-10-20 Thread aj is in
> What makes you say that?  An array is an array is an array.  jQuery > doesn't change how they work or how you create them. Yep. An array is an Array. But in my case while working with jQuery the array data is not executing properly and the same is working fine in typical javascript. :|

[jQuery] How To Create Array(s) in jQuery?

2008-10-20 Thread aj is in
It seems that the default format for creating Arrays in JavaScript is not compatible with jQuery. Please post the proper method to create Array(s) in jQuery. enjoy :)

[jQuery] Re: serialize() doesn't collect value

2007-10-10 Thread aj
no way to achieve the old behavior from jQuery 1.4.1? With this version it was possible to serialize all inputs, including submit. Greets aj

[jQuery] Re: serialize() doesn't collect value

2007-10-10 Thread aj
an't get values of submit buttons? > > The same goes for . > > Is this the way it should be??? > > I always test against those elements to see if the form is submitted. Same here, is there any workaround to get submits serialised? Greets aj

[jQuery] Re: My first tutorial: jQuery Rollovers

2007-09-28 Thread AJ
On Sep 28, 8:27 am, "george.gsgd" <[EMAIL PROTECTED]> wrote: > Surely this should be done with CSS. Javascript is great, but making > your navigation rely on it is not. Also, it would be better semantics > to mark up your menu as a list. I posted this in response to a similar concern posted to th

[jQuery] Re: My first tutorial: jQuery Rollovers

2007-09-28 Thread AJ
Thanks for the comments! AJ

[jQuery] Re: My first tutorial: jQuery Rollovers

2007-09-28 Thread AJ
with images. Even using a CMS, top-level sections aren't likely to change much. AJ

[jQuery] Re: My first tutorial: jQuery Rollovers

2007-09-28 Thread AJ
> I think the tutorial itself, however, was clear and easy to follow. Well > written! :) Thanks! I definitely gained an appreciation (even more so) for other tutorial writers. Just this little tip took forever to put together. But still fun, and I hope to get better at it as I do more. AJ

[jQuery] My first tutorial: jQuery Rollovers

2007-09-27 Thread AJ
ld be much appreciated! AJ

[jQuery] document.ready fires too late in IE

2007-08-27 Thread aj
behavior in IE? Best regards aj

[jQuery] Re: Function Outside Bound Event

2007-08-16 Thread AJ
Called the javascript function from Flash, and that seems to be the best fix. Thanks!

[jQuery] Re: Function Outside Bound Event

2007-08-16 Thread AJ
That may actually be the better solution in the long run. Will try that.

[jQuery] Re: Function Outside Bound Event

2007-08-16 Thread AJ
Okay, here is the fix: var t = setTimeout( function(){ $('#theatre').click(); }, 500); Apparently, flash just wasn't loaded in time. Which is weird, because you can click the image immediately and it's fine. I guess 500ms makes all the difference :)

[jQuery] Re: Function Outside Bound Event

2007-08-16 Thread AJ
On Aug 16, 9:51 am, "Erik Beeson" <[EMAIL PROTECTED]> wrote: > What doesn't work about it? Is the venueSwap function getting called? Is the > showMe function getting called? Are there any JavaScript errors in firebug? > Are you calling venueSwap(randomVenue) from within a $(document).ready() > c

[jQuery] Function Outside Bound Event

2007-08-16 Thread AJ
Hopefully my explanation of this problem will make sense, but here goes. I am using some jQuery to create a function that passes data to a Flash movie (via ExternalInterface). I have bound a click event to three images, so that when clicked, a parameter is sent to a function within the Flash movi

[jQuery] Re: Ajax call -> lost event handlers

2007-06-21 Thread AJ
> Bind the change event again in the Ajax callback, like this: Klaus, I ended up using a modified version of your suggestion and it worked great. Thanks! AJ

[jQuery] Re: Ajax call -> lost event handlers

2007-06-21 Thread AJ
t now, so I'll go ahead and try it with 1.1.3 and see how it goes. Will post any findings here later tonight. AJ

[jQuery] Re: Ajax call -> lost event handlers

2007-06-21 Thread AJ
By coincidence, I was about to post a very similar issue today. It seems that any time I include content via ajax, and that content also needs to use jQuery functions from the containing page, the content included via ajax seems to "lose" the functions. I've tried and tried to find fixes for this

[jQuery] Re: Need help with a jQuery Conflict

2007-06-20 Thread AJ
o use 'a' for the click event, it bombed because of the tracking code. Adding the click event to the 'li' got around this. Not exactly the fix I was looking for, but it worked just the same. Thanks for the responses. AJ

[jQuery] Re: Need help with a jQuery Conflict

2007-06-20 Thread AJ
> just a quick thought, have tried to include the IndexTool via the > dynamically adding of a script-tag to your page? something like this: No dice. The conflict remains. Thanks for the suggestion, though.

[jQuery] Re: Need help with a jQuery Conflict

2007-06-20 Thread AJ
For what it's worth, here is the script that needs loaded: http://stats.indexstats.com/ittc3/10001388955232/stats.indexstats.com/tracking.js

[jQuery] Need help with a jQuery Conflict

2007-06-20 Thread AJ
at the very end of the page, so are there any ways to "unload" jQuery before IndexTools is invoked? 3) Also, has anyone had (or heard of) any problems like this with tracking tools, specifically with services like Google Analytics? Thanks! AJ

[jQuery] Re: CNN and Apple Choose Prototype. Why?

2007-06-14 Thread AJ
On Jun 14, 4:09 pm, Rey Bango <[EMAIL PROTECTED]> wrote: > Great to hear AJ. Who was the company so we can add it to the list? Unfortunately this was done as a subcontractor and our NDA precludes us from disclosing the client publicly. However, we're so happy with the w

[jQuery] Re: CNN and Apple Choose Prototype. Why?

2007-06-14 Thread AJ
> Prototype is nice and fluffy, for 'designers' who use macs, and > dreamweaver and sit around all day in design meetings coming up with > 'great design ideas', drinking skinny lattes > > JQuery is hardcore, for geeks who use linux and Eclipse, who come up > with actual useful sites, rather than j

[jQuery] CNN and Apple Choose Prototype. Why?

2007-06-14 Thread AJ
Two stories today from Ajaxian (Ajaxian.com) caught my eye and made me curious: CNN Beta Site: http://ajaxian.com/archives/cnn-beta-site Apple Revamps Its Website http://ajaxian.com/archives/apple-revamps-its-website In both cases, Apple and CNN have gone with Prototype and Scriptaculous. I sho

[jQuery] Re: Form Plugin Won't Work in IE

2007-04-13 Thread AJ
Okay, so after about four hours of testing, I finally discovered the fix. Good news it has zero to do with jQuery. It actually was caused by CakePHP. The actual JSON values were being created in a Cake view which was outputting it for the Ajax callback. What I did not realize, that if Cake is in

[jQuery] Re: Form Plugin Won't Work in IE

2007-04-13 Thread AJ
> If the above doesn't help, then there may be an error in your callback > function. > It's very annoying but jQuery supresses all error messages within its > Ajax implementation. I stopped this error trapping so if something > goes wrong I have something to go on and find a way to fix the > prob

[jQuery] Re: Form Plugin Won't Work in IE

2007-04-13 Thread AJ
On Apr 12, 6:11 pm, "Diego A." <[EMAIL PROTECTED]> wrote: > What you've said should work. > Do you have an URL I can look at? Unfortunately, no, as this is a private extranet. One potential gotcha is that there is some other jquery on this page, in addition to the form stuff. Maybe my next step

[jQuery] Form Plugin Won't Work in IE

2007-04-12 Thread AJ
I've recently started using the form.js plugin (http://www.malsup.com/ jquery/form/) and I like it a lot. Except, I can't seem to get it working right in IE (6 or 7). Here is my code: /* CODE --- function postloading() { // beforesubmit code goes here

[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] 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