[jQuery] jQuery $.post() over subdomains (created using mod_rewrite) NOT WORKING!

2009-12-10 Thread Pj
Hi there, I've configured mod_rewrite rules to have pseudo sub domains for pages. I discovered that when i try to send a $.post() request to an absolute path, the function() which needs to be executed after a successful $.post, doesn't execute. In my code, it stays at "Please wait... " stage. Aft

[jQuery] connect a MySQL database to jQuery Autocomplete plugin by bassistance.de

2009-02-15 Thread Pj
Hello there, Can anyone please advise me on how to connect a mysql database with the jQuery Autocomplete plugin by bassistance.de ?I do not wish to have a js/php file with pre-defined tags. Thanks in advance.

[jQuery] asp.net server control events in jquery

2008-10-31 Thread pj
Do asp.net server side control events like asp button click fire in jquery? Please reply asap

[jQuery] Re: slideup/slidedown flicker

2008-01-08 Thread PJ
Hi Anyone have a ny views on this issue? Posted it on a Friday so it probably got overlooked at the weekend. Thanks PJ On Jan 4, 3:35 pm, PJ <[EMAIL PROTECTED]> wrote: > I have seen this issue raised before but I haven't seen an answer to > the issue yet for v1.2.1. If the

[jQuery] slideup/slidedown flicker

2008-01-05 Thread PJ
Heading Another Heading . If anyone has any ideas I would be very greatful. Thanks PJ

[jQuery] Re: cluetip: opening tips from non cluetip elements

2007-11-28 Thread PJ
#x27;).trigger(click); command does not close the open tip. PJ On Nov 28, 2:05 pm, Karl Swedberg <[EMAIL PROTECTED]> wrote: > Hi PJ, > > Maybe you can give this a try? [using pseudo-code] ... > > Bind your cluetips to elements as usual: > $('someelements&#x

[jQuery] Re: cluetip: opening tips from non cluetip elements

2007-11-28 Thread PJ
ed horizontally adjacent to the input field) when I needed to display the message - but the validation happens after the users has tabbed away to the next field - so positionBy: mouse would no longer work and I would have to reference the exact span I want to display. Gr. PJ On Nov 27, 3:59

[jQuery] cluetip: opening tips from non cluetip elements

2007-11-27 Thread PJ
t specifying the originating element (help1, help2, help3, .). I have had a look at your code but I've not been playing with it long enough to come up with a sensible line of attack. Any help or ideas would (again) be greatly appreciated. Cheers PJ

[jQuery] Re: clueTip: opening one tip closes another tip

2007-11-27 Thread PJ
ink and loads the content (external HTML in this case) in the browser. I did start to have a play to fix this but I have been distracted with validation issues for the last day. When I get back to it I will let you know. If anyone beats me to the punch please let me know. Cheers PJ On Nov 26,

[jQuery] Re: clueTip: opening one tip closes another tip

2007-11-26 Thread PJ
for when users tab through form fields and I'll be there. Thanks again. PJ On Nov 23, 6:30 pm, Karl Swedberg <[EMAIL PROTECTED]> wrote: > On Nov 23, 2007, at 4:43 AM, PJ wrote: > > > Phew. I thought it was just me being stupid!! > > Nope. that was me being st

[jQuery] Re: clueTip: opening one tip closes another tip

2007-11-23 Thread PJ
Great work by the way and thanks for the quick response. PJ On Nov 23, 2:23 am, Karl Swedberg <[EMAIL PROTECTED]> wrote: > On Nov 22, 2007, at 8:24 AM, PJ wrote: > > > > > > > > > Hello > > > I'm pretty sure I am missing atrick here - but jus

[jQuery] clueTip: opening one tip closes another tip

2007-11-22 Thread PJ
I have to close "tip A" before I open another tip ("tip B") - clicking on the "tip B" launcher when "tip A" is open does nothing. I would like it so that, if I have "tip A" open already, then when i click to open "tip B" "tip A" closes itself. I hope that makes sense? Can clueTip cope with this or do I need to do something extra myself? Many Thanks PJ