I have a Fancybox (or more accurately) a number of fancy boxes on an asp.net page.
My Fancybox (jquery plugin) works fine until a postback occurs on the page then it refuses to work.
Any thoughts? Anyone experienced similar behaviour?
UPDATE : Some Code..
I have a databound repeater with a fancybox on each repeating item.
They are i...
I'm creating a file permissions dialog and am limited to the use of jquery and boxy. No iframes, no popups. The server side reading is taken care of, and so is submission. My issue is i have elements inside the boxy and i've no idea how to retrieve their values.
Any help, or tutorial would be great.
Have already read: http://onehack...
On the following page, I created a quick mock up of what I've been looking for. Here's the issue with my example:
1) It needs to be inline so it can be part of a sentence. Like.. Welcome to my blog, check out some of the [Categories]. Some more text after.
2) When the box examples, it should overlap the content below rather than push i...
I am trying to make a flash card studying web app for a school project and I wanted to use Flip! I have an issue, though when I put the anchors with their click events bound to the flip function inside the divs to be flipped. I am new to jQuery. Any help would be appreciated. Is there a flip forum? My code is below.
<!DOCTYPE html PUBLI...
Is there a JQuery plugin that makes easier handling window resize events?
Specifically I would like the google maps iframe to resize when the window does - just like a div.
Can jquery help?
...
I have a form with two buttons. I check which one is clicked at the server side using the name attribute of the element in the POST data and do stuff accordingly:
<input id="reply" name="reply" type="submit" value="{%trans "REPLY"%}">
<input id="delete" name="delete" type="submit" value="{%trans "DELETE"%}">
I'm trying to add a confir...
Is there a jQuery plugin that mimics the Zazzle.com photo zoom effect (you can view the effect here: http://www.zazzle.com/awards+tshirts). The closest I've found is the jQZoom plugin which opens the larger image in a separate container, instead of overlaying within the same container.
I figured I'd ask, before I started building away ...
I'm using JQuery Form Plugin to upload a file together with PHP, everything works perfectly in Firefox, but in Internet explorer is does not do anything if I submit the form.
My code is below
<script type="text/javascript">
<!--
$(document).ready(function() {
var options = {
target: '#message',
url:'../includ...
I have search result which includes images. When the user hover over the image the image should expand somewhat large size like we see on bing image search. Is there any Plugin for that. Please help. Any Suggestion will be appreciated.
...
Hi all,
I'm trying to write a few plugins for jQuery, so as a starting point I went for the basic example shown in the documentation (here). This is the code I have, in a js file called jquery.test.js:
(function($) {
$.fn.myPlugin = function(settings) {
var config = {'foo': 'bar'};
if (settings) $.extend(config, settings...
I'm attempting to build a custom Image + Description rotator /w custom thumbnails using Jquery Cycle.
Something kind of like this example: http://www.malsup.com/jquery/cycle/pager2.html, but using DIV (instead of images) and custom thumbnails from an alternate directory.
From what I can understand this is how I'd build the sample above...
Hello,
I have a file upload form which makes use of the jQuery Form plugin to upload 3 files via the ajaxSubmit() command.
Success and Error Callbacks are provided to ajaxSubmit() to display the result in a <div> to the user.
When the uploaded files cause the Request length to be exceeded the MVC framework throws an HttpException, and...
there are the criteria
can style the modal box(round corner, window and background color etc )
allow embedded html and custom its position
can custom style for the 'forward' and 'back' buttons, their images and positions
have a 'play' button for image slideshow or allow custom JavaScript to do so
thanks
...
Hi,
I have searched through a lot of the similar questions on here, and tried many things but I am still stuck. Not that I am relatively new to jquerry.
What I want to do is use jquery ui tabs (with jquerry address - for back button and bookmarking). I have this working no problem.
Inside each tab, I am trying to use an jquerry ui aja...
I'm trying to modify Brian Reindel's Accessible News Slider plugin (sorry, it won't let me link to it and also to my work location), to allow a visitor to fill in multiple copies of a form, sliding back and forth between them. I need for the visitor to be able to add and delete copies of the form from the list. I've modified one of his e...
Which is a good jQuery slider for moving a div element.
I have come across coda slider and easy slider
But neither of these uses jQuery1.3 and continuous auto-scrolls, which are my requirements.
...
I'm using the jquery taconite plugin to make an ajax request that will replace a certain element in my page, however the element has an id like "email.subject"..
I can select it just fine if I do '$("email\\.subject")', but when I try to use the taconite plugin like this:
<taconite>
<replaceWith select="#email\\.subject">
...
[EDIT: Sorry to those who already answered -- in my sleep-deprived state, I forgot that this particular situation is a YouTube movie, not the JW FLV player. I can see that there is more extensive documentation on interacting with YouTube movies, so I will pursue that, but any more information is also welcome]
I am using embedded YouTube...
I'd like to change the Default altFormat, but I can't seem to get it to work.
$("#myFav").datepicker({ dateFormat: 'yy-mm-dd' });
$("#myFav").datepicker('option', 'dateFormat', 'yy-mm-dd');
I thought altFormat would work just the same?
...
Can you drop items onto a jstree and it will fire an event as I have tried and it does not. Can anyone confirm it does or doesn't support this functionaility before I dig deeper?
...