Hi
When I checked the google forum for jQuery I was told its not
monitored anymore. Instead of this another forum is proposed.
So few days ago I created a post here:
http://forum.jquery.com/topic/send-xml-to-the-server-gets-type-mismatch-error-in-ie-though-works-fine-with-firefox
This is for the
Hi Peter,
Indeed! It works ;-) THANKS!
It was enough to remove line with >> $("#elements").sortable(); <<
So, what is the right place to put:
$("#elements").sortable();
?
in my example:
the first place was outside "$(document).ready(function()"
the second place (where I added event) was inside "$
Hi ,
please check this:
http://jsbin.com/oququ3/6/edit
As you can see:
- sortable list works
- accordion works
...but:
- POPUP 'update' does not come
what could be wrong here?
regards
Rafal
Hi ,
please check this:
http://jsbin.com/oququ3/6/edit
As you can see:
- sortable list works
- accordion works
...but:
- POPUP 'update' does not come
what could be wrong here?
regards
Rafal
Hi ,
please check this:
http://jsbin.com/oququ3/6/edit
As you can see:
- sortable list works
- accordion works
...but:
- POPUP 'update' does not come
what could be wrong here?
regards
Rafal
Hi ,
please check this:
http://jsbin.com/oququ3/6/edit
As you can see:
- sortable list works
- accordion works
...but:
- POPUP 'update' does not come
what could be wrong here?
regards
Rafal
ok...I see on you page it works...I double checked my code.
Here what happens
WHEN I replace THIS:
$(function(){
$("#elements").sortable();
$("#elements").disableSelection();
});
$(function() {
$("#accordion").accordion();
});
$(document).ready(function(){
$('#elements').sortable({
update: func
On 22 Lut, 03:43, Nathan Klatt wrote:
> Hi Rafal,
>
> In what way does it not work? I transcribed your code into jsbin and
> it seems to be fine, though I don't have any roundbox styling being
> applied:
>
> http://jsbin.com/oququ3/edit
>
> Nathan
Hi
I am not surpised you don't get it rounded ;-
Hello,
I just started to user jquery. Its very good , though as the beginner
I have some issues ;-)
I have sortable llisty build like this:
Item 1
.
in functions.js I have this:
$(function(){
$("#elements").sortable();
$("#elements").disableSelection();
});
This make the whole list perfe
9 matches
Mail list logo