Tagged Questions
0
votes
0answers
5 views
How can i make one-to-many chat with ScriptCam?
I would like to know how to make one-to-many chat, I search everywhere but there is no code ,tutorial or demo like in there website. have someone any idea how to make it?
0
votes
0answers
7 views
Adipoli jQuery Image Hover Plugin - Run animations on hover of other elements
Does anyone know if you can use Adipolo to hover over a different element for the image animations to take effect?
At the moment I am using:-
$('#img-caption-one').adipoli({
...
1
vote
0answers
14 views
RequireJS modules loading out of order when loading one module into another
I have written a web application which uses requirejs for AMD:
require(dependencies, function(dependencies) {
(function($) {
$.fn.plugin = function(options) { return this; };
...
0
votes
0answers
8 views
Adipoli jQuery Image Hover Plugin not working 100% of the time
I'm using a plugin for jQuery called Adipoli (http://cube3x.com/adipoli-jquery-image-hover-plugin/) which doesn't seem to be working 100% of the time.
I am using the grayscale effect on a few images ...
0
votes
0answers
10 views
MaskedInputField Mask Error
I need some help to write a mask field with MaskedInputField plugin
What I need is a mask that works like this:
9????.99 (Number, another 4 optional number and a decimal part)
When I use that mask, ...
-2
votes
1answer
27 views
Jquery Carousel - like plugin / Customization [on hold]
I'm on a project that will have a slider to show some content, like a carousel.
I remember some time ago (like 2 years back, I think) there was a plugin just like described in the image below. And it ...
0
votes
1answer
12 views
Disable scrolling when the animation of scrolling is taking place
I am trying to create an scrolling animation when the user moves the mouse wheel up or down, press the the keyword arrows or move the scrolling bar in the side.
It is pretty similar as what I found ...
0
votes
2answers
31 views
jQuery Doesn't Return Cell Content
Can someone explain why the below doesn't work please in as much as it doesn't return the content of the cell wrapped in a tag? I'm using it in conjunction with the DataTables plugin. I basically ...
0
votes
0answers
18 views
jQuery QuickFit plugin not working on iPhone
I'm using the jQuery plugin jQuery QuickFit, which works perfectly for me on my laptop, but when I open this site on an iPhone the script seems not to work.
My jQuery code:
...
0
votes
1answer
24 views
Jquery change event not working in coffeescript
hey guys I have just try to implement my change event in coffeescript but its not working. Will any help me
$('#subscription_id").on "change", ->
console.log "Hello"
outputs = $(this).val()
if ...
0
votes
3answers
42 views
How to create Speedometer [on hold]
I want to create a sppedometer and find a result at http://www.htmldrive.net/items/show/832/jQuery-Speedometer but this example work with jquery-1.4.min.js and i need to use jquery-1.9.1.js in my ...
0
votes
0answers
11 views
Animations are choppy when using Jquery plugin (Roundabout) with AngularJS
I'm having issues with the animations when I try to use the jquery plugin "roundabout" (http://fredhq.com/projects/roundabout/) with an AngularJS application. I've written a directive for it:
...
0
votes
1answer
13 views
jQuery plugin: get events to fire only on the element acted upon
I'm attempting to create a plugin, but am having issues with multiple instances. I want the code to ONLY act on the instance that is being used, but currently, if I click on one, it acts on both. How ...
0
votes
0answers
19 views
table tools print preview would not show all table rows for printing
i have set up a datatable using the following code.
oTable = $("#" + ParseTable).dataTable({
//"bFilter": true,
"sScrollY": "250px",
"bScrollCollapse": true,
...
1
vote
1answer
19 views
jQuery plugin: access settings in other public methods
I have a problem and after many search, I still locked. I followed many tutorials on how to create jQuery plugin (started with the jQuery's tutorial "Authoring" which doesn't exists anymore but ...