lection
>
> Also note, there's a separate list for jQuery UI questions, should you have
> any more:
>
> http://groups.google.com/group/jquery-ui
>
> - Richard
>
> On Wed, Sep 16, 2009 at 1:15 PM, Boris Trivic wrote:
>
> > yes I'm using jQuery droppab
te: "div 'first' is
droppable, div 'second' is not droppable"
Understand now?
On Sep 16, 2:49 pm, "Richard D. Worth" wrote:
> It's not clear. Are you trying to use an element with a tag name of
> 'droppable'? Are you using jQuery UI Dro
if question isn't clear, I can explain better :)
On Sep 15, 7:33 pm, Boris Trivic wrote:
> Hi.
>
> How I can check this? I have next part of code where I must check is
> element "tag" = droppable.
>
> Instead code after "// pseudo:" i must add some fu
Hi.
How I can check this? I have next part of code where I must check is
element "tag" = droppable.
Instead code after "// pseudo:" i must add some function that check if
element is droppable. If true it must write some text in that element
(For example: $(tag).text('bla bla') )
// code
Other solution is to add next code below "...drop: function(){..."
$(this).droppable('disable');
logicaly, it will disable drop on element...
If you want enable drop, again, add next code below "...out: function
(event, ui) {..."
$(this).droppable('disable');
Hope it helps...
On Sep 8, 3:27
Problem fixed with: helper: "clone" in draggable element...
On Aug 26, 8:19 pm, Boris Trivic wrote:
> Well, maybe you don't understand whats the problem, so here is
> screenshot:
>
> http://caraudio-rs.info/snapshot1.png
>
> Do you think it's the bug or my
Well, maybe you don't understand whats the problem, so here is
screenshot:
http://caraudio-rs.info/snapshot1.png
Do you think it's the bug or my mistake?
On Aug 25, 1:08 pm, Boris Trivic wrote:
> omg!
> I just opened it in Opera (Linux) and there is some kind of bug or
> w
http://caraudio-rs.info/snapshot1.png
On Aug 26, 8:15 pm, Boris Trivic wrote:
> Well, maybe you don't understand whats the problem, so here is
> screenshot:
>
> Do you think it's the bug or my mistake?
Well, maybe you don't understand whats the problem, so here is
screenshot:
Do you think it's the bug or my mistake?
omg!
I just opened it in Opera (Linux) and there is some kind of bug or
what? Instead revert to original location, chars returns about
100-150px right... Can someone take a look and check if same problem
occurs?
Maybe I shoult report it to jQuery dev team?
On Aug 25, 7:00 pm, Boris Trivic
you want:
http://caraudio-rs.info/nal_7/
On Aug 25, 12:17 am, Brett Ritter wrote:
> On Mon, Aug 24, 2009 at 11:24 AM, Boris Trivic wrote:
> > I can success print ui.draggable to console, but how to convert it to
> > string?
> > I need to write it into some element with
OK, again I need some help:
I can success print ui.draggable to console, but how to convert it to
string?
I need to write it into some element with .innerHTML and I will
probably use it in "for" loop...
Any your comment will be helpfull.
On Aug 24, 2:45 am, Boris Trivic wrote:
>
ug), which element is
dragged (id of that el.). You can customize code for your needs...
On Aug 20, 4:30 am, Brett Ritter wrote:
> On Wed, Aug 19, 2009 at 11:07 AM, Boris Trivic wrote:
> > When I take on of draggable divs and put it on 3rd div (fixed), how I
> > can get ID of that div wh
here is live page, but just begin
http://caraudio-rs.info/nal_7/
On Aug 19, 11:07 pm, Boris Trivic wrote:
> look. Exaple: i have 3 div's with different ID's.
> First 2 divs are draggable, 3rd is fixed.
> When I take on of draggable divs and put it on 3rd div (fixed), how I
&
").draggable();
A
B
__
..
-end code--
If you read my 1st post you can see what I want to make...
You understand now?
On Aug 19, 10:13 pm, Brett Ritter wrote:
> On Wed, Aug 19, 2009 at 9:40 AM, Boris Trivic wrote:
> > anyone? :s
>
> I'm afraid I
anyone? :s
On Aug 19, 12:20 am, Boris Trivic wrote:
> I think you didn't understand my question.
> I need to check is right char (it is in ) putted on right line
> (lines are divs, too).
>
> On Aug 18, 11:38 pm, anurag pal wrote:
>
>
>
> > Hi,
>
>
gt;c
>
> you can use attr method for getting this.
>
> Regards,
> Anurag Pal
>
>
>
> On Tue, Aug 18, 2009 at 7:07 PM, Boris Trivic wrote:
>
> > OK thanks for reply.
>
> > Which function enables me to find out which div is puted on which?
> > Exapl
this with Jquery.
>
> Regards,
> Anurag Pal
>
> On Tue, Aug 18, 2009 at 12:55 AM, Boris Trivic wrote:
>
> > Hi everyone.
>
> > I need to create one project (some kind of game) and I want to know,
> > is that possible creat
Hi everyone.
I need to create one project (some kind of game) and I want to know,
is that possible create with jQuery?
Page should looks like this:
_---_---_---_---_
---
A B C D E F G
H I J K L M
N O P R S T
U V Z X Y Z
--
word lines -> __ __ __ __
19 matches
Mail list logo