I found a Jquery
's select function,
but I have confuse in this syntax , I dont know what it effect.
Does anyone can help me for explain this syntax do or what it effect ?
$("<table>",{ id: "tableName" }))
This syntax are so weird to me.
Jquery
selector can select element without ID
or class
, just a html element ? and what does { }
mean in that selector ?
In confused... and didn't find any tutorial about that...