To reset fields we can use: either
val()
text( )
index( )
Generally we usually access elementseither by following selector
1.using id
2.using group selector like all select elements
3. using class name
but we can also access element with the help of text,index and value
val()
text( )
index( )
Generally we usually access elementseither by following selector
1.using id
2.using group selector like all select elements
3. using class name
but we can also access element with the help of text,index and value
No comments:
Post a Comment