问题标签 [kwicks]

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 投票
1 回答
738 浏览

jquery - 使用 Kwicks 打开手风琴滑块的第一个 li 时遇到问题

我尝试了几种不同的方法来默认打开手风琴滑块的第一个 li,但没有任何工作正常。

我试图添加活动类,但除非内联样式设置为 686px,否则它不会做任何事情。如果我添加它,它也会更改其他图像。

我确定这是一个我正在寻找的简单解决方案。

http://roofing.kellykruschel.com/

0 投票
1 回答
1645 浏览

jquery - 未捕获的类型错误:对象# has no method 'easeOutCubic'

There are slightly less than a billion similar questions on SO, with about the same number of reasons for the error. I just don't seem to find mine.

Kwicks accordian and the jQuer

There are slightly less than a billion similar questions on SO, with about the same number of reasons for the error. I just don't seem to find mine.

Kwicks accordian and the jQuery Easing plugin have been working for some time on my site and I'm unaware of any change that I have made that would cause them to misbehave:

http://donmorris.com

My console is showing two errors as I move my mouse over the accordian:

These seem to point to jquery.easing.js not being loaded, but that doesn't seem to be the case. Could someone here with sharper eyes please point out my mistake?


User login session variable. Is it possible to spoof session variable? PHP

When user logs in I use the following strategy to authenticate user:

  1. Username and Password are present in database along with unique Token and Session Identifier
  2. Set session variable $_SESSION['logged_in'] = true if above returns true
  3. On every page (basecontroller) checks if ($_SESSION['logged_in'] > 0) otherwise redirects to login page.

Is it possible that a hacker might somehow set $_SESSION['logged_in'] = true; ? Do I have a security issue with the above strategy?

Please give me an article or anything that can help me make it more secure.

0 投票
1 回答
116 浏览

jquery - 以一定的间隔为 kwick 制作幻灯片

我有一个 kwick 滑块。仅当我单击左箭头或右箭头时,图像才会移动。我可以让它们像幻灯片放映一样以一定的间隔变化吗?

这是html。我已经设置了一个小提琴 http://jsfiddle.net/cbB5P/

0 投票
1 回答
219 浏览

javascript - Kwicks 中的全屏高度

如何让Kwicks的身高达到100%?我会有全屏滑块。

演示:http ://devsmash.com/projects/kwicks/2.2.x/examples/responsive

0 投票
2 回答
232 浏览

javascript - jQuery kwicks。李不扩大(调整大小)

我尝试将 kwicks 滑块(如图片库)集成到网站的主页中(参见 dev.podmoscvoy.ru)但是在重绘 ul>li(带图片)之后我没有任何反应。使用最后一个 kwicks 版本代码。

代码是 kwicks 的标准

代码JS

没有 javascrip 错误,但没有播放 kwicks。请帮忙

0 投票
3 回答
224 浏览

jquery - jquery kwicks 调整我的图像大小

我正在尝试将图像放在 kwicks ul li 中,并使其宽度固定在 860px 上,无论 li 是否折叠。而且我只是无法阻止 kwicks 调整我的图像大小。

http://s1.postimg.org/gra40kmbz/kwicks.jpg

正如您在这张图片上看到的,只有第一个(展开的)li 显示了我的 css 宽度属性 860px,但其他的被调整了大小。有办法解决吗?

如果我为每个 li 分配背景图像,一切正常,但我希望图像动态变化 - 出于某种原因,我无法分配 css-background 属性 vie jQuery。所以现在我设法在每个 li 中动态插入 img 标签,但我不能让它停止调整大小。

请,任何建议都会很棒。

谢谢你。

0 投票
0 回答
52 浏览

javascript - 在出现在 kwicks 滑块上的图像上创建效果

我对 kwicks 滑块有疑问。目前的情况是我有一个非常简单的带有 5 张图片的 kwicks 滑块。当滑块的每个面板展开时,我要做的是在前 5 个中的每个中插入另一个图像。但我不希望初始图像在其他图像出现时消失。在某种程度上,关键是当面板展开时,图像的入口位于初始图像之上。

0 投票
1 回答
123 浏览

javascript - kwicks 手风琴的 jQuery 问题

我在开发 Wordpress 网站上工作:http: //dev.completehcforwomen.com/出于某种原因,我无法让主页上的手风琴功能正常工作。在我看来,它可能与 jQuery 冲突有关,因为在控制台中我遇到了这个问题: Uncaught TypeError:

jQuery(...).kwicks 不是一个函数

我在页面中找到了这个:

jQuery('.kwicks').kwicks({ max : 930, 间距 : 0 });

我不是 jQuery 程序员,但众所周知会随机修复几件事情,但这件事情让我望而却步。有没有人对这里可能出现的问题以及我应该做些什么来解决它有任何建议?

谢谢,

0 投票
1 回答
16 浏览

jquery - 容器不会随着(kwicks 插件)内容而增长

我在http://xweasel.chris-cole.de/v3/index.php的底部遇到了一个问题,容器的高度没有完全随内容增长。

原因似乎是一个列表,由一个名为 kwicks 的插件格式化。
看起来好像列表是浮动的并且浮动没有被清除,或者好像列表是绝对定位的,但它是相对的。

.inner-wrapper与 一起增长.message.numbers但不与 一起增长.kwicks