Skip to content

Instantly share code, notes, and snippets.

View carlosanders's full-sized avatar

Carlos Anders carlosanders

  • Rio de Janeiro
  • 06:26 (UTC -03:00)
View GitHub Profile
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" />
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
<script src="http://code.jquery.com/jquery.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/vue/1.0.16/vue.js"></script>
<title>JS Bin</title>
</head>
We couldn’t find that file to show.
@carlosanders
carlosanders / jeasyui.combobox.getrow.js
Last active February 12, 2017 15:18
Plugin para retornar a row do item selecionado na combobox do jQuery EasyUI
/**
* @description The plugin returns the JSON of the combobox the jQuery EasyUI
* @author Carlos Anders
* @link http://www.andershost.com.br
*/
(function ($) {
$.extend($.fn.combobox.methods, {
/**
* The method returns the data in the JSON object of the
* selected item in the combobox