[jQuery] Re: Updating the DOM after ".load"

2008-12-10 Thread slandry
function() >                         { >                                 $('#orange .sparklines').sparkline('html', { > type:'pie', height: > '1.0em', sliceColors: ['#bd0f10', '#e2e4e3']}); >                         }); &g

[jQuery] Re: Updating the DOM after ".load"

2008-12-10 Thread slandry
'click, function(event) { >                 doSomething(); >                 return false; >        }); > > }); > > AFAIK, '#orange #some_selector' doesn't need to resolve to anything at > the time liveQuery is called. > > On Tue, Dec 9, 2008 at 10:

[jQuery] Updating the DOM after ".load"

2008-12-09 Thread slandry
I'm trying to load new contnet using the .load function in JQuery which works fine but the new content isn't being update with some javascript which should re-render the HTML into an image (sparklines) $(document).ready(function(){ $('.new_pie').click(function() {

[jQuery] Updating the DOM after ".load"

2008-12-09 Thread slandry
I'm trying to load new contnet using the .load function in JQuery which works fine but the new content isn't being update with some javascript which should re-render the HTML into an image (sparklines) $(document).ready(function(){ $('.new_pie').click(function() {

[jQuery] DOM not updating after .load

2008-12-09 Thread slandry
I'm trying to load new contnet using the .load function in JQuery which works fine but the new content isn't being update with some javascript which should re-render the HTML into an image (sparklines) $(document).ready(function(){ $('.new_pie').click(function() {