Hi
It looks like the 'quirkiness' of IE is rearing its ugly little head
again, unless I'm doing something really dopey. If you view the test
doc at:
http://www.nottingham.ac.uk/~ntzfr/test/ajax/jquery/jquery_tooltip_plugin_test.html
in a proper browser such as Firefox or Opera, the Tooltip plugi
I don't know if this is said often enough as I'm a relative newbie to
jQuery, but I'd just like to say a big THANK YOU!! to all those
involved in the jQuery project - developers, documentation writers,
contributors to this group, and anyone else I've forgotten. Whilst,
for me at least, jQuery was
Thanks for the reply, Charlie. Sorry I've not got back on it until
now.
On Jun 11, 10:32 pm, Charlie wrote:
> try taking the dialog constructor out of the click functions maybe load is
> firing before the dialog call is complete
> this seems to be the norm, not trying to build it inside a click
Thanks for the reply, Charlie. Sorry I've not got back on it until
now.
On Jun 11, 10:32 pm, Charlie wrote:
> try taking the dialog constructor out of the click functions maybe load is
> firing before the dialog call is complete
> this seems to be the norm, not trying to build it inside a click
Sorry to post again, but again jQuery has me defeated completely
despite using simple code. This time I'm trying to use the excellent
UI library, and in particular dialogue windows. All I want to do is
open an external file in a dialogue, to save using standard popup
windows. I've got a test up at
not sure what it is but I think it is a security thing
> in IE. Once you put it on a server though, it should work (at least it
> did for me).
>
> On Jun 4, 1:51 pm, fredriley wrote:
>
> > On Jun 2, 6:42 pm, jsuggs wrote:
>
> > > Basic answer, yes. If you copie
On Jun 2, 6:42 pm, jsuggs wrote:
> Basic answer, yes. If you copied and pasted the example html, then
> the url parameter references "labels.xml", which would have to reside
> in the same directory as where you saved the html file. Also, don't
> forget that you also need the jquery file it refer
Thanks to you as well for the swift reply.
On Jun 4, 4:04 pm, MorningZ wrote:
> I'd suggest to understand why your dynamic objects are wired up,
> thoroughly read this article
>
> http://www.learningjquery.com/2008/03/working-with-events-part-1
Thanks, I'll read it carefully.
> understanding "
On Jun 4, 3:50 pm, waseem sabjee wrote:
> $(".mylinkclass").live("click", function() {
> alert("it Worked");
>
> }):
Thanks very much for the swift and helpful reply. I'd not come across
'live' before, but looking at the docs http://docs.jquery.com/Events/live
it's plainly what I need, and it wo
Sorry to post again to this group, but again jQuery has me stumped on
what seems like a simple task. I've a test doc up at
http://www.nottingham.ac.uk/~ntzfr/test/ajax/jquery/xml/jquery_xml3.html
and if you click on any of the static links (class="rlo_link") you'll
get an alert, meaning that the "
On Jun 2, 6:42 pm, jsuggs wrote:
> Basic answer, yes. If you copied and pasted the example html, then
> the url parameter references "labels.xml", which would have to reside
> in the same directory as where you saved the html file. Also, don't
> forget that you also need the jquery file it refer
Ok, perhaps that's a provocative subject line, but it is my basic
question. I'm testing jQuery's capacity for parsing XML files, and
have immediately hit the error:
Access to restricted URI denied" code: "1012
This came simply from replicating the example at
http://www.xml.com/pub/a/2007/10/10/j
Ah, that makes sense. Thanks, Jörn. I suppose I'd have stumbled across
that solution eventually, but I really wanted to know *why* it wasn't
working, which you've now explained.
I had a look in the plugin docs for block() but couldn't see it
mentioned. Is it an 'undocumented feature', or have I n
Hi all
I'm using the Tooltip plugin (http://bassistance.de/jquery-plugins/
jquery-plugin-tooltip/) on a test page (http://www.nottingham.ac.uk/
~ntzfr/test/ajax/jquery/jquery_formtest1.html). It works fine as it
stands. I want the user to be able to toggle tooltips on/off, and a
demo on the plugi
DOUBLE AARRGGH!! Sorry, I just realised my simple, stupid mistake -
I'd forgotten to link in the jquery.tooltip.css file in the HTML docs.
Now I have done so, the tooltips work fine. D'OH!!! :((
So there's no problem at all. Thanks again to Jörn for this and other
plugins, which are all the dog's
Sorry, please ignore this message, which I posted without a proper
subject line hence it's appending to this thread. I've reposted it in
a new thread with the subject "[tooltip] Tooltips out of position with
imagemaps".
Cheers
Fred
[Aargh! Sorry, I forgot to add a proper subject line to the message
I've just posted, so it got tagged onto another thread. Here we area
again, hopefully in a new thread.]
I've a wee problem with Jörn's excellent Tooltip plugin, to do with
image maps. This problem, I think (the example links now
I've a wee problem with Jörn's excellent Tooltip plugin, to do with
image maps. This problem, I think (the example links now 404), was
also reported by John on the Tooltip plugin page (http://
bassistance.de/jquery-plugins/jquery-plugin-tooltip/). Simply, with an
image map the tooltips appear a lo
On Jan 19, 4:28 pm, MorningZ wrote:
> If you look @ the document for ".is()"
>
> http://docs.jquery.com/Traversing/is#expr
Ah (light bulb goes off above head), now I get it. It hadn't occurred
to me to look in the "Traversing" section of the docs. You really do
have to internalise the mindset be
Hi
My first message on this board after some weeks learning, and fighting
with, jQuery. My main question is: is there any documentation on
simple comparative operators in jQuery? I'm thinking of =, <, >, <>,
that sort of thing. I'm aware that these symbols aren't used in
jquery, so that to test e
lf included).
>
> Basically the selector is just a string, so you can use the usual JS string
> methods to get what you need.
>
> -- Josh
>
> - Original Message -
> From: "fredriley" <[EMAIL PROTECTED]>
> To: "jQuery (English)"
> Sen
This has got to be a FAQ, but I can't see it in the FAQ so here goes,
and apologies if it's a stupid question but I'm a relative newbie to
jQuery:
How can I select an element whose id is stored in a constructed string
variable?
What I mean is something like the following. In a document I've got
On Jul 16, 6:54 pm, "Jörn Zaefferer" <[EMAIL PROTECTED]>
wrote:
> Or get a copy of Learning jQuery and read half an hour in the morning
> or evening.
>
> Jörn
A half hour for a techie genius, perhaps. For the rest of us
mortals, rather longer. It's a complex system is jQuery, as are so
many of t
Thanks a lot, Jörn. I did try twice to post a detailed reply to your
reply, but nothing's appeared here so it looks like it's fallen into a
cyber black hole. No bother. Incorporating your very useful help I've
managed to create a revised and working test at:
http://www.nottingham.ac.uk/~ntzfr/tes
On Jul 15, 9:36 pm, "Jörn Zaefferer" <[EMAIL PROTECTED]>
wrote:
> Check out the demo (http://jquery.bassistance.de/autocomplete/demo/),
> pick the example that comes closest to your requirement, and take a
> look at the code for that one. Firebug helps a lot there.
Thanks for the reply, Jörn, and
[apologies if this reply appears twice - my session had ended when I
hit post the first time so I wasn't sure if I'd made it as it didn't
appear on a page refresh.]
On Jul 15, 9:36 pm, "Jörn Zaefferer" <[EMAIL PROTECTED]>
wrote:
> Check out the demo (http://jquery.bassistance.de/autocomplete/demo
Hi
I'm new to jQuery and to this list. This is a question I sent to
another web developer's list yesterday, after spending many hours
trying and failing to get the Autocomplete (http://docs.jquery.com/
Plugins/Autocomplete) jQuery plugin to do what I wanted:
~
Ok, I give in - I've been s
27 matches
Mail list logo