Arxero

Untitled

Mar 30th, 2018
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. function renderView(view) {
  2. if ($('#' + view).is(":hidden")) {
  3. $('#' + view).show()
  4. } else {
  5. $('#' + view).hide()
  6. }
  7. }
Add Comment
Please, Sign In to add comment