Skip to content

Instantly share code, notes, and snippets.

View alex1c's full-sized avatar

Alex Ivanov alex1c

  • St-Petersburg, Russia
View GitHub Profile
@zorgsoft
zorgsoft / user.php
Created February 17, 2012 13:48
Использование jQuery и Ajax в Codeigniter (Урок
<div id="ajax_login">
<form action="">
Login: <input type="text" name="user_login" id="user_login"><br>
Password: <input type="password" name="user_password" id="user_password"><br>
<input type="button" name="send_data" id="send_data" value="Send">
</form>
</div>
<script type="text/javascript">
$('#send_data').live('click', (function(){
// Сначала присваеваем переменным значения из наших полей ввода