I'm using the JQUERY UI Accordion module:
<script type="text/javascript">
$(function() {
$("#sidebar_column_accordion").accordion({
fillSpace: true,
icons: { 'header': 'ui-icon-plus', 'headerSelected': 'ui-icon-minus' }
});
});
</script>
By using the fillSpace option, the accordion takes up the entire height of...
I am looking for a JQuery accordion plugin that supports the following:
UL based
built in support for nested ULs
cookie persistence (even on different paths)
standards compliant
jstree/treeview/dynatree are out of the question
...
Hi guys and gals
I've made a jQuery animation, which fades through some logoes that all uses PNG transparency. In IE the transparency disappears. I've tried unitpngfix.js but it doesn't work.
The site is: http://tinyurl.com/yc5wdpr
Note: Try using Firefox to see the wanted effect.
Can any of you, see what the problem is?
...
the link specified below is a jquery timer plugin.
http://keith-wood.name/countdown.html
Also i use the following to start a timer
$('#timer').countdown({until: 12,compact: true, description: ' to Go'});
My question is how do i deduce that the timer has reached 00:00:00 or the time given has elapsed
Thanks..
...
I'm having a problem with the DatePicker implementção with jqGrid.
I got it using editoptions:{dataInit:functiondate} for the DatePicker is instantiated.
User clicks on the field and called datepicker and perfectly.
When the datepicker is appearing and click directly on the close button of the form.
The form closes and the datepicker w...
I'd like to customize jquery treeview plugin to support cookies on nested ULs. I extracted the piece of code that needs to be customized but I am having problems getting it to work.
function serialize() {
function binary(arg) {
return arg ? 1 : 0;
}
var data = [];
branches.each(function(i, e) {
data[i] =...
Hi designers/developers,
I am looking for a way of graphically showing a countdown. I am working for a large Hospital and have written an Ambulance page that shows ambulance arriving in a datagrid with the time of arriving at the hospital in minutes and seconds (plus other info).
They have asked me for somehow visually representing the i...
This is a 2 part question:
1)
click on one of the demo dropdowns on this page. when you tab over to the next input, the text is selected/highlighted in firefox. how can i prevent this from happening?
2) bonus: can you review my code that is hosted on google and tell me what i can improve?
...
Help would be greatly appreciated. What is the correct markup that would change this function into a plugin. I tried, but cant make it to work.
$(document).ready(function(){
$('ul.tabNav a').click(function() {
var curChildIndex = $(this).parent().prevAll().length + 1;
$(this).parent().parent().children('.current').removeClass('current')...
Hey Everyone,
This maybe a very mundane question, but this is the first jQuery plugin that I write and I'm a bit fuzzy on understanding the scope rules in Javascript.
I'm trying to write an simple jQuery plugin that wraps around the Stack Overflow API. I'm starting off by trying to work with the Flair API.
I wanted to make the plugin...
Hi,
Is there a way to track users of my site (based on Session ID's) using JQuery? I would like to know what pages and how long they spent on each page for example. Or any other suggestions are welcome. I had tried this with Google Analytics but I cannot seem to track individual users based on an ID.
GF
...
I have a asp.net web content from that have a asp.net textbox and I want to use Plugin/Validation but it is not working with me here is my code:
<%@ Page Title="" Language="C#" MasterPageFile="~/Master.Master" AutoEventWireup="true" CodeBehind="WebForm1.aspx.cs" Inherits="IMAM_APPLICATION.WebForm1" %>
<%@ Register assembly="AjaxControlT...
I'm using jquery with the jquery form plugin.
I read through a bunch of posts, the docs, etc., and I'm still having trouble with what I believe to be simple. I have a form with some simple text inputs and a couple textareas, and I have this link that I want to trigger submission of that form to a specific method (/email):
<a id="email...
Hi,
I have the autocomplete plugin (http://bassistance.de/jquery-plugins/jquery-plugin-autocomplete/, version 1.1 and 1.0.2) on a project to add pieces of "equipment" to a "project". On a fresh project the plugin works great; the data returned from the database comes back FAST, you can scroll the list fast, and can select an item and mo...
Hello,
I'm using the setFlash and hasFlash methods of symfony 1.4 with WAMP 2.0
Locally with my frontend_dev app, all work fine.
But in production environment, my test $this->forward404Unless($user->hasFlash('resultsArray')); fails.
I thought that the flash methods where enabled by default. What can I do to make it works please ?
Tha...
I used the following function I found online and it works perfectly. However, when my user later asked for commas to be included in the numbers, it broke. It only adds the numbers preceding the comma.
Here is the function:
function sumOfColumns(tableID, columnIndex, hasHeader) {
var tot = 0;
$("#" + tableID + " ...
This is a tall order, but is there a jQuery or Mootools (or other framework) plugin to wrap text around images and support IE6? I've tried the jQSlickWrap, but unless the browser supports HTML 5, you're out of luck. What's strange is that IE 6 supports the jQuery Background Canvas plugin, which uses the CANVAS object (via excanvas.js) ju...
Trying to get jquery validation plugin work with my step by step form and here is the function i made. It works but only with first step. Any other step or final submit wont work in that case. If anyone could have a look whats wrong with my code i would appreciate the most.
Thank you.
function StepByStep(){
var a = {
rules: {
...
Take a look at this snazy plugin:
http://remysharp.com/2007/12/28/jquery-tag-suggestion/
** it's real small
Source: http://remysharp.com/downloads/tag.js
For the life of me, I can't figure out where in the plugin JS the code is injecting the SPAN which contains the tags...
I see the following around line 73:
var tagMatches = document...
While clicking outside modal window(iframe), it gets closed that's not suitable for forms etc.. how to disable this thing?? :S
...