Hi everyone,
I (i'll try) explain my problem :p I want to use a variable javascript with php like this:
var Effet = '$effet';
this return: an effet for jquery, exemple: fadeIn
Later in js file, i want to apply the effect on element.
I tryed:
$('div#something').hide().append(data).Effet+'(1000)';
But this doesn't work... i can't get fadein(1000);
Any idea?
Thx for response
PS: Thx to all contributors and creators of this website, really nice job!