Tag : javascript
![]() |
Title | User | Language | Tags | Description | Date |
|---|---|---|---|---|---|---|
|
HTML5 Shim | nshakin | HTML | javascript | Source code adds new HTML5 elements (which is simple code), but also supports printing HTML5 elements and includes the default styles for HTML5 elements, like block on article and section. (GOTO the referenced url to download the javascript package) |
Sunday |
|
Check If JQuery Is Loaded In The Browser | nshakin | JavaScript | javascript | Use Javascript to check if JQuery is loaded properly in the browser |
Friday |
|
Traversing Tables with DOM Table Methods | COBOLdinosaur | CSS | javascripthtmltables | A table is nothing but a set of blocks. A simple grid. There are a lot of web apps where the storage of data in a grid would make functions much easier to deal with using simple scripting. If only it was easy to target cells and traverse between them like a spreadsheet. |
April 23 |
|
from xml to String | juanmiguelrua | JavaScript | javascriptxml | Convierte de objeto xml a string |
April 18 |
|
Effective Use of the CSS3 box-shadow Property | COBOLdinosaur | CSS | CSShtml5javascriptshadows | I cannot imagine why developers spend all kinds of time trying to get some lame jquery menu working and don't have 15 minutes to spend enhancing the content with a few shadows instead of bloating the page with images that include a shadow. |
April 16 |
|
Using Ajax in JavaScript and jQuery | codingforever99 | JavaScript | javascript | simple code of using Ajax by JavaScript or jQuery |
April 9 |
|
Dynamic Table Generator | COBOLdinosaur | JavaScript | javascript | The use of dynamic data acquisition on modern web sites and in a lot of intranet applications, sometimes means we have to build structures dynamically as data comes in from a feed or AJAX operations. The problem is not with the data, but rather that it is unstructured, or not appropriately tagged. The solution is to dynamically build the necessary structures to make the data presentable in a web page |
April 4 |
|
Redirect with a Dropdown Menu in JavaScript | apphp-snippets | JavaScript | javascript | This simple scripts show a possibility to call a JavaScript function that retrieves a variable passed from drop down box as a parameter and then the JavaScript redirects the browser to the variable that was passed to it. |
March 5 |
|
Close Window in JavaScript | apphp-snippets | Java | javascript | The function that closes window is very useful when you use a pop-up window on your page, because it allows the visitor to easily close the window. You can also do it several ways: to use a button, a text link or make the window closes automatically after a given number of seconds. |
March 4 |
|
Toggling Elements with JavaScript | apphp-snippets | JavaScript | javascript | This function allows you to pass two variables that represent ID of two elements on your page. What you click on one of them it hide it and shows another one. |
March 3 |
|
Pass Parameters in SetInterval() function in JavaScript | apphp-snippets | JavaScript | javascript | You may perform this work with two ways: pass it directly like described in sample #1 or use an anonymous function like its shown in sample #2. |
March 3 |
|
jQuery wrap every X elements in a set with a div | adambundy | jQuery | javascript | myEls should be the selector statement for whatever elements you want to effect. The example wraps every 3. |
March 1 |
|
Titanium Infinite ScrollView | boardmain | JavaScript | javascript | based on the NappScrollViewExtended module (it is good but couse my app some problem) |
February 25 |
|
Animate Background Image with jQuery | Friday13 | jQuery | javascript | you can animate background image by changing CSS background position property using jQuery setInterval method |
February 21 |
|
Difference in days between two dates | agarcim | JavaScript | javascript | Returns the differencia in days between tw dates |
February 21 |

