Yes, I actually made a mistake in the code I provided...
instead of $("#variables #source").attr("id") it should be $
("#variables #source").text() ... sorry for that
I'll try your suggestion of declaring a "global dict".
On Jan 31, 8:32 am, "Alexey Blinov" <[EMAIL PROTECTED]> wrote:
> $("#
$("#variables #source").attr("id") gives you 'source' result isn't it?you
need to get (i think) a textNode of div or custome attribute.
But better way, i think, is declare global dict like
var params = new Array()
params["lang"] = "en";
params["source"] = "somewhere there";
// etc...
$(document).
2 matches
Mail list logo