Hello, I am trying to animate background images on my site, when a background image is selected I want it to slide in from the left and push the old background out of picture, can anybody help with the code as the stuff I have written does not work,
<script type="text/javascript">
$("a.background_btn").click(function(ev){
ev.pre...
I am using JCarousel to display some ads.
Everything works fine, except when there is no ads, ie JCarousel has zero content.
This will cause the Next Button to be active, as if there where unlimited items inside the carousel. I haven't altered any code at all, just the css for the colors and attributes.
Does anybody know what I am talk...
The next button is enabled even though there are no items in the carousel, and it seems as if JCarousel thinks it has infinite items, because when I click the next, it actually scrolls.
I want to disable the 'next' when there are no items in the Carousel.
The Carousel works perfectly when there are items in the carousel btw!
I have abs...
As jQuery thickbox is not maintained anymore (as of ThickBox 3.1), what is the best alternative for jQuery thickbox currently available under GPL or similar license. Looks nyromodal is best available so far, but is there anything better. (nyromodal has some problems in IE 6)
I am looking for a plugin which can handle ajax forms, inline ...
I am using the superfish menu and also a jquery slideshow on the same page.
For some reason they aren't playing together nicely, I have no idea why.
If you mouse over the links at the top there should be a fade effect for the sub menu items.
I've uploaded a file so you can see how the menu doesn't work.
http://www.wilwaldon.com/jqu...
I have included jQuery as well as colorize plugin reference in my master page and I want to use it in my Content pages.
My scripts are located in Scripts folder in MVCApplication. I am referencing it in my master pages as :
<script language="javascript" type="text/javascript"
src="<%= Url.Content ("~/Scripts/jquery-1.3.2.min.js")%> "...
Is there a way to easily override jQuery's .val() function?
The reason I want to override it is that I want to add some processing each time a value is set for an element. And I don't want to make another custom value setter, such as .myVal()
...
Greetings.
I am trying to modify Shawn Mayzes JQuery Google Maps plugin to support retrieving a "current" latlng property.
Shawn's plugin and examples can be found here: http://www.mayzes.org/googlemaps.jquery.examples.html
The example on which I am focusing is "Map Geocoding Simple" (http://www.mayzes.org/fragments/new/geocode.html...
In my aspx page I have a thumbnail image <img>. When the user clicks on that image I would like a popup to show that blocks out the rest of the UI with the larger (full) version of the image.
Are there any plugins that can do this?
...
I love the Fly to Basket jQuery plugin, and am looking for similar plugins.
If anyone knows of any plugins or sites using some different type of effect for a shopping cart, could you share that link?
...
Hello,
Just started with jquery and am trying to get form validation to work using the validation plugin. Then I discovered the maskedinput plugin (http://digitalbush.com/projects/masked-input-plugin/) and tried to use it on a phone number field.
Things work to a point:
When the phone field comes in focus it displays the place holders ...
I am looking for way that I could at least has some intellisence in my Zend Studio Evironment (Eclipse Based) for my JQueryUI development to enhance my productivity.
Are there any plugins out there whether free or commercial that I could used?
...
I Recently launched my portfolio page, and I used a jquery plugin to sort my portfolio entries based on their classes. Please view it Here
You will notice that when you rollover each image, it enlarges and a case study link shows up. That is how it should look. When you press on the logos & branding button (up top) it functions perfectl...
can figure out whats wrong? always returns faluire
function addItem() {
var rowCount = $('#grid').getGridParam('records');
var lastRow = $('#grid').getRowData(rowCount - 1);
var newRow = lastRow;
newRow.Id = "0";
newRow.Person = "";
newRow.Date = "";
v...
I'm using the jQuery Form plugin and more specifically the ajaxForm method to hijack a normal form and post it using ajax. I have a form with lots of rows. Each row has edit and delete options and each section has an add option. Hijacking the form I can work out on the server whether to add, edit or delete but would like the ability t...
Hi,
I have a simple 3 column site - left, center and right. The center column is where the main text content goes and is generally much longer than the left or right content.
before I write one, is there a JQuery plugin to keep my left and right column content in view when the user scrolls the window? i.e. they stick to 10px below th...
I'm trying to read a querystring parameter ("ssip") via jQuery and the query plugin, but it seems to return null instead of the actual value.
Here's is my code:
<script src="jquery-1.3.2.min.js" language="javascript"></script>
<script src="jquery.query-2.7.1.js" language="javascript"></script>
<script language="JavaScript" type="text/...
I'm trying to use the jQuery validation plugin and then submit my form via ajax, but I'm missing something. Anybody have any insight?
$('#theForm').validate({
focusInvalid: false,
invalidHandler: function () {
$('#message').addClass('error').html('Please fill out all necessary fields.').slideDown();
},
submitHand...
I am a long-time, generally very happy user of Prototype. I recently switched to jQuery because of the massive community support, basically amounting to a unanimous choice and de facto industry standard. Since then I have not been so happy. Yes, I have read the comparison threads, and I can live without the handful of ported Ruby/Rail...
I am building a site that uses two jquery plugins: A Jquery Menu (that I modified a bit) and the JFlow slider. I have uploaded the page that Im having the problem here.
For some reason, the file menu.js (that is the engine behind the nav bar) causes the slider to stop working. When I remove the line of code:`
<script type="text/javascr...