1.

Can You Give An Example Of Selecting An Element Based On Its Class Name ?

Answer»

Below is the SAMPLE CODE SNIPPET:

$(‘.MyControl’).HIDE()

Below is the sample code snippet:

$(‘.MyControl’).Hide()



Discussion

No Comment Found