PHP Classes

File: template/js/jquery_css.js

Recommend this page to a friend!
  Classes of adam berger   Separation Database Queries   template/js/jquery_css.js   Download  
File: template/js/jquery_css.js
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Separation Database Queries
Database access trait using PDO
Author: By
Last change:
Date: 7 years ago
Size: 361 bytes
 

Contents

Class file image Download
$(document).ready(function() { // Handler for .ready() called. $(".gora").click(function() { var cssObj = { 'background-color' : '#ddd', '-moz-border-radius' : '7px', 'border-radius' : '7px', 'text-shadow' : '1px 1px 1px #fff', 'margin-top' : '5px', 'margin-bottom': '5px', 'padding' : '8px 5px', '-webkit-border-radius' : '5px' }; $(this).css(cssObj); }); });