Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl-Sensitive Sunglasses
 
PerlMonks  

Re: Free Nodelet gets templating features (', " and \)

by ikegami (Patriarch)
on Dec 07, 2006 at 02:22 UTC ( [id://588245]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    var title = '`title`';  # Fails for titles containing ' or \.
    
  2. or download this
    var title = "`title`";  # Fails for titles containing " or \.
    
  3. or download this
    var title = decodeURIComponent('`title%`');
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://588245]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others meditating upon the Monastery: (8)
As of 2024-04-19 08:57 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found