Skip to content

Instantly share code, notes, and snippets.

<script>
$("#logintst").submit(function(){
logindata= new Object();
logindata.login= $("#login").val();
logindata.senha= $("#senha").val();
tjson=JSON.stringify(logindata);
alert(tjson); /* DEBUGS : TIRAR QUANDO IMPLEMENTAR */
@diogoatc
diogoatc / designer.html
Created November 4, 2015 21:56
designer
<link rel="import" href="../google-map/google-map-directions.html">
<link rel="import" href="../google-map/google-map.html">
<polymer-element name="my-element">
<template>
<style>
:host {
position: absolute;
width: 100%;