[jQuery] Re: Autocomplete plugin rare behaviour

2009-01-16 Thread Abba
I am having similar problems that the data is not populated all the times even though the server request is executed. Did you get an answer tor figure out the issue? I am using IE 7 Abba On Dec 31 2008, 2:14 am, R0bb13 wrote: > Hi > > I'm using theautocompleteplugin to edit

[jQuery] Autocomplete Jörn Zaefferer

2009-01-16 Thread Abba
. Any one has seen similar problems? Abba

[jQuery] Re: How to queue up ajax requests?

2008-07-18 Thread Abba . Bryant
or, blockUI the interface on each click and load once per click. This will mean the user has to space their clicks out because they CANT click more times. On Jul 17, 7:39 am, wick <[EMAIL PROTECTED]> wrote: > partner[etc], > > > Currently, when the pan ends, an onEnd event is fired, which then >

[jQuery] Re: Calling PHP Functions from jQuery?

2008-07-15 Thread Abba . Bryant
My recommendation would be to use a serverside framework. I find CakePHP allows me to simplify ajax development greatly. On Jul 14, 10:44 pm, Mario Wolff <[EMAIL PROTECTED]> wrote: > On 14 Jul., 16:11, Yavuz Bogazci <[EMAIL PROTECTED]> wrote: > > > is it possible to call php functions from jquery

[jQuery] Superfish Question

2008-07-11 Thread abba bryant
I was just wondering if there was any sort of workaround for the tiny 1px twitch that happens on the submenu items once the animation is complete. Thanks -- View this message in context: http://www.nabble.com/Superfish-Question-tp18409078s27240p18409078.html Sent from the jQuery General Discus

[jQuery] Re: completely resetForm

2008-07-09 Thread Abba . Bryant
try using the validation plugins resetForm method? I don't know for sure if it will work but looking at the source Jorn linked it seems likely. On Jul 9, 6:33 am, caseyw <[EMAIL PROTECTED]> wrote: > Hi Jörn, thank you for responding. > > I've tried adding the validator.submitted = {}; and it doe

[jQuery] Re: HTML Parsing issue

2008-07-09 Thread Abba . Bryant
I notice your request has a closing tag after a self-closing tag. ... shouldn't close itself and also have a closing tag. That would and should invalidate your soap request if I am correct without jquery interfering. try making the original request valid xml and check it again. IE.. ... notice

[jQuery] Re: Issue using a long array in jquery autocomplete

2008-07-02 Thread Abba . Bryant
Check that there isn't a comma at the end of the last item in your array. I had the same problem with autocomplete and it turned out that I had a comma at the end of the last item due to an oversimplified loop serverside to output the array. IE [ 'item', 'item', 'item', ] will break in IE but no

[jQuery] Re: Safari 2.0.4 not passing the jQuery test

2008-06-22 Thread Abba . Bryant
I believe you misinterpreted the statement by John. The *entire* test suite passes in Safari. To overcome the memory issues they need to break the test suite into multiple smaller sets of tests and run those. If the entire suite is run it causes Safari to crash due to the applications memory manag

[jQuery] Re: BlockUI: Strange flickering behavior.

2008-05-22 Thread Abba . Bryant
FF on the mac when I click your thumbnail the browser simply takes me to the image. There is no blockUI action going on at all when I click the thumb. Abba On May 22, 8:58 am, "Chris Jordan" <[EMAIL PROTECTED]> wrote: > Thanks Abba. I'm using it because it's conveni

[jQuery] Re: BlockUI: Strange flickering behavior.

2008-05-21 Thread Abba . Bryant
rules ( you could even create a single style object for the div and simply reuse it ) I hope I was clear, since I am at work I don't have the time to write any enlightening code for you. Is there some particular reason I might be missing that would make you want to use the blockUI plugin? Abb

[jQuery] Re: fadeTo refiering/flickering when hovering div's element

2007-12-19 Thread abba bryant
I read this thread and then closed the tab and instantly realized that I needed to say something. I have been a long time reader - not so often contributor to the list here and I consistently and often read responses like this thread from various other contributors. Thank you guys so much for jq

[jQuery] Re: How do you do Client/Server interaction? (CakePHP/JSON/jQuery)

2007-11-02 Thread abba bryant
You can do all of this with requestHandler component ( to check if an action is 'requested' by another view or element, router::parseExtensions ( to manage automatic template switching for requests mapped with a ".js" file extension ); view::requestAction ( to actually request the json ) and the

[jQuery] Re: Advanced Problem - Any takers?

2007-11-02 Thread abba bryant
Can you post the html you are trying to append? It sounds like you might have found a bug but seeing as how I can append fine with the simple samples given there might be some sort of problem in your appended markup that is triggering it. ja-6 wrote: > > > Karl, > > Thanks for the help, but

[jQuery] Re: TreeView with "Checkbox Tree"

2007-07-24 Thread abba bryant
There is more to it than just a checkbox. The checking / unchecking behaviors clears or checks the child boxes. MARIO MOURA wrote: > > Other good example > > http://www.scbr.com/docs/products/dhtmlxTree/ > > Regards > > > > 2007/6/26, Jörn Zaefferer <[EMAIL PROTECTED]>: >> >> >> Mario Mou

[jQuery] Re: site is having problems ( late thu / early fri july 6th )

2007-07-06 Thread abba bryant
It seems to be fine right now but the errors I was seeing were all related to mysql being offline. The wordpress error was the mysql database unavailable. Rey Bango-2 wrote: > > > Hi Abba, > > Part of the problem has been that when we announced jQuery v1.1.3, we > got a t

[jQuery] site is having problems ( late thu / early fri july 6th )

2007-07-06 Thread abba bryant
he project?!! I can't stay up all night waiting for it to come back online so I guess I will have to stop being an insomniac fanboy and wait until tomorrow ( or whenever the team fixes the issue ) I have also noticed a LOT of downtime on the blog lately. Abba Bryant -- View this message in

[jQuery] Re: Date picker question

2007-06-06 Thread abba bryant
I am retarded. I found it. I was for some reason looking at the first datepicker by kelvinluck. I see now that version two has the example I wanted. abba bryant wrote: > > Not long ago there was a link from one of these threads that had a > datepicker plugin with an example using cal

[jQuery] Date picker question

2007-06-06 Thread abba bryant
Not long ago there was a link from one of these threads that had a datepicker plugin with an example using callbacks to modify a group of month / day / year select fields. Does anyone remember the link to this example or even which plugin it was? I have looked over kelvinluck's plugin and I can

[jQuery] Re: jquery.us

2007-05-18 Thread abba bryant
done = done++; george.gsgd wrote: > > > Has anyone seen this: > > http://jquery[dot]us (not linked so as not to aid their efforts) > > Obviously someone trying to cash in with google ads and spammy keyword > stuffing. But I got a hit in my referers so they must be doing > something right (e

[jQuery] Re: jEditable/CSS question

2007-04-19 Thread abba bryant
tried display:block; ? also if the plugin is inserting a container div, check that elements styles as well. It might be a fixed width. I don't use the plugin so I can't be more help. Josh Nathanson-2 wrote: > > > Hey all, > > I'm working with jEditable which changes text to an input field w

[jQuery] Re: jquery modal form not loading - help!

2007-04-16 Thread abba bryant
I get the spinner and no form in firefox 1.5 According to firebug the get request is made and the returned page looks like it should work. Tetsuo-3 wrote: > > > Hi Rob > > Thanks for your help. I've looked at my scripts and can't see that it > is requesting anything from domain, so I don't