问题标签 [simplyscroll]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
0 回答
57 浏览

jquery - jQuery simpleScroll滚动内容向右对齐

我有一个滚动内容,我正在使用 jQuery simpleScroll。

加载页面时如何将内容对齐?我想首先从右侧显示内容。

我的例子:http ://www.eleftherohori.gr/testsyn.php

这是我在 .js 文件之外的 javascript 代码。

})(jQuery);

可以在鼠标单击而不是鼠标悬停时左右滚动吗?

谢谢你。

0 投票
1 回答
1523 浏览

javascript - Using Instafeed and SimplyScroll Together

Attempting to use SimplyScroll to scroll Instagram images, but can't determine the proper HTML markup to get the two scripts to function together.

I'm a super novice web designer, and I've done days of research in trying to work out the correct JavaScript HTML to get these two scripts working together, but to no avail. Any assistance, or direction to resources is appreciated!

Best as I can understand, the correct method is to create a target ID with the Instafeed HTML , which SimplyScroll calls as the source images.

Closest I've gotten so far is below.

In this example, Instafeed loads the images, but is not styled properly and does not scroll. If the user reloads the page (not refresh, but instead selects the URL in the browser and hits enter) it works as intended.

I'm completely stumped on how and why it works on page reload only.

Link for the semi-working page is below

http://integrantsightsandsounds.com/instatest32.html

0 投票
1 回答
85 浏览

javascript - 最近成员的滚动资料

我有一个文件 recent.php 显示最近加入我网站的 15 个成员。由于 15 是一个很大的数字,我希望在页面上具有滚动效果,以便所有最近的 15 个配置文件都将继续滚动。然后我遇到了SimplyScroll但这是我面临的问题。我下载了脚本并浏览了所有测试文件,如果我有静态图像,但我不知道当有来自 html 表形式的数据库的动态数据时该怎么做(前 15 名已注册)成员和他们的个人资料。有人可以帮我在哪里进行更改以获得滚动效果吗?这是recent.php的代码谢谢。

0 投票
1 回答
154 浏览

javascript - Simplyscroll won't scroll

I've tried to create some vertical scrolling using SimplyScroll on this website, but the images are ending up as a list.

Does somebody know why?

0 投票
0 回答
257 浏览

javascript - Simplyscroll.js 速度不起作用

我创建了一个通过 AJAX 动态更新的简单滚动条,但速度不起作用。这是我的代码:

即使我更改滚动速度也不会改变,除非值(速度)大于300.

0 投票
1 回答
189 浏览

javascript - SimplyScroll 不会与 InstafeedJS 一起移动

我有一个使用 InstafeedJS 和 SimplyScroll 的网站(此处为测试页面)——但对于我来说,我无法弄清楚为什么提要不会滚动。我是新手,请善待!