I'm currently using the jquery-form-observe plugin which uses onbeforeunload to prompt the user about "unsaved" changes.
But I have a scenario where I need to trigger this on a button click: the button click ultimately leads to the page changing, but I want to prompt the user before they start the process that the button click kicks of...
<form>
<input type="checkbox" id="m_q" name="m_q" value="271">Name</input><div name="status"></div>
<input type="checkbox" id="m_q" name="m_q" value="271">Age</input><div name="status"></div>
<input type="checkbox" id="m_q" name="m_q" value="271">ID</input><div name="status"></div>
<input type="checkbox" id="m_q" name="m_q...
AutoSuggest jQuery Plugin requires an already available Data Object in order to run.
I need to use the user's selection from the first input as data in the second input.
The following snippet throws an error in firebug
availableTeachers is not defined
var labs = {lesson:
[
{
...
There's something about the "standard" jQuery plugin definition that I can't seem to understand, and it seems that no plugin tutorial out there explains it.
Most plugin definitions I've seen are something like:
(function($) {
$.extend($.fn, {
pluginName: function( options )
...
});
})(jQuery);
Now, while I ...
Hi all,
I'm using a plugin called jQuery image map emulator which takes parameters like so:
$('#example').imagemap([
{
top_x: 0,
top_y: 0,
bottom_x: 75,
bottom_y:65,
callback: alertCallback}
])
with multiple arrays possible:
$('#example').imagemap([
// One image map
{top_x: 0,top_y: 0,bottom_x: 75,bottom_y:65,call...
I'm writing a jQuery plugin that will draw (with Canvas) and compare a forward and reverse traceroutes. The markup (which I full control over) currently looks something like this:
<div class="traceroute-wrapper">
<div class="forward-traceroute">
<div class="hop">...</div>
...
</div>
<div class="reverse-traceroute">
<di...
Hi,
Im evaluating a tree PlugIn for a Admin Interface in Intranets (Speed and Size do not matter). The Internet and a expensive search turned jsTree and the ExtJs' Libraries Tree up as the most complete ones. The differences seem rather minimal, so my questions are:
Which is more stable? As jsTree is a jQuery Plugin, does ExtJs play w...
I have an issue where I'm reusing the dialog so I wouldnt have to duplicate the code. The issue I'm having is when I click an "Add New" button, I have as button "save" and "cancel". The save button in the dialog handles saving the information. If I click the "Edit Existing" button to edit my information, I would like the "save" button to...
Hi
I have built my gallery using imgbrowz0r, I have also applied slimbox - a lightbox clone - to create well a light box, I would now like the lightbox to scroll like easyslider
any ideas would be much appreciated
...
Can anyone point me in the direction of a jQuery slideshow/gallery plugin that matches these criteria (or can be customized to through setting its options)?
Can be inserted into a div - not a popup display
No border/thumbnails/filenames/buttons - when an element is being displayed, that's all you can see
I need to able able to set a ma...
hello.. im using jwysiwyg and i dont know how to clear the value of the frame to where the user will input the text..
im doing it like this..
$('#wysiwyg').val("");
but it is not working..
...
Is there a way to "unbind" a jQuery plugin from a jquery selector?
...
Hello everyone.
My background is flash animation/development and I decided to start working on my first html+css+js site. The site works great on both platforms using FF, Chrome, Safari. But on ie8 the animations do not run smoothly. I narrowed the bug but have no idea how to fix it. The bug appears to be the plugin.js files that I call...
Well there are so many image gallery plugins for jQuery, I need one that can show the images in three sizes. A basic image gallery plugin usually displays all thumbnails and one large image. Clicking on the thumbnail brings the larger version of the chosen image into view. I want something after this stage: clicking the larger image shou...
I'm using the http://malsup.com/jquery/form/ plugin to submit some forms via jQuery. Within these forms I have a couple of textareas. I have a simple script that limits the number of characters that can be entered into these textareas and this all works fine. However when I submit the form looking at the value that gets sent the form ite...
i'm using http://blog.xlune.com/2009/09/vgrid/
which is similar to masonry/filtering.html
(can only post one link sos!)
i'm trying to get the filtering and animation similar to masonry
code is as follows
<!DOCTYPE html>
Using Masonray Filter
<script type="text/javascript">
//console.trace();
$(funct...
Can someone pls point me to any jquery plugin for a file/folder browser similar to the extplorer ub ExtJS with tree hierarchy along with the grid and list view in the right pane:
http://extplorer.sourceforge.net/extplorer.png
...
I'm running around in circles trying to figure out why I can't get jQuery Cycle to work in our Amazon store. jQuery seems to be working fine, as I can run commands from the console, but any time I try to call .cycle(), i get a "*.cycle() is not a function" error. I've used cycle on several other websites with no problems, but this has co...
Hi
I seen many jquery plugins that do this and I am wondering if anyone knows how to do it(It would save me alot of time).
When you load up say the jquery ui dialog.
It pops up all flashy and the the background darkens.
http://jqueryui.com/demos/dialog/#modal
http://jreject.turnwheel.com/# (run any of the demos)
I think they use j...
I want to combine a content slider with a fancybox, lightbox type plugin. Does a plugin like this exist?
...