You cannot post messages because only members can post, and you are not currently a member.
Description:
jQuery is a fast, concise, JavaScript Library that simplifies how you traverse HTML documents, handle events, perform animations, and add Ajax interactions to your web pages. jQuery is designed to change the way that you write JavaScript.
|
|
|
ready() to bind post-ajax events
|
| |
I haven't seen much mention of this on the web, and only recently
discovered it works.... not sure if this is somehow bad practice or
just a lesser known trick, but lately I've been chaining .ready() at
the end of .html() when I want to bind events to new ajax data... I
presume it's much more efficient than live(), and avoids racing... more »
|
|
how to return for jquery.Format
|
| |
Hi, im adding a method. i want to display a message like: THECONTENTOFMYINPUT is already user. this is what im doing. jQuery.validator.addMethod("ch eckname", function(value, element) { var name = $('#PromotionName').val(); var promotion_id = $('#PromotionId').val(); text = $.ajax({ url:... more »
|
|
Ajax with jQuery and Rails
|
| |
I am learning Ajax with jQuery. My server is Ruby on Rails.
In a nutshell, I do not know how to let jQuery give up control and let
the server side take over. I have a jsTree displaying various nodes
(folders in my application). If a clicked folder has documents in it,
then I want to let the Ruby on Rails server code redirect the control... more »
|
|
jCarousel
|
| |
Is jCarousel compatible with jQuery 1.3? If it isn't is there a quick
fix?
|
|
Slide in / out message
|
| |
Hi all,
I try to make a div to slide down, pauze for 5 seconds and then slide
up. This is meant for showing a message. Just like the Twitter
interface. But I cannot get it working. Anyone an good idea?
Thx in advance!
Current code:
$(".testbutton").click(functio n () {
$('#test').slideDown( 'slow' );... more »
|
|
[Jquery parent window's table]
|
| |
Hai,
I want to change the parent windows table from popup window.
I used window.open to open a popup window.
when i click a button in popup window i want to assign some value in
parent windows table (cell).
<script>
function resetIndex(res){
$i("index").value=res.parentNo de.parentNode.rowIndex;... more »
|
|
Inclusion of external scripts ("best" approach)
|
| |
Hi,
I guess most of you are aware of the peformance tip: put JavaScript at
the bottom of the page.
Now, what I have seen on quite a few pages is that the jquery.js is
placed in the header, and a file with all the code inside $
(document).ready somewhere before the </body> tag.
What are the benefits of this approach? Why not putting both files at... more »
|
|
Use of product
|
| |
Hey, i'm just getting into jquery and i'm going to start posting site
templates on theme forest, and, with the permission of the author of
jcarousel, if it is possible to edit the css to change the look of the
carousel, don't worry there will be a link back on the site.
|
|
jQuery MultiFile Upload with ASP.NET
|
| |
I'm learning more and more about jQuery and am really enjoying what I
can do with it. I'm working on a multiple file uploader in ASP.NET w/
C# and am looking for advice (or good tutorials) on uploading multiple
files using the jQuery MultiFile plugin. I've seen examples using it
with a single file, but how can I go about accomplishing this with... more »
|
|
|