Get Value of Checkbox using jQuery
This one is quite an easy one, but a good one to mention non-the-less as it does definitely come in really handy. If you would… Read More »Get Value of Checkbox using jQuery
This one is quite an easy one, but a good one to mention non-the-less as it does definitely come in really handy. If you would… Read More »Get Value of Checkbox using jQuery
If you do not know what the Ternary operator is, or do not use it while you are coding, let me be the first to… Read More »Ternary Operation
As a web developer you will know just how much we all love hate Internet Explorer 6 – one of the most dreaded browsers and… Read More »IE6 PngFix in Javascript
It is quite handy to have a function that can tell you how many days there are in February due to the leap year shift… Read More »How to get ‘how many days in February’ using Javascript?
I have a site that is under development and it was made really badly so I needed a quick way to replace all anchors on… Read More »Search and Replace Anchor Href using Javascript
It is quite easy to use javascript to swap between divs or any other html dom elements.Using the function below you can pass the id… Read More »Swap HTML Elements Using Javascript
What the heck is.. uncaught exception: [Exception… “Could not convert JavaScript argument arg 0 [nsIDOMHTMLDivElement.appendChild]” nsresult: “0x80570009 (NS_ERROR_XPC_BAD_CONVERT_JS)” location: “JS frame :: PATH_TO_MY_JAVASCRIPT_FILE :: THE_METHOD_NAME… Read More »[Exception… "Could not convert JavaScript" nsresult: "0x80570009 (NS_ERROR_XPC_BAD_CONVERT_JS)"
[Exception… “Component returned failure code: 0x80040111 (NS_ERROR_NOT_AVAILABLE) [nsIChannel.contentType]” nsresult: “0x80040111 (NS_ERROR_NOT_AVAILABLE)” location: “JS frame :: file:///C:/Program%20Files/Mozilla%20Firefox/components/FeedProcessor.js :: FP_onStartRequest :: line 1440” data: no] file:///C:/Program%20Files/Mozilla%20Firefox/components/FeedProcessor.js Line… Read More »Firefox error in FeedProcessor.js
The following error message occurs in Firefox 3 when using Firebug. TypeError: node is null message=node is null The error can be tracked back to… Read More »TypeError: node is null message=node is null
Have you ever wanted to temporarily edit a webpage displayed in Chrome or another browser? How it works Let’s take a look at the Google… Read More »How to Temporarily Edit the Text of Any Website
If you ever find yourself needing to do some ajax and in turn sending strings of characters via javascript then you should really try encodeURIComponent()… Read More »Sending data from javascript to php
Gmail produces the following error/warning in firebug. Eb is not defined I initially started seeing this while while on clients’ websites, but can now say… Read More »What is Eb in firebug?
I had quite a few problems adding the htmlCode button to a fairly old copy of TinyMCE (I think around version 2.x). All is resolved… Read More »Add TinyMCE code button