Tagged Questions
0
votes
1answer
47 views
Jquery place the values in their corresponding element from json
When the user clicks on edit icon in UI, Ill fetch the corresponding json data from Service.
I am showing josn values in their coresponding element by hard coding that element id,
if it is text ...
0
votes
1answer
71 views
I have some trouble pass an event to another function in my plugin
When I try get the event, I got: Uncaught TypeError: Cannot read property 'type' of undefined
I'm trying to pass the options in the Constructor Itoggle to mouseInOut and then get options inside the ...
0
votes
1answer
187 views
Using JQuery to Control the Range of Textboxes
using JQuery, I am trying to create a few textboxes that will only allow numeric values, no duplicate numbers, no empty spaces and allow only numbers in the range. I used the range from 1 to 999. This ...
0
votes
1answer
52 views
Asynchronization between sliding anaimation and change of active bullet of pagination in Superslides
I use Superslides to slide some content on my home page. The problem is that the sliding animation finish before the active bullet of pagination is changed. You can notice this in the demo here.
...
0
votes
1answer
57 views
Locating an event binding source
We are building a site, and it has a ton of jquery plugins and misc code from several developers. Somewhere a keydown even was trapped by the document. (Basically the spacebar no longer has it's ...
0
votes
1answer
461 views
jQWidgets Splitter Widget causing loss focus or event consumption
I'm using a splitter from jQWidegts and am experiencing some strange behaviour when the splitter is enabled. When it's disabled the strange behaviour stops. I have created a JSFiddle of the problem - ...
0
votes
1answer
92 views
jQuery convert clicked tag to string
How to convert clicked tag to string and pass to textarea:
<div class="wrapper">
<textarea name="button_code">
Here should be pasted actual code from clicked tag:
...
0
votes
1answer
580 views
Show loading panel on click of asp button
I have my asp button on which i am validating some data and then firing its server side function it is working fine it looks like this
<asp:Button CssClass="btnRequestFile" ID="btnSave" ...
3
votes
0answers
593 views
jQuery Mouse Direction Plugin
Sorry guys, it's more of an answer than a question. I've seen many people asking how to identify directional mouse movements using js/jQuery and this is a plugin I wrote for them this afternoon.
...
1
vote
0answers
130 views
How to move jQuery handler (or how do you call that?) from one object to another?
I made the jsfiddle working example. Have a look at: http://jsfiddle.net/SsqEv/
Basically I create a simple html markup:
<div id="container">
<div id="test1">click me</div>
...
1
vote
0answers
185 views
Memory leak when running JQuery plugin function repeatedly
I have a table which I am using 2 JQuery plugins on:
Fixed table header: http://www.mustafaozcan.net/en/page/jQuery-Fixed-Table-Header-Plugin.aspx
Column Manager: ...
1
vote
0answers
198 views
Extend the ContentFlow plugin : Click event, customize css and use Ul li instead of divs
have anyone worked with the contentFlow plugin ? It seems interesting and I'm planing to use it in my application. so, I want to be precised about these :
Does it trigger events when an item is ...
0
votes
0answers
239 views
imagemap hilight and draggable zoom
I am trying to add a highlight and zoom functionality on an image-map. I am currently using ImageMapster plugin. It has a resize functionality. But if i try to bind it with mousewheel for zooming in ...
0
votes
0answers
229 views
jQuery Event Delegation Not Working
Created a very simple jQuery plugin, and I'm having a bit of trouble with event delegation (which I've never had an issue with before). The list items that are created dynamically by the plugin won't ...
0
votes
0answers
47 views
jQuery last draggable does not fire
my site has a number of draggable items like this: $(".flash_drag").draggable({ opacity: 0.7, revert: true });
As well as an area on where to drop them, like this
$(".flash_target").droppable({...
...