javascript - Using variables in a jQuery function -
This line $ ('+ + fullId +') is giving me problems I have created an array in a different function Which gets the #ID of all inputs in the DOM.
Now with this function I am trying to create a stigma and focus jQuery function. I've added the 'extreme full id' to '#' and '' 'on variable names'', but how do I work it out?
$ ('' + full id + '') is not doing the trick nor $ (full id)
function focusblur () {var inputId = 0 ; Var full id = 0; For (var i = 0; i
div>
Comments
Post a Comment