RefreshCapcha

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - Bastian296

Pages: [1]
1
Please, take a look at following code:

var platNom = "apero"; // I set the value of my attribute in one variable

var monAttribut = ds.Convives.attributes[platNom]; //this works

var invitants = ds.Convives.query("$(this[platNom] == 'oui') ", {allowJavascript: true});// This does not work

Is there a problem in my syntax?

Pages: [1]