[jQuery] Re: Possible jQuery versions conflict

2008-09-04 Thread Marcin

I am very interested in the answer to this question. Is there any
working solution to this problem (is this problem ever exists)  ?

Best regards,
  Marcin

On Jul 31 2007, 12:49 pm, Sagari <[EMAIL PROTECTED]> wrote:
> Greetings,
>
> The task: to insert a DOM-style JS code usingjQueryinto a thrid-
> party page. Example: code snippets used to generate AdSense blocks.
>
> This will require a user to include ajQuerysource (directly or
> indirectly - either the user includes it, or my code snippet does).
>
> The problem: if the page already usesjQuery, the problem looks
> inevitable when twojQuerylibraries, most probably of differentversions, are 
> loaded.
>
> What is the simplest way to loadjQueryin such a case without causing
> JS errors?
>
> Thank you.


[jQuery] Hovers that appear from top

2008-09-01 Thread Marcin

Hi all,

  I am looking for similar widget that I sow in ExtJS library. For
example here: http://www.extjs.com/deploy/dev/examples/message-box/msg-box.html
first click: "Show" button, and than confirm the box. After that on
the top of the page animated hover will appear with the text:

"Button Click
You clicked the yes button"

I am looking for the widget that is able to do this top-hover. Do you
know any solution ?

Best regards,
 Marcin


[jQuery] Re: interface draggable and resizeable

2007-08-26 Thread marcin.

I'm sorry for moving this post up but I'm still looking for the
answer.

Anyone?



[jQuery] interface draggable and resizeable

2007-08-20 Thread marcin.

Hi!

I have a problem with jQuery interface library.
I've got a 'script' which looks like that: 
http://tauri.ndl.pl/szaq/jquery/combined_2.htm

I wanted to combine interfaces: Draggable and Resizeable.
Everything is OK, but there is one problem - if #thumbnail is resized
(to more than 130x130 px) and if I move draggable element to the
bottom (near bottom border) [b]then[/b] if i want to resize thumbnail
back to it's normal size (130x130), draggable elements stand still, in
the bottom of #thumbnail.

Is there any way to make it (elements) return to its proper place in
this case (so it will still remain in parent)?

Regards,
Marcin