I have code that looks like the following:
<form id="MyForm" name="MyForm" method="post" action="index.php">
<input type="text" id="Input1" name="Input1">
<input type="text" id="Input2" name="Input2">
<div id="dialog">
<input type="text" id="Input3" name="Input3">
<input type="text" id="Input4" name="Input4">
</div>
<button type="but...
Is it possible to access the form values in a jQueryUI dialog box from outside the box?
...
So I've got a pretty nice application going using ui-tabs.. problem is, I cannot for the life of me figure out a way to pre-load images in my ajax content before the tab panel is shown. The only way I can think of is to create my own ajax functionality for the loading of tab-panel content, and adding something like this to the ajax call...
Is anybody aware of a project/url that shares jQuery UI compatible themes, that you can't tell at first glance are from ThemeRoller. Difference: different icons, styling of tabs, dialogs etc, not just color palette. I think you got what I mean. ThemeRoller is nice but would be even nicer to have some visual alternatives. Even 1 would mak...
What I'm trying to achieve is to use jQuery to mimic the behavior of the text-selection functionality you see in a typical text-editor, except instead of selecting text, I want to select multiple rows of <div>s. However, so far the only "selection" plugins I've found for jQuery operate based on a rectangular lasso model. In particular, I...
The problem: I have a site that has a large image for the body background-image. This image is cached and remains constant after the first load. i.e. clicks to different pages do not reload the background. That part works fine. For really large monitors I have the body background-color set to #CCCCCC. The problem is that i have some ...
I have a jQuery Dialog box on one of my pages. One of the buttons in the dialog boxes triggers a JavaScript prompt OnClick. Everything seems OK with the lastest versions of Internet Explorer, Chrome, and Mozilla Firefox, but some users are reporting weird behavior.
Are there any known browser compatibility errors with jQuery UI dial...
hey
i have problem with jQuery-ui Dialog when using ajax
$.ajax({
url: "folders.php",
cache: false,
data: {
'do' : 'Ajax'
,'_a' : 'ChangeMoviesFolder'
,'MovieIDS' : Mov...
I work on Asp.Net vs08 C# .I want to show popup ** Bottom** of the button .Not on center of page.Here is my syntax .
Aspx code:
<input id="Button3" type="button" value="Open 1" />
Jquery:
<script type="text/javascript">
$(function() {
$("#Popup").dialog({
bgiframe: true,
autoOpen: false,
height:...
Hi
I did ask this question already at the jQuery forums, but they are not as active as here.
I have encountered a problem when I have multiple droppable areas on a page. I have a 'static' droppable area that will never move, above a div that has multiple droppable areas and can scroll (overflow: scroll). When I scroll the div so that...
Hello,
I'm trying to create an interface similar to IGoogle, where I would have different DIVs populated with links (UL/LI - list items) and user could drag the items from one div to another.
To be more precise, I want to have one DIV that has all the available list items and other DIVs that are user defined (user drags items from the...
Hi everyone, I like to know how works or what means(?) when you define a function in the selector in jquery like this.
$(function(){code,code})
because with jquery-ui you can (or must.. I'm really new with this library) set accordion with this code
$(function(){
// Accordion
$("#accordion").accordion({ header: "h3" });
/...
Hi there,
I have some trouble with jquery ui-events: In my application, there are some sliders. I have to adjust the "min"-option from time to time, but I have the problem, that the change()-event is not triggered after that. I would expect that on every value-change, programmatically or manually, the change-event is called. How to trea...
Hi,
I want to use
slide Toggle jquery control.
I want to have a label, a text box and a calendar control on the label with id toggle to accept some input. The label, the text box and the calendar control should appear only when I click the "toggle" label and it expands. The label, the text box and the calendar control should disap...
For a project I need a box, which often can find in Desktop application Editors. The box has three areas. One Content area, a tilebar and a sidebar.
If a person drag the tilebar, the sidebar grow up. The sidebar need a minimal widht. By a cklick on the tilebar the sidebar dissapear.
The contentarea use allways 100% of the available width...
I am using sfAdminJrollerTheme Plugin for some parts of my application, but when I generate new modules without admin generator, I lose same look and feel than jroller in my other application pages. I know maybe is good idea to use admin generator for everything but I cannot change all my modules.
Regards,
...
I am creating a interface where user can interact with the given options. I am using Jquery UI sortable Empty-list for that.
What's the requirement:--
Suppose there is a table having two columns having some number of rows(>0).
Now i need this Empty-list in every row.(I dont need this middle one shown in the demo ie non-drop-able) Only ...
The code below is (hopefully) a minimized testcase of my original problem. I'm trying to set up a system where you drag list items from the left menu (draggable items) and then drop'em to the box on the right hand side. Once they're dropped, you should be able to click the "draggable item" text and expand their fieldsets.
The problem is...
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Default.aspx.cs" Inherits="_Default" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
<title></title>
<link rel="stylesheet" h...
I'm a newbie and have some problems with making new divs draggable.
The example is: http://jsbin.com/iyexi3/
The problem is when I show the dialog for the name, I create some divs, but they aren't draggable.
...