'update.php ,
> > data: queryString,
> > target: '#resume_'+skill,
> > success:afterEffects,
> >
> > });
> >
> > return false; // <-- important!
> >
> > });
>
success: afterEffects,
>
> });
>
> return false; // <-- important!
>
> });
>
> function afterEffects ()
> {
>
> $('#loading_'+skill).hide(function()
> {
>
> $('#resume_'+sk
$('#loading_'+skill).hide(function()
{
$('#resume_'+skill).slideDown( 500, function() {
$('a[class^="edit_"]').fadeTo('slow' , 1.0 );
//$('a[class^="edit_"]').bind('click
Just had to ask, are you also providing the callback function also?
$('a[class^="edit_"]').bind('click');
should be:
$('a[class^="edit_"]').bind('click', someFunction);
On Jun 5, 8:13 am, MorningZ wrote:
> First off, you are starting off with some really bad habits...
>
> something like
>
> On
First off, you are starting off with some really bad habits...
something like
One
Two
Three
and then saying
'a[class^="edit_"]'
is a bad way to access those links, as "class" acts a little different
than a parameter like "width" or "id"
something like
One
Two
Three
and then saying
'a.edit
5 matches
Mail list logo