$('div.draggable').livequery(function(){
$(this).draggable({
helper: 'clone', opacity: '0.9'
});
var bag_id = $(this).attr('id');
$('div.droppable').droppable({
accept: 'div.drag
Looks good mate!
On May 7, 10:01 am, Matt Kruse wrote:
> I've updated my previous cheat sheet to be in line with jQuery 1.3.2.
> I think it's more useful than other cheat sheets that simply dump
> method names, but hey, that's personal preference ;)
>
> http://www.javascripttoolbox.com/jquery/ch
I am using the jquery.form.js addon, and I was wondering if there was
a way that I could add something to check for a certain string in
resulting response? I am having a form sending an AJAX request to the
server which then places the result into the div that is used for
responses but I am unsure
$('.commoninfo').livequery(function(){
$(this).cluetip({width: '260px', showTitle: false});
})
Figured it out!
On Apr 18, 1:55 am, Rogue Lord wrote:
> How do I get these two to play nice with one another? lol...
How do I get these two to play nice with one another? lol...
I am trying to run the clueTip inside a div that is using liveQuery
because it was added after the page load via AJAX, any help is
appreciated! I tried a few things but I am gonna see first if they are
compatible... :)
is FAQ topic should answer your question:
>
> http://docs.jquery.com/Frequently_Asked_Questions#Why_do_my_events_st...
>
> If you still have problems after reading through it and trying one of
> the many solutions, let us know.
>
> --Karl
>
>
> Karl Swedbe
Hey folks, I noticed that when I was using $.ajax() on a $('a').click
() to pull up an external page (eg "stats.php" within the same
folkder) within a div called #main_content that any link that was
pulled up in that would not have the same effects as outside of it. Is
there a way to pass the inhe
Ok, I figured out that because the links that are not working are in
the pages that are being pulled up into the main_content div, anyone
know how I can modify the code to run scripts that would modify the
same div?
On Apr 16, 6:32 pm, Rogue Lord wrote:
>
> $(document).ready(fu
$(document).ready(function(){
$('#main_content').load('cityhall.php');
$('#loading').hide();
$('a').click(function() {
$("#main_content").slideUp();
var replacement = $(this).attr("title");
9 matches
Mail list logo