Bottom

Bottom

Hello dear gurus,

I’m very very new in jquery world and need your help. I have a list with jquery  tmpl defined in HTML.

In javascript rendering all data from data base and obtaining my list values. Now I need to define a toolbar bellow these list but need to show this toolbar only in bottom side. Currently my toolbar repeats when the list data is more than 1. Below is my example.

  1. <script id="tmpl-my_list" type="text/x-jquery-tmpl">
  2. <div some style here> //main div
  3. <div>value1</div>
  4. <div>value2</div>
  5. etc..
  6. </div>
  7. Here I want to set toolbar.
  8. </script>

could you help me please?
Thanks in advance