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

[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? My

[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

[jQuery] Re: HTML Parsing issue

2008-07-09 Thread Abba . Bryant
I notice your request has a closing tag after a self-closing tag. ... ns1:arg0 href=#id0//ns1:echoInteger 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

[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 doesn't

[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

[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

[jQuery] Re: BlockUI: Strange flickering behavior.

2008-05-21 Thread Abba . Bryant
I have to point out that the blockUI plugin is overkill if all you want to do is fade the image and display a caption over it. If you gave each thumbnail a javascript created div inside the link and set to a 0 opacity with a white bg and then simply increased the opacity on hover-over, and

[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

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

[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: 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 Moura wrote: Yes,

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

2007-07-06 Thread abba bryant
?!! 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 context: http

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

2007-07-06 Thread abba bryant
have had no issues getting to the site and navigating around so when you see an error, could you please jot it down and submit it? Thanks, Rey abba bryant wrote: I can bring up the homepage finally ( was down earlier as well ) but the docs / plugins / blog / dev site are all

[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

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

[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 (even

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

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