[jQuery] Firing callback after $.post?

2008-06-22 Thread Vaska
Hi folks: Does anybody have a nice trick for firing a callback function AFTER $.post has completed it's actions? I have a callback, but it either arrives at the same time or just before the function returns the information to the actual html so it keeps missing it. I've confirmed this is

[jQuery] ui.sortable problem

2008-04-06 Thread Vaska
I've noticed the oddest thing...or perhaps it's not odd at all. I have a series of lists that I use ui.sortable to move things around...works great...except... It creates an extra li element and attaches it to the end of the active ul group. For instance I start with... one two three

[jQuery] Jquery: New app and this article

2007-05-04 Thread Vaska
Bonjour: It's not even a 1.0 app yet, but in just a couple weeks 100's of folks are using it - we've done no promo at all. We just did a very fast email interview with Creative Review so somebody is paying attention (more interviews are on the way too). Jquery is the 'framework' of choic

[jQuery] problem with auto submit upload file

2007-04-26 Thread Vaska
Works fine in FF, Safari...IE doesn't like this...been toying with this for hours and havne't gotten anywhere with it. Am I missing something obvious? It works via an iFrame... $(document).ready(function() { $('#iform').change( function() { $('#iform')[0].submit();