z6c - personal blog about topics

Christian Müller – Letzte Änderung: 20.02.2013 23:16 Uhr

Interactive jQuery price slider calculator

speakingofcode.com zeigt einen netten jqueryui slider mit automatischer Berechnung bei slide Demo davon hier

Christian Müller – Letzte Änderung: 20.02.2013 23:13 Uhr

jQuery sliders calculator

Von Stackoverflow: Hi I want to create some sliders, what i need to do is to make a slider which has 3 options in it: the amount the user wants to borrow (from 12,500 upto 100,000) - will display a value from where the selector is here...

Christian Müller – Letzte Änderung: 13.02.2013 23:09 Uhr

find all youtube links with js (jquery)

Stckoverflow hat map wider Lösungen und ich kein Problem: Say there is a div that has content and a youtube link. I want to grab that youtube link and embed it. <div class="content"><p>Here is a cool video. Check it out:...

Christian Müller – Letzte Änderung: 13.02.2013 12:05 Uhr

Integrating Prettify with Markdown Output

Michael Shepanski erklärt wie man Markdown und Google-Prettify kombiniert: <script type='text/javascript'> $(function() { $('pre').addClass('prettyprint'); prettyPrint(); } </script>

Christian Müller – Letzte Änderung: 01.11.2011 23:42 Uhr

Objekte aus Strings heraus suchen zwecks dynamischer Ajax Nutzung

Um nicht für jeden Pups eine eigene Ajax Anbindung schreiben zu müssen, versuche ich meine Libs einigermaßen universell zu programmieren. Hierbei bietet es sich definitiv an, den einzelnen Objekten die gleichen Eigenschaften zukommen zu lassen, selbst wenn die Namensgebung dann möglicherweise leicht am Inhalt...