Programmershelp - javascript.programmershelp.co.uk - programmershelp.co.uk

Latest News:

Webmaster Tools 18 Aug 2011 | 08:12 am

Webmaster Tools is a suite of 17 wizards to make your JavaScript creation easier. Create pop-ups, pop-unders, mail-to tags, doorway pages, rollover links, and more. All of the most frequently asked-fo...

Free JavaScript Editor 18 Aug 2011 | 08:05 am

Free JavaScript Editor is advanced JavaScript Editor, Validator and Debugger for beginners and professionals. AJAX developers can easily use the program as Free Ajax Editor. Free JavaScript Editor is ...

Scroll To Top 17 Aug 2011 | 10:50 pm

// javascript<br> $(function() {<br>   $window = $(window);<br>   $link = $(“#scrollToTop”); // your link to show when user scrolls down<br> $link.click(function() {<br>  $(“html, body”...

Page Load 17 Aug 2011 | 09:19 am

// AJAXin links // Stop default actions on the links we want to hijack $(‘#navigation a[href$=html]‘).bind(‘click’, function(event) { event.preventDefault() }); // Click on link within id with endin...

Get Current Year 17 Aug 2011 | 09:15 am

<script type=”text/javascript”>document.write(new Date().getFullYear());</script> Related posts:Get current year <script type=”text/javascript”> now = new Date theYear=now.getYear() if (theYear <... ...

Twitter auto follow script 17 Aug 2011 | 09:13 am

<?php // Twitter Auto-follow Script by Dave Stevens - http://davestevens.co.uk $user = ""; $pass = ""; $term = ""; $userApiUrl = "http://twitter.com/statuses/friends.json"; $ch = curl_init($userApiUrl...

Display a Yahoo! Pipe 15 Aug 2011 | 07:28 am

<script type=”text/javascript” src=”jquery.js”></script> <script type=”text/javascript”> $(document).ready(function() { $.getJSON(“http://pipes.yahoo.com/pipes/pipe.run?_id=PIPEID&\ _render=json&_call...

Refresh a page 13 Aug 2011 | 09:41 am

<a href=”javascript:location.reload(true)”>Refresh this page</a> No related posts. Related posts brought to you by Yet Another Related Posts Plugin. No related posts. Related posts brought to you ...

Sort a list alphabetically 13 Aug 2011 | 09:37 am

var mylist = $(‘ul’); var listitems = mylist.children(‘li’).get(); listitems.sort(function(a, b) { var compA = $(a).text().toUpperCase(); var compB = $(b).text().toUpperCase(); return (compA compB) ? ...

new window with mootools 13 Aug 2011 | 02:56 am

window.addEvent(‘domready’, function() { // to avoid using the ‘target’ attribute, which is not part of xhtml 1.0 strict var currentDomain = window.location.host; $(document.body).addEvent(‘click’, fu...

Related Keywords:

smarty if else, smarty date_format, c tutorials, vb for loop, visual basic for loop, visual basic loop, gotoxy, php odd even, svg opacity

Recently parsed news:

Recent searches: