Welcome To Snipplr
Everyone's Recent Snippets
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
Plugin to get and set Element#style.display (e.g. "none" or "")
0
798
posted 13 years ago by kendsnyder
This will get the file path for something. Typically used with a cms:CMSRepeater
0
984
posted 13 years ago by inreflection7
Use this to pull a list of items based on the nid of the 'parent' node.... so you can show fields added to that node, on the child. Handy.
Make nid argument..... use custom php arg code below to feed the argument the nid of the parent.
Remember...
0
604
posted 13 years ago by janlodey
Use this on a Term ID argument - enter the below as provide default agrument - php Code
remember to change the vid to your vocabulary
0
620
posted 13 years ago by janlodey
Fügen Sie diesen Codeabschnitt auf allen Seiten die mit der Breadcrumb-Navigation ausgestattet werden sollen, an der gewünschten Position ein.<br><br>
Das Script arbeitet recht einfach:<br><br>
<li>per 'explode("/","$_SERVER[PHP_SELF]")' wird...
0
1158
posted 13 years ago by kopfaction
The first two mechanisms are probably the most popular, with display: none; being the go-to option implemented by nearly every JavaScript library on the planet and the lion’s share of ready-made JavaScript widgets. If you don’t want your hidden c...
0
726
posted 13 years ago by thesmu
Mit diesem Snippet kann man den More-Link-Text von "[more]" zu "Weiterlesen" ändern in der deutschen Sprache ändern.
0
939
posted 13 years ago by kopfaction
Dieses Typoscript wrappt den More-Link und umschließt ihn mit dem <p>-Tag, sowie fügt ihm die Klasse ".news-latest-morelink" bei.
Entwickelt von <a href="http://www.maddesigns.de">Sven Wolfermann</a>.
0
918
posted 13 years ago by kopfaction
[Serializable]
[XmlRoot("items")]
public class ItemCollection : XmlSerializableCollection<Item>
{
}
0
586
posted 13 years ago by aelesbao
Use whatever is needed to select the input box. $('#searchBoxOuter td.ms-sbcell input') reflects some custom master page html I have so I used that.
0
1315
posted 13 years ago by rumremix
how to print controls in ASP.NET 2.0 using both server side code and javascript.
0
1231
posted 13 years ago by derebus
A complete Google maps example with multiple markers and infowindows
0
797
posted 13 years ago by marzsman
add the "a class" part in the body and the $('a.gallery') part between your javascript tags on the line right after $(document).ready(function() {
0
688
posted 13 years ago by gamblelyn