Hi every body
i am developing a MVC application, and i want to use Jquery dialog .
i have the following scenario :
I have Telerik tree view, and when i click on any node i want the dialog to open and display information about this node.
First i add the following script to initialize the dialog :
$(document).ready(function () {
...
I want a Simple jquery plugin. i have looked at a few and even the jQuery UI. i dont intend to use the UI element of jQuery so i want some recommendation for a simple tabs plugin.
...
Hello, i'm building a web app which has a navigation that loads after doc ready which contains a bunch of links...
I want these links to be deep linked and am trying to use jQuery Address however it doesn't seem to work with content that isn't hard coded on the page...
Has anyone got jQuery address or another jQuery deep linking soluti...
This one has been perplexing me on a couple recent sites I've worked on, and I had to end up going with another solution, but I'm determined to get to the bottom of it this time.
Here is the example code from the demo page here: http://jquery.malsup.com/cycle/int2.html
$('#s4')
.before('<div id="nav">')
.cycle({
fx: 'turnDow...
Here is my plugin
(function($){
$.fn.myPlugin = function(options){
var defaults = {
width: 800
};
var defaults = $.extend(defaults, options);
var self = this;
function init(obj){
/*Initialize object*/
self.myPlugin.doAnimation(600,400);
}
...
Hi, I was trying to use the jquery templates (http://stanlemon.net/projects/jquery-templates.html).
What I am trying to do
I am trying to fetch an array of objects through JSON and render them using the jquery templates. I get the JSON as follows
[{"type":"todo","title":"sample task","description":"this is description","tags":["todo"...
Currently, my understanding of jQuery BBQ is it requires me to use an href like href="#/stufff/123/13"
Problem with that is it requires me to add a # to all my URLs throughout the site which then means non-javascript browsers can't use the site...
My question, is there a way I can simply add a class to all HREFs I want deep linked? so...
Hi,
i have to put the validation on jgrid cell.
Like user cannot be able to enter the any value in calender cell even not the numeric value.
How can i prevent script injection in grid cells.
Thanks
...
I have problem with jCaret plugin in IE.
jCaret downloads
I want to get the caret position inside a textarea.
My code looks like this:
$('.myTextArea').click(function(){
var myCaretPos = $(this).caret().end;
});
The problem in IE is that I only get correct result if the textarea is only one line, but if there are more than on...
I want to have my bonus bar always toggled so it's non intrusive advertising so that the user clicks on it to bring the bonus bar up. However when it was made it was initally always visible. I want to change this and found I can change by setting slideDown to slideUp however doing this completely breaks the bonuses cycle.
Can anyone poi...
Hi,
i am using jgrid. i am creating a specific XML as per the jgrid format using c#(Castle Monorail).
i am sending data to view in string format and pass it to "url:" but its not working.
but if i m passing the xml file path to the "url:" its working and data is showing in the grid.
Is i m doing mistake any where.
Should i have to paa...
I need to see if there is a current watermark set for an input field but i am not sure if there is a getter for this watermark plugin. I know i can set a watermark like this
$("#request_money").Watermark("Not now");
I tried this but it doesnt seem to be setting the value
if($("#request_money").val() == "Not now"){
$("#request_mone...
Hi,
I have a problems with the JQuery tablesorter plugin.
I use "zebra" widget, but it doesn't work if i have another table in the main table.
$("#selection_table").tablesorter(
{
widgets: ['zebra']
})
if i have another table somewhere in the selection_table, zebra widget stop working properly.
Is there a wa...
Question... I want to build a one page web app that has deep linking (the url changes on click to where the user is loading) so the user can share links, bookmark, etc...
The issue with the jQuery BBQ plugin is that it requires the href to have a hash in it like href="#/photos/1"
That means I need to make sure every URL in my app start...
I have to sort a table and looking for right plugin. Some of the columns have dates and some have currency signs($) as shown below. Are there any JQuery plugins available for sorting this kind of data.
...
Hi,
I have a custom control which is used on many pages. I am making use of a jQuery plugin shown in the below link.
Link- http://www.jquery.wisdomplug.com/jquery-plugins/jquery-custom-select-box-plugin/
Problem is this plugin loads on the pages which take time to load and fails on those which load quickly.I also have multiple instance...
Hi,
I have to set the startdate/Mindate in jquery datapicked calender. i am using datepicker v1.7.2. and using mindate and max date prpperty but its not working fine.
...
Hi guys,
I am using facebox in one of my projects. Is there a event to get the close/hide event of the box?
onHide is not available ?
...
I was reading the code for AutoScroll plugin @
http://blog.insicdesigns.com/2010/08/an-ultra-lightweight-autoscroll-to-top-jquery-plugin/
There you will find
var t = jq('<div class="'+ops.styleClass+'"></div>')
then after some code
t.clearQueue().fadeOut(ops.hideDuration || 200);
What do clearQueue is doing here ? Or simply ...
As some may know, IE 5.5+ has considerable problems handling .PNG's, whether it be displaying them, fading them in and out, etc. The problem that I am having is how to integrate the IE progid filter fix inside a jquery gallery that I'm using authored by a developer by the name of Jeffrey Fry.
The fix is as follows grabbed from anothe...