Assuming you have
<iframe id="iframeID" ...></iframe>
Iframe contains div with id=”someID”:
<div id="someID">Hello world!</div>
Need get div’s text?
$('#iframeID').contents().find('#someID').html();
JustClick is a small web development and graphic design studio based in Melbourne, Australia. Combining simplicity with usability, we will provide you with the best design.
Assuming you have
<iframe id="iframeID" ...></iframe>
Iframe contains div with id=”someID”:
<div id="someID">Hello world!</div>
Need get div’s text?
$('#iframeID').contents().find('#someID').html();
The great thing about jQuery is that talented jQuery developers often release new and useful plugins on a regular basis. jQuery plugins are not only easy to implement, but easy to maintain even when used throughout large sites.
In this article, we share with you a list of 20 useful jQuery plugins that were released recently that could help you for your next web project. There are various types of plugins here such as modal windows, image galleries, auto complete for form input, bookmarking functions, preloaders, and more. Enjoy!
This jQuery plugin is a flexible and straightforward way of providing modal window functionality on your site.
Panel Gallery is an image slideshow with a unique transitional effect. It transitions to another image in a sequential panel manner.
Creating image thumbnail galleries is a snap when you implement the Easy Image Gallery jQuery plugin into your site’s template.
nyromModal is a useful jQuery plugin that has a robust set of features and options for you to truly create a customized modal window for your web pages.
PikaChoose is a super lightweight image gallery that’s a cinch to integrate into your website. You can see it in action on the Belvedere Inc website.
The Image Overlay Plugin lets you present more information about your images. Hovering over an image reveals associated text on top of it.
If you’re creating a web app that supports image cropping, this can be the client-side function that lets your users select rectangular areas of an image.
If you need a simple, lightweight, and barebones JavaScript-based navigation menu, SimpleMenu is the jQuery plugin of your dreams.
Do you need a sliding div panel at the top (or bottom) of web pages that can contain more links or your login/sign-in feature? Check out SlideBox.
Single Drop Down Menu (also known as Single-ddm) is a quick and hassle-free way of implementing multi-level navigation menus that leverage JavaScript.
Are you trying to build a custom search feature for a site? The Auto Complete jQuery plugin can supercharge your form inputs with additional user feature.
jQuery Iconize allows you to reduce or expand page elements into an "icon state", providing your web app a user-friendly way of minimizing page objects.
Web developers looking to provide users with a basic in-page text editor should take a look at the Inline Text Edit jQuery plugin.
This jQuery plugin allows you to display a progress bar for page components that are being downloaded - useful for image galleries that share large-scale photos.
Growl allows you to present DOM-inserted elements (divs by default) that are perfect for user warnings, messages, and status update notifications.
Sharing your content in social news and networking sites requires little else than implementing the jQuery Bookmark plugin.
MOAText is a spiffy jQuery plugin for giving you the ability to animate HTML text triggered when the mouse cursor hovers over them.
OverScroll lets you move around by holding down a mouse button and moving it, similar to how the iPhone allows you to move around a screen by finger gestures.
jQDialog is a jQuery plugin for exhibiting unobtrusive modal windows for in-page notifications that can replace the alert(), prompt(), and confirm() JavaScript functions.
Uploadify is a package written on top of jQuery that gives you both the client-side and server-side functionality you’ll need to handle single-file and multi-file uploads.
Can you suggest more plugins that we’ve overlooked? Have you used any of the plugins above? Share your thoughts and opinions in the comments!