Hi guys.
Using jQuery 1.3.2 and getting some unexpected behavior this morning.
This works, with the alert being executed when the showpalette event
is triggered.
$().bind('showpalette', function() {
alert('showing palette!');
});
$.event.trigger('showpalette');
However, this does NOT work:
Hi guys.
Trying again as not sure what happened to the previous post.
I am using jQuery 1.3.2 and getting some unexpected behavior this
morning.
This works, with the alert being executed when the showpalette event
is triggered.
$().bind('showpalette', function() {
alert('showing palette!');
Flesler
>
> On Apr 8, 4:52 pm, Paul Thiel wrote:
>
> > Hi guys.
>
> > Trying again as not sure what happened to the previous post.
>
> > I am using jQuery 1.3.2 and getting some unexpected behavior this
> > morning.
>
> > This works, with
At a glance it looks as though you are targeting the wrong element.
The parent() takes you to the DIV and the next() takes you to the next
DIV (awardnomination). Just use $(this).prev('img').trigger('click')
or similar.
On Sep 5, 9:06 am, jerpod <[EMAIL PROTECTED]> wrote:
> I've got some html th
4 matches
Mail list logo