There might be some scenarios where we need to check whether a particular DIV is visible or not and if that DIV is visible do some extra functionality. Below code might help us in understanding on how to code the same in jQuery if a specific scenario occurs.
You might have come across weird situations where a long text inserted into a table cell or into a well formatted div disturbs the entire look and feel of the page. Most of the developers might have faced this situation where dynamic data comes in from the server and merges into the specified div container [...]
Introduction to jQuery jQuery is one of the best and well known JavaScript Libraries. Using this you can come up with front-end UI design and can also develop some innovative web reusable components. You should have a basic knowledge of HTML to code in jQuery. Functions in jQuery are very easy to understand and can [...]
Many of us might have faced this issue especially in IE browsers, issue goes like this! when we apply a background-image property to a simple html textbox and when someone puts a very long text in the input text field, we see that the background image will be running-out with the text! its a strange [...]
Below snippet code helps you in getting mouse coordinates inside a div container, when user moves mouse on particular div – if you want to show the coordinates of the mouse pointer to the user then you can use the below script. Mostly, this type of scenarios might help while working on some jQuery gaming [...]
BaseKit is a web-based design and hosting solution aimed for people who want to build designs on Photoshop and then turn them into functional websites without having to fiddle around with code – to let people focus on visual tastiness, rather than stress over CSS. In seconds you can automatically convert Photoshop design into standard-complaint [...]
Introduction: As we all know HTML 5 is the next major version of HTML. I thought to share some of the most useful and must read articles on HTML 5. HTML 5 has got many new features involved and also contains new elements like progress, nav, datagrid, figure, canvas, header, footer and many more. In [...]
Hi readers, you can have a glance on how we can develop a simple Alphabetical Glossary using jQuery which has been posted by me on packtpub.com and here is the article URL – http://www.packtpub.com/article/simple-alphabetical-glossary-using-jquery, A Glossary is an alphabetical list of terms with the definitions for those terms. Just have a look at the article [...]
Introduction Creating a nice and awesome enough Photo Gallery using <object> tag, yes! creating a simple photo gallery is possible using <object> tag. You can view the same at cssplay.co.uk site, this site has got everything related to CSS, this site is very much special related to CSS.
Introduction: Below is the simple Bookmark script, which has been implemented using jQuery, this might help most of the people to bookmark your respective webpages / blogs. I have tested the application in Mozilla Firefox (Latest Version – 3.0.10), IE 7 & 8, Google Chrome. Simple code to understand and to implement, I am sure [...]
Introduction: This article will help you in developing simple Floating Slide-In Menu using jQuery. This article is very useful for beginners, by looking at the code anybody can understand the logic behind the same. For this I have used CSS Sprite (Cascading Style Sheets) for floating the menu & for toggle button accordingly and used [...]
After going through this article, you will get an idea on resolving browser compatibility issues while working on JavaScript, AJAX and XML. I think, most of the developers might have faced browser compatibility issues while working with AJAX and XML, by assuming XML as a back-end database to retrieve respective data depending the events or [...]
Hi there, most of the people have used GMail but not aware of some simple tips which can grab from GMail. Like for example, using GMail you can connect to other hosting mails like I have an email account in my domain as vivek@developersnippets.com the mails which are coming to vivek@developersnippets.com can be viewed exclusively [...]
Here is a simple and easily understandable snippet code, to remove duplicates from an existing array using JavaScript. You guys! might have come across in some situation where in which the array has got some duplicates and want to remove those duplicates to show up unique ones. Below simple JavaScript code does the same, initially [...]
In some scenarios we will have catch hold of number of occurrences while coding, like for example: In a sentence or paragraph I need to find out number of occurrences of a * (Star), how can we handle this using JavaScript, its simple and efficient. Example: “DeveloperSnippets was helpful to *Developers, *Designers, *Beginners, and to [...]
Recent Comments