Tagged Questions
1
vote
0answers
21 views
Animate Fog / Blur effect in JQuery
I am using foggy Jquery plugin to blur text elements on my site. I need a code that can get a number of seconds, and that will animate the blur effect from blurRadius X (see the link) to blurRadius: 1 ...
0
votes
3answers
18 views
how to display address in google map
I am displaying google map on my asp.net page using jquery.I have Nation name,company name,Address and Longitude and latitude.
Right now i have add all addresses in dropdown,on the basis of dropdown ...
0
votes
2answers
23 views
jQuery, and the Iconfield plugin, throw an error in my Greasemonkey script
I'm having trouble using a jQuery. I include jQuery, and the plugin at
'https://raw.github.com/yotamofek/jquery.iconfield/master/jquery.iconfield.js',
using @require, but whenever I try to use any ...
-1
votes
0answers
12 views
Reflecting data of one field on another field using jquery
(For more understanding Execute the bellow example in your computer)
Hear if i type any data on textbox1 it reflecting on textbox2, in textbox3 if you type any data followed by space it create tags
...
0
votes
0answers
13 views
jQuery nicEdit with jQuery form plugin
Im using jQuery nicEdit with jQuery form plugin. But nicEdit doesn't seems to pass the data when using with jQuery form plugin. Here is my code
jQuery From Code
$(document).ready(function()
{
...
0
votes
1answer
30 views
Creating tags using jquery
First see this example http://jsfiddle.net/Es5qs/ in this example by keeping space as delimiter i creating tags, but what i wanted is when i type something on textbox1 it should reflect as tags in ...
0
votes
1answer
13 views
Scrollnav.js SideBar Won't Activate
Thank you for any help, and forgive me for being a noob. The answer may very well be very simple;
I am trying to use a JQuery plugin called "ScrollNav.js" for my personal site "EthanGreenspan.com".
...
1
vote
1answer
26 views
How to disallow characters (and replace them) on type or paste with jQuery?
I’m trying to find a way to replace disallowed characters from being entered or pasted into all input fields (textboxes and textareas essentially) in a form. Any time a user pastes text that contains ...
0
votes
0answers
18 views
DataTable plugin not working with dynamically generated php table (arrows wouldn't show up too)
I created a table from using php and added the plugin (used demo_table.css). The arrows wouldn't show on the result page and it doesn;t apply any css.
Here is my php code:
$result = ...
0
votes
0answers
7 views
Bookblock plugin only showing first image, but no errors. possible conflict?
I'm trying to use this plugin on a site that already has the jQuery 1.3.2 library, along with a lot of other libraries loaded that I can't change or remove (and I didn't put there). When I test this ...
0
votes
0answers
29 views
Slideshow - make a jQuery Plugin from working code fails
I've created a little slideshow with images out of a folder with jQuery and with help from stackoverflow and other snippets.
Images are named 1.jpg, 2.jpg ... 1-b.jpg, 2-b.jpg...The special thing ...
0
votes
3answers
28 views
Own data var for each element
I'm creating a jquery plugin and I need to give a variable at each targeted elements.
My problem is that when I do this in my js:
$("section ul").cards("init", {
current: 0
}).on("mousewheel", ...
0
votes
0answers
5 views
jquery zoom plugin with overlayed content
I'm using the jQuery photo zooming plugin Elegant Zoom (http://www.elevateweb.co.uk/image-zoom) to magnify images on my site. The plugin works fine, but I have content (a div that acts as a photo tag) ...
0
votes
0answers
12 views
jQuery searchable dropdown plugin doesn't work in Internet Explorer(10)
I use plugin called jQuery searchable dropdown plugin and everything works fine, except when I browse my site with IE(10).
This isn't normal select input, in fact You can search options. Problem is ...
2
votes
4answers
60 views
how to return true/false from nested jquery callback functions
I am trying to validate elements inside a javascript function which contains two jQuery callback loops. Based on the conditions I want to return true/false from the inner jQuery loop and that should ...