Created
July 21, 2016 05:03
-
-
Save srujan21/1e3fd6a165e25c024546066979bbbd3a to your computer and use it in GitHub Desktop.
A way to set value of controller variable from javascript
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<script> | |
j$('input[id$=offset]').val(joffset); | |
</script> | |
<apex:inputHidden value="{!offset}" id="offset" /> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment