-
as seen on West-Wind
- Search for 'West-Wind'
The jQuery JavaScript library has been steadily getting more popular and with recent developments from Microsoft, jQuery is also getting ever more exposure on the ASP.NET platform including now directly from Microsoft. jQuery is a light weight, open source DOM manipulation library for JavaScript that…
>>> More
-
as seen on Stephen Walter
- Search for 'Stephen Walter'
The goal of this blog entry is to provide you with enough information to start working with jQuery Templates. jQuery Templates enable you to display and manipulate data in the browser. For example, you can use jQuery Templates to format and display a set of database records that you have retrieved…
>>> More
-
as seen on Stephen Walter
- Search for 'Stephen Walter'
Today, we released a new version of the Ajax Control Toolkit that contains several important bug fixes and new features. The new release contains a new Tabs control that has been entirely rewritten in jQuery.
You can download the December 2013 release of the Ajax Control Toolkit at http://Ajax.CodePlex…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I'm trying to show a small loading image during a slow operation with jQuery and can't get it right.
It's a BIG table with thousands of rows. When I check the "mostrarArticulosDeReferencia" checkbox it removes the "hidden" class from these rows. This operation takes a couple of seconds and I want…
>>> More
-
as seen on Developer IT
- Search for 'Developer IT'
Hi folks, it’s been quite calm at Developer IT’s this summer since we were all involved in other projects, but we are slowly comming back.
In this post, we will present a simple way of tracking files download with Google Analytics with the help of jQuery. We work for a client that offers…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
In the example below, how can you use the event and ui objects to detect which link opened the dialog? Can't seem to get $(event.target).attr("title"); to work properly, and I'm having trouble finding documentation on the 'ui object that is passed. Thanks!
$( ".selector" ).dialog({
link_title…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
My modal window covers the dialog for the duration of the effect that brings it in - as if the z-index bringing it to the top only kicks in once the effect has ended.
Anyone any ideas?!
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
In a jquery modal dialog, is there a way to select a button as the default action (action to execute when the user presses enter)?
Example of jquery web site:
jquery dialog modal message
In the example above the dialog closes when the user presses Esc. I would like the "Ok" button action to be…
>>> More
-
as seen on Oracle Blogs
- Search for 'Oracle Blogs'
How would you like a quick and easy drop-in dialog box capability for JavaFX? That's what I was thinking when a weekend presented itself. And never being one to waste a good weekend... :-)
After doing some "roll-your-own" basic dialog building for a JavaFX app, I recently stumbled…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I have an activity which, when started, needs to check if the user is authenticated. If not, I need to display an interface to authenticate. I do this with another activity, which has a dialog theme, and I start it in onResume() with flags NO_HISTORY and EXCLUDE_FROM_RECENTS.
Everything works fine…
>>> More