sajad ghobadi
sajad ghobadi
in master branch you can add new entity to Entities project with inherited from BaseEntity like this : ``` public class Group:BaseEntity { public string Name { get; set; }...
use id selector instead class selector. for example call dropdown like this : **html:** `Drop Me! one two three view_modulefour cloudfive ` **js :** `$('#dropdowner').dropdown(); `