1
vote
3answers
36 views
JQuery plugin for lazy-loading/lazy-evaluation?
Is there such jQuery plugin?
More specific:
I want to use some elegant and easy way to postpone some code execution until it's really needed (some event happens). And when this ev …
2
votes
2answers
16 views
Jquery Tablesorter custom date
Hi,
I'm trying to setup a custom date parser but can't get my head around it. Basically my dates are in the format mm/yyyy.
Can anyone point me in the right direction?
Thanks
1
vote
1answer
21 views
jQuery json/html template rendering plugin
I'm looking at possible approaches to rendering json data received from an Ajax call into HTML tables. I don't want to recreate the table tags and rows each time so a templating se …
0
votes
2answers
21 views
Image Uploading and Previewing with Jquery
Hi Everyone..
Does anyone know a good plugin to upload and preview an image using jquery....? I've been googling this for a long time and still can't find any....!!!
Thanks and R …
-4
votes
2answers
75 views
Bug in video gallery ,jquery…Please help
I am not able to fix the bug in this file.I cant paste code here cause its too lengthy for every one to work on it.. so im posting this rapidshare link
(file size is just 740kb) …
0
votes
0answers
27 views
JQuery validation plugin - custom validation for group of html elements
I have a set of combo boxes on a HTML form which act as a Date control:
<div id="datecheck">
<select id="datecheck_y" name="datecheck_y">
<option value …
0
votes
2answers
53 views
How to change a class based on the date using jQuery
Hi,
I'm creating an advent calendar and I need a piece of jQuery/Javascript that will change the class on a div based on the date.
I need all previous days to have one class, th …
0
votes
3answers
31 views
Calling a jQuery plugin without specifying any elements
Say I have the following jQuery plugin:
$.fn.myPlugin = function () {
//plugin code
}
Normally, you call a plugin on a certain number of elements, like such:
$("body").myPl …
0
votes
1answer
66 views
Javascript syntax for objects in jquery
I am trying to enhance my page with a jquery right mouse menu, but am having trouble building the correct structures to populate it easily.
Currently my page contains (among other …
0
votes
2answers
35 views
newbie jQuery plugin issue
Hi-
I'm just getting into jQuery plugins and I wanted to do a sort of 'hello world' exercise with a barebones object-oriented plugin template. But I can't get the console.log stat …
2
votes
1answer
65 views
Is there a profitable way to record user actions in textarea?
I need to send bunch of commands to the server on timer - like:
put(0,"hello")
del(4,1)
put(4," is around the corner")
so I need to monitor and record all of the user input and …
0
votes
3answers
61 views
Jquery validation: submit the form with javascript with no validation
Hi,
i'm just using the JQuery validation plugin.
i have the following spec: 'if the form isn't used in 10 seconds, give the user a warning, if he doesn't do anything, submit it an …
0
votes
1answer
48 views
livequery for detecting dom changes
How do I detect the changes in DOM like innerHTML updated etc using JQuery's livequery.
I tried like below
Script -
var matched = function() {
alert('detected');
};
var un …
2
votes
1answer
16 views
JQuery Validator Plugin
I have managed to implement the validator on a form, and is working fine for all my needs apart from a crucial last one.
Does anyone know how I would go about (or whether it's eve …
0
votes
3answers
38 views
Pre-requisites for JQuery.
I am using Aptana Studio 1.5 for PHP development. I want to use a JQuery plug-in. I want to know whether there are any pre-requisites for using JQuery or is it same as JavaScript?
