Stories recently tagged with 'jQuery'

jQuery Can Provide Queue-Based Promise Objects(www.bennadel.com)

submitted by rcashrcash(4149) 6 months, 26 days ago

It seems that jQuery provides implicit promise functionality around their queues and dequeuing functionality. This allows for promise objects to be returned for animations, which are, after all, nothing more than encapsulated "fx" queues. read more...

1 comment |category: |Views: 25

tags: another

Seat Reservation with jQuery(techbrij.com)

submitted by urenjoyurenjoy(337) 6 months, 26 days ago

This post explains how to implement seat booking with jQuery. It can be used in online Bus, flight, hotel, exam support, cinema and ticket booking system. read more...

add a comment |category: |Views: 81

tags: another

Upload and Show Image Without Post back with JQuery(midnightprogrammer.net)

submitted by prashantmx4prashantmx4(815) 6 months, 29 days ago

This post describes how to upload the image in MVC with the help of the jQuery plugin - Uploadify and show it to the user without post back. read more...

add a comment |category: |Views: 7

tags: another

How to Open or Close Modal Dialogs in SharePoint 2010(www.codegain.com)

submitted by codegaincodegain(2794) 7 months ago

Recently, one of colleagues asked me that how to open and close the Model Dialog in the SharePoint as like JQuery model popup, I have come up a solution using pure Javascript that I'm going to share with you. read more...

add a comment |category: |Views: 2

tags: another

Advanced polling with jQuery(techoctave.com)

submitted by vijaystvijayst(1311) 7 months, 8 days ago

This post explains how to do polling with jQuery. Using traditional methods of polling, the connection to the server is lost. With jQuery long polling, the connection to the server is maintained throughout the poll. WebSockets is a future alternative that provide push-type data. This post also explains a bit of how WebSockets work. read more...

2 comments |category: |Views: 74

tags: another

Essential jQuery Plugin Patterns(coding.smashingmagazine.com)

submitted by rcashrcash(4149) 7 months, 10 days ago

This article discusses the different jQuery plugin patterns. The author provides suggestions, examples, and expands upon the differnt methods you might use while creating your plugin. read more...

1 comment |category: |Views: 290

tags: another

Rendering PDFs with pdf.js using HTML5 and JavaScript(deanhume.com)

submitted by deanomachinodeanomachino(764) 7 months, 13 days ago

A couple of clever guys over at Mozilla have thought about this and have come up with a genius way of displaying PDFs inside your browser using Javascript and HTML5. The code is available for download on Github. PDF.js is community-driven and supported by Mozilla Labs which means its good news for us as developers. In the long run this plugin is intended to render PDFs natively within Firefox itself and will eventually ship with Firefox. For now though, we can start using the power of this plugin within our applications today. read more...

4 comments |category: |Views: 413

tags: another

Microsoft makes the case for more jQuery(www.readwriteweb.com)

submitted by vijaystvijayst(1311) 7 months, 25 days ago

In this post, the author explains Microsoft's two projects that embrace modern web UX. One is the PRISM framework that uses the Silverlight technology. The other is the SILK framework that uses more of HTML5, CSS3, and jQuery. Of late, Microsoft is moving more towards the Silk project - HTML5 and jQuery. This post is a good read. read more...

1 comment |category: |Views: 173

tags: another

Code Katas: Kicking off With a Little JavaScript « Composite Code(compositecode.com)

submitted by adronadron(835) 7 months, 28 days ago

BEWARE, this is a crazy long post. So before you jump in for a read, just know that it isn’t a two minute read. A few days ago, my friend Aeden Jameson (@daliful) asks, “you want to work through a code kata this weekend?” I thought, well yeah, that’d be cool. So we met at Cafe Fiore and hacked out the beginning of a Kata based on the Roman to Arabic and Arabic to Roman Numerals. It was fun, which led me to working up an actual blog entry related to our kata session. This however, is just me working thr... read more...

1 comment |category: |Views: 16

tags: another

JQuery with webform input validation, ajax posting json to asp.net C#(www.jphellemons.nl)

submitted by jphellemonsjphellemons(269) 8 months ago

This blog post is all about how to make a nice form and have client side validation with jQuery and the famous validation plugin. After validating the data, the form will be posted asynchronous to an Asp.Net C# Webservice/webmethod. While the post is being processed, a nice loading image will be displayed to notify the user of the progress. read more...

add a comment |category: |Views: 24

tags: another

Create An Animated Bar Graph With HTML, CSS And jQuery(coding.smashingmagazine.com)

submitted by rcashrcash(4149) 8 months, 1 day ago

How can we as Web designers get in on all of this hot graph action? Click on this link to see a cool graph using just HTML, CSS, and jQuery. http://provide.smashingmagazine.com/graph_tut_files/ex_03.html To learn how this graph was created read the entire article. read more...

2 comments |category: |Views: 64

tags: another

jQuery and the not selector(www.aliaspooryorik.com)

submitted by rcashrcash(4149) 8 months, 1 day ago

Suppose you need to hide and show the relevant parts of a form depending on what the user selects. With jQuery and the not selector this is really easy to achieve. read more...

add a comment |category: |Views: 16

tags: another

Fixed Sidebar during Scrolling between Header & Footer using jQuery(techbrij.com)

submitted by urenjoyurenjoy(337) 8 months, 6 days ago

It explains How to create a sidebar or section that follows you as you scroll down the page. It is very useful to show special or important content to user. read more...

3 comments |category: |Views: 70

tags: another

jQuery UI 1.9 Milestone 6 – Spinner 2(blog.jqueryui.com)

submitted by rcashrcash(4149) 8 months, 8 days ago

The sixth milestone release for jQuery UI 1.9 is out, featuring many updates for the Spinner widget. This release also includes updates and bug fixes to existing and new widgets that will not make it into a 1.8.x release. read more...

add a comment |category: |Views: 12

tags: another

Google+ Activity Widget - jQuery Plugin (www.moretechtips.net)

submitted by MikeMoreMikeMore(298) 8 months, 9 days ago

As Google+ API was just released a couple days ago, it is time to have a posts widget for it. So, this widget was created to display your Google+ profile and slides down your recent posts with any attached images. read more...

add a comment |category: |Views: 1

tags: another

Advantages of CoffeeScript When Working with jQuery Templates(bloggemdano.blogspot.com)

submitted by dmohldmohl(123) 8 months, 12 days ago

This post talks about a few CoffeeScript features that can make working with jQuery Templates even easier. read more...

add a comment |category: |Views: 12

tags: another