开发者

Display multiple anchor links within a single div container

开发者 https://www.devze.com 2023-01-21 15:58 出处:网络
I\'m trying to display multiple anc开发者_如何学Chor 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. Dear fidel, your

I'm trying to display multiple anc开发者_如何学Chor 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.


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">Google</a>
  <a href="http://google.com">Google</a>
  <a href="http://google.com">Google</a>
</div>

This has nothing to do with PDFs or jQuery!

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

0

精彩评论

暂无评论...
验证码 换一张
取 消