i have a element with id='dummyfield' and there is div after it with class= 'dummydiv'. How can i know if dummydiv exists after dummyfiled using jquery
Thsi what the html code may look like <input id='dummyfield'><div class='dummydiv'>
|
i have a element with id='dummyfield' and there is div after it with class= 'dummydiv'. How can i know if dummydiv exists after dummyfiled using jquery Thsi what the html code may look like
| |||||||
feedback
|
|
Use the adjacent selector : http://api.jquery.com/next-adjacent-Selector/
| ||||
|
feedback
|
|
if
if
| |||||||
feedback
|
|
Check-it Out: JQUERY:
ASPX:
| |||||
feedback
|
|
That will help you.
eg:
| |||
|
feedback
|