tags:

views:

19

answers:

1

I'm trying to display multiple anchor links within the same div container...specifically pdf files. I'm fairly new to jQuery and was hoping there'd be a way to do it.

+1  A: 

Dear fidel, your question doenst make any sense!

I´ll reply to your title,

display multiple anchor links within same div container

It is very simple, you do like this:

<div>
  <a href="http://google.com"&gt;Google&lt;/a&gt;
  <a href="http://google.com"&gt;Google&lt;/a&gt;
  <a href="http://google.com"&gt;Google&lt;/a&gt;
</div>

This has nothing to do with PDFs or jQuery!

Good luck!! and if you want me to clarify please explain more and better :)

Trufa