Is possible use 'div id' as name of array?
- by rflfn
Please view this jsfiddle jsfiddle.net/rflfn/uS4jd/
This is other try jsfiddle.net/rflfn/T3ZT6/
I'm using SMOF to developper Wordpress theme, I need make one function to change some values when link is clicked, but when I make array with name of div, the array returns null value...
<a class="button" id="settext1">Some Link</a>
<br…