I am in the process of designing a financial web page (using Java, Wicket, JQuery..) where one of the page has around 5 tables and each table has around 10-15 columns. These columns should be highly configurable that means some clients want to view/hide selected columns or some clients may want to see column name as different from other ...
I can't figure out how to change the format for this and there is nothing really in the sparse documentation, which I find bizarre since it is surely one of the most important things when dealing with date inputs.
I have:
<script type="text/javascript">
jQuery(document).ready(function() {
jQuery("#event_start").simpleDatepicker();
})...
I am using the jQuery cluetip plugin in a portal environment where there can be more than one instance of a portlet on a portal page. Each portlet is its own app, so it really knows nothing about the other portlets. Each portlet needs to use the cluetip plugin, so it is loading it when it needs it. The problem is that, when the cluetip s...
Hi all,
I have a UL list like:
<ul>
<li>menu1</li>
<li>menu2</li>
<li>menu3</li>
<li>menu4</li>
<li>menu5</li>
</ul>
I want to use this list as a animated JQuery menu. Setup in such a way that if a user clicks menu3 it becomes the first item in the list as menu1 and menu2 get appended to the end.
So after clicking on menu3...
I have a navigation tabs and when user clicks a tab the div changes with ajax. I would like to it to remember on what tab user was when user changes page. I havent done the tab navigation and im totally new to javascript/jquery. Here is the javascript for the tabs:
jQuery('#contentContainer #tabNavi .nav-item').each(function(i, item) {...
I have some set of values updated in the modal and the modal is opened on the same page .
on closing the Modal How can i refresh the Page in jquery
$("#dialog-modal").bind('dialogclose',function() {
//How Do i refresh the current Page.
)};
...
Sorry if this is repost but I couldn't find my question after I posted it. I have a rails app that is rendering a json string and storing the same sting in the db. The output from the initial page that receives the output and the page that displays the data from the db have different output. The data and the function to format the data a...
Hi,
I'm writing an application that serves as an admin panel using JSF 2.0 and Hibernate. I have a JSP page with a JSF form which elements are added dynamically using javascript (jQuery to be specific). So I cannot make any assumption on how much data do I have to process. I have a managed bean but I don't know how to put the getters and...
Hello,
I am using the jquery cycle on a new website and am having trouble positioning the pager element. Here is the url:
http://www.rockymountainsports.ca/web/layout.html
in the jquery the #nav element is defined with .before(element) I can change the .before to .after and it positions it about 300px below the box. I would like for t...
I have a grid that is currently using Telerik Grids, I would like to convert this to using all Jquery with JSON. I would like to know what is the best tool to use. FlexiGrid and jQgrid are the top ones on my list although I can not find any examples with FlexiGrid having nested tables (detail tables), which is a must.
My question is, wh...
I am using this jquery ui autocomplete but i need to grab the data from a json object every keystroke and put it in the dropdown as the user types. But the example uses just an array
<script type="text/javascript">
$(function() {
var availableTags = ["ActionScript", "AppleScript", "Asp", "BASIC", "C", "C++", "Clojure", "COBOL", "Co...
hello. i have a div, and i'll browse each elements child of this div.
html page :
<div class="articleviewphoto1">
<div class="articleviewphoto1small">
<a href="#" onClick="loadPhoto('53')"><img src="./articles/photos/1284393671790/1284393671790-1.jpg" class="photoartsb" id="53" /></a>
</div>
<div class="articl...
I am fairly new to Jquery and javascript and have jumped in head first and am a bit stuck.
I have a page where clicking a button opens a small overlay via an AJAX call that then gives a whole bunch of checkboxes for users to choose what tags they want to associate with the keywords. I'm then trying to process the checkboxes via another ...
Hi. i'm looking for a php script server side that load an image in a div on client side.
first shot :
ajax.php
if((isset($_POST['id'])) && ($_POST['id']=="loadphoto") && (ctype_digit($_POST['idp']))) {
$query=mysql_query("SELECT articleid, photoid FROM articles_photos WHERE id='".$_POST['idp']."'", $mydb);
if(mysql_num_rows($qu...
Greetings everyone!
I want to know if its possible to find out if a div with id="contentEditDiv" excist AFTER the link i just clicked.
My goal is to toggle (remove) only the ajax thats been loaded and inserted after the link.
<a href="#" class="contentEditLink" id="1">link 1</a>
<a href="#" class="contentEditLink" id="2">link 2</a>
<a h...
I think I'm missing something simple, but I'm just not seeing it. I have an ASP.NET MVC app that is dynamically building a dropdown based on the value of another dropdown. The dropdown list is being populated correctly but when the form posts back the value of the combo isn't posted back for some reason.
$(document).ready(funct...
I've been tasked with adding functionality to an existing ASP.net Form Application. Users are authenticated when they log in.
I've been asked to program the application so that when the user logs in, they see a special message notifying them that they have a new message(s).
I think that StackOverflow implements this functionality extr...
I'd like to add the ability to save a complex query built up in the advanced search dialog.
Saving the generated SQL is no problem, but I'm not sure how to add buttons to the advanced search query dialog to give users the options of saving / loading a query.
Any advice would be appreciated.
...
I have an index page for listing products. From this page I would like to be able to open a dialog with the following tabs. Edit/Create Product, Product Images, and a tab for Brands. The brands tab isn't specific to the product being edited/created, and doesn't require being passed an ID. I have everything broken up into the following pa...
I am trying to change the text of the jquery cycle pager element. By default is is 1, 2, 3 etc. I would like to just make a customized name for each one. Here is the url:
http://www.rockymountainsports.ca/web/layout.html
Any help is great,
Thanks
...