hallo together,
i am searching for a solution, where the back and forward buttons control my ajax-call history.
so if i maka a ajax call, and then press "back" i want to reload the original page.
if i do a ajax call and then another, and then press the back button i want to do the first ajax call again.
and so on ... (i.e. if i now w...
Hi,
In an aspx page I am calling a jquery plugin for two listboxes as below.
$(document).ready(function() {
$("select.select_AdditionalLanguages").custSelectBox();
$("select.select_Organisations").custSelectBox();
});
Problem is, in the plugin jQuery(this) holds the listbox which was loaded last. Please suggest how t...
Hi,
I'm trying to call an external script from within a lightbox (prettyPhoto).
Basically the script calls a video from a streaming server.
I'm able to see the lightbox appear, the script begins execution and then immediately causes the page to crash and hang.
Is there a lightbox able to accomplish this? My code looks like this:
<a h...
I have implemented a simple scrollable photo-gallery with jQuery Tools.
I then attached the autoscroll behavior to the jQuery tools scroller to create a photo slide-show.
Then I attached the jQuery colorbox to the photo slide-show to provide a larger version of the images.
I'm running into the following problems. I hope I can explain...
Hi,
I have a javascript object with several properties. The object also contains an instance method that returns the result of a calculation on two of the object's properties.
I'm using the new Jquery .link() plugin (http://api.jquery.com/link/), to update the UI and form elements with the object property values and vice versa, whenev...
I am trying to build a jQuery slider.
This will fade in and fade out images that ares "stuck" in the same place.
(Is this explanation clear).
A little bit like this:
http://d2o0t5hpnwv4c1.cloudfront.net/377_slider/slider_sourcefiles/slider.html
But without the horizontal moving.
Can you point me to something similar, so I can modify...
Hello SO:
I am using jQuery and a plugin called Galleriffic to display some images and text on a website I am developing. I have only tweaked the CSS (size and color mostly) to fit my page, but for some reason the text that displays for the next image you click appears below the current text then when the old text fades, it slides up to...
I need a better solution for auto-completion when the values being auto-completed are file names. I have an application that requires the user to input the name of a file (to be fed to a static analysis engine based on Perl::Critic, in case anyone is curious). File-upload isn't an option for a couple of reasons, the main one being that I...
I'm trying to create a jquery plugin
initially the plugin is used like
$('element').plugin;
Now, i want to extend it further to call specific operations like
$('element').plugin.create;
or
$('element').plugin.delete;
any way of doing this?
...
I'm trying to render a table of items that will be themeable using jquery ui css framework. I don't need a powerful grid like the jquery grid plugin, just make it themeable with themeroller. Here's what I tried so far:
<table class="ui-widget">
<thead class="ui-widget-header ui-widget-top">
<tr>
<th>Col 1</td>
...
I have a page with lots of images on it, and only want to load extra images on demand. IE if the user clicks on it or mouses over, whatever. Most if not all of the sliders i've seen use the hidden attribute with all the elements getting loaded at once, which would cause undue burden in my case.
I liked: http://nivo.dev7studios.com/ ...
I'm looking for a plugin of this kind.
...
I have recently used the Asual Jquery Address v.1.3 and it workes successfully with Firefox but I found the following problem in the Chrome:
it can't fire the ExternalChangeFunction envent and there is no alternative from using this event because document.ready fires again when trying to change the address by this script plugin
$.addres...
Hello everyone,
I'm making a little widget for my site using a search api I just made. Briefly, I want to retrieve last posts or top rated posts. I've got to tabs for that.
By default, on loading, I'm on recent posts. If I click on Top posts, I'd like to call a function inside my plugin that modify a var that tell to my search API to r...
hi folks,
I'm having an issue with FancyBox. It's supposed to auto-resize the wrapper in accordance to the dimensions of the image. It's not doing that. Specifically it's too small. You can view what I'm talking about here:
http://www.themascot.ca/gallery_photos.php?event_ID=4
And here's the FancyBox jQuery code I've used:
$("a[rel=p...
Hi All,
I have this script
<input type="Button" class="button-calendar" value="add">
<ol class="ol-calendar">
<li><input type="Text" class="text-calendar" name="calendar_1" id="calendar_1"></li>
</ol>
<script type="text/javascript" src="../js/jquery-1.4.2.min.js"></script>
<script type="text/javascript" src="../js/jquery-ui-1.8.2....
I'm trying to build a jQuery plugin for a form, and I'm having some serious difficult wrapping my head around the scope. I was able to get a simple test case working, but since then I've hit a bit of a wall. I am trying to do the following:
Execute the plugin on multiple forms on 1 page (currently, the settings variable gets overridden...
We need a datetime picker that should be configurable to restrict the choice of certain dates (in the past, for example). Optionally it should restrict hours in the past.
Note that we've tried a lot of datetime picker components but they didn't have the restriction option. Note also that this plugin has minDate, but it does not support ...
Hi
Can any one provide link for jquery pop window (not div element) plugin. Window should open on mouse over/click events with loading image on link before window open. No light box is required.
Example : infolink urls for advertisement
...
Hi,
I have a HTML table thus:
<table id="tablesorter-demo" class="tablesorter" border="0" cellpadding="0" cellspacing="1">
<thead>
<tr>
<th>Checkbox</th>
<th>Price delta</th>
<th>Price range</th>
<th>Price brackets</th>
</tr>
</thead>
<tbody>
<tr>
...