This was asked 3 months ago:
« I would like to have a few cycle galleries on a page, but only one active at a time, and the others hidden. Ideally clicking a link (thumbnail from a list) would activate the next cycle gallery. »
but if I would prefer to have PREV and NEXT inside a div called "#imager_nav" instead of a pager what do I nee...
how to make the response result at sEcho become not zero?
{"sEcho": 0,
i've been use this code but result still zero..
$sOutput .= '"sEcho": '.intval($_POST['sEcho']).', ';
...
Hello,
I am wondering if there is a way to NOT show the disabled elements? And if they we're re-enabled (by javascript/jquery) show them?
...
I'm relatively new to jquery and cannot for the life of me get this to return the proper youtube id it just always returns the first one in the table.
php.
I load the youtube id from my database then display it in the table.
require_once 'library/Zend/Loader.php';
Zend_Loader::loadClass('Zend_Gdata_YouTube');
echo '<br/>';
echo '<table...
I'm trying to crossfade images using the canvas drawImage() method. I'm using jQuery to fadeIn() and fadeOut() the canvas.
Here's the code:
$("#c").fadeOut(800,function() {
//aw and ah are calculated here
ctx = canvas.getContext('2d');
ctx.drawImage(img1, 0, 0, aw, ah);
$("#c").fa...
Hi,
menu sample
I was wondering if anybody knows of any menu systems (jquery if possible but doesn't have to be) that looks similar to menu sample.
It's not really the 2D button look that I am after but more how the sub-menu off the parent menu block is positioned off to the right of the menu.
Any help with getting this menu struct...
How to call a server side function/event using jquery ?
...
I'm using Ruby on Rails with jQuery and trying to do the following:
<%= link_to_remote (image_tag("delete.png"), :url => { :action => 'remove_candidate', :id => candidate }) %>
When I load a page and hit the link I get 'Ajax is not defined' error in FireBug console.
I understand that it's because I didn't load prototype, but load...
Hi
i have to call localhost cakephp made pages using jquery in my another cakephp folder page in div.please suggest any example so that it will be easy to do that.
thanks
...
I have a problem with an image that I am applying a custom jquery function against. Consider the following block of code.
<% Dim sUniqueIdent As String = Now.Ticks.ToString%>
<div id="chart<%: sUniqueIdent %>"></div>
<script type="text/javascript">
$(document).ready(function () {
bindLinksForChart<%: sUniqueIdent %>();
});...
I set up my jQuery like so.
It successfully lets me pick an option only once throughout the 3 dropdowns.
However, if I remove a dropdown (use the convenient button), an option is forever disabled (greyed out).
You'll see what I mean. First, ensure that it works and you can not select the same option more than once.
Now, remove and no...
I am rebuilding one product website where client has 1000 of products which he wants user to filter as per his requirement without refreshing page. I am confused I should hire flex developer or Java script developer to deliver such project, looking at low bandwidth issue in India, which technology is more preferred? will using flex can e...
The WYSIWYG for web we have only has English Interface. For Japanese language Interface what will be the appropriate steps to make it. In future, it may requires the other language support.
I am planning in this way-
For Japanese language setting, in the .js file
var language={
"bold":"太字のテキスト",
"italic":"斜体文字",
.....
I am looking for a jQuery plugin which can do following jobs:
1) presents a tree view of certain list of objects( probably only list tags could suffice too for the moment)
2) Every node's subtree is expandable & collapsable
3) List items can be dragged & dropped to alter the tree structure
4) I can retrieve & infer tree structure & d...
Well this probably isn't specific to rails, but in my rails app, I have a page for a show action that contains a bunch of images (4-5 images 40-60kb each).
I don't need to show them all at the same time. I am wondering what's the best way to load them so that the page loads fast and the user experience is not sacrificed either.
Should...
Hi every one, ive been struggling with uploadify. on some pages it outputs 408 error message. The oncomplete is never called and checking the modsec_log i get this
modsec_debug.log:[09/Jul/2010:01:02:04 --0500] [www.veepiz.com/sid#118091f0][rid#1202cbe8][/pupload.php][1] Exec: Execution failed while reading output: /usr/bin/modsec-clams...
I'm using jQuery UI dialog box to render inside grid of records. Is it safe to do that as my browser is crashing along with vs2010. The grid record has only two columns - 1.) some text 2.) checkbox. Total no. of records requested asynchronously are not more than 200. Doing so, the checkboxes kinda freeze. They respond too late after chec...
I have a static html page weather.html
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title></title>
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4/jquery.min.js"></script>
<script type="text/javascript">
$(document).ready(function() {
$.ajax({
...
JQuery ui datepicker wont work on mobile safari. Any workaround or fallback?
...
Hello
I have this code:
<script type="text/javascript">
var loader = "#loader";
$(function() {
$("#selUsers").change(function() {
if ($(this).val() != "") {
$(loader).show();
$.ajax({
type: "POST",
url: "",
data: {
...