使用 jQuery 在右上角带有上一个和下一个箭头的水平内容滑块
大家好,我想构建一个简单的自定义水平内容滑块,顶部只有两个链接作为“上一个”和“下一个”,以使用 jQuery、html 和 css 滑动内容。我希望它放置在侧边栏中一个大小仅为 300 X 300 的小区域中,其中包含一些分为不同部分的信息,意味着需要滑动的不同内容 div 中。我对此进行了很多搜索,但我为此获得了很多插件。我不需要一个插件,我想使用 jquery 使用干净的代码来实现这一点。因为滑动div中的内容可能会加载ajax内容。所以我想要一个更可定制的脚本。请帮助我,我想在我当前的项目之一中使用它。
Hi All i want to build a simple custom horizontal content slider with just two links on top as Previous and Next to slide the content using jQuery,html and css. I want it to place in the sidebar in a small area of just 300 X 300 size which contains some information divided into different sections means in different content divs which needs to be slided. I searched a lot on it but i am getting lot of plugins for this. I dont want a plugin for this I want to achieve this using clean code using jquery. Because the content in the sliding divs may be loaded with ajax content. So I want a script which is more customizable. Please help me I want it in one of my current project.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您想要执行 ajax 请求来填写数据,则需要自定义此设置,但是这里 其要点。
You're gonna need to customize this if you want to do ajax requests to fill in the data but here's the gist of it.