Format:
Recent snippets matching tags of Select
$(document).ready(function () { $('.AutoSelect').focus(function () { $(this).select() }); $('.AutoSelect').mouseup(function (e) { e.preventDefault(); });
23 Views
no comments
ALTER PROCEDURE [dbo].[pr_OrderItem_history] ( @PipCode varchar(50), @BarCode varchar(150), @Status Char(10) ) AS BEGIN select PID.PO_ItemID,
81 Views
no comments
Produto
Disco rigido Samsung SATA 2 1TB 5400RPM R$ 183,00
Disco rigido Samsung SATA 2 320GB P/NOTE 5400RPM R$ 146,00
DVD-RW LG GH22NS50 SATA R$ 50,00
DVD-RW LG SECURDISC IDE - Preto R$ 70,00
Fone de Ouvido Philips - SHP2700/00 R$ 83,00
Fonte Coletek ATX LC-8220BS2 200W 20+4 SATA R$ 38,00
Fonte Kmex ATX PX-300RMF 200W 20+4 SATA R$ 37,00
Fonte Kmex ATX PX-350RNF 230W 20+4 SATA R$ 39,00
320 Views
no comments
// =================================================================== // Author: Matt Kruse <matt@mattkruse.com> // WWW: http://www.mattkruse.com/ // // NOTICE: You may use this code for any purpose, commercial or // private, without any further permission from the author. You may // remove this notice from your final code if you wish, however it is // appreciated by the author if at least my web site address is kept. // // You may *NOT* re-distribute this code in any way except through its
382 Views
no comments
var _Offspring = _Context.Users
.SelectMany(x => x.Offspring).Distinct();
662 Views
no comments
protected void ASPxButton1_Click(object sender, EventArgs e)
{
object key = ASPxGridView1.GetRowValues(2, "CategoryID");
ASPxGridView1.Selection.SelectRowByKey(key);
}
479 Views
no comments
function copyToClipboard(e) { $('#CodeDisplay').editable(); $('#_contenteditor') .focus() .select() .keydown(function(e) { // capture Ctl-C, Ctl-X, ESC to remove editable if (e.which == 99 || e.which == 120 || e.which == 27) { // have to delay so text doesn't go away before copy operation setTimeout( function() { $("#CodeDisplay").editable("cleanup") },500);
446 Views
no comments
function setWards(o) {
$.getJSON('/Home/GetWards/?cbd_id=' + o.value, null, function(data) {
$('#ward').empty();
$.each(data, function(i, item) {
$('<option/>').attr('value', item.ID).html(item.Name).appendTo('#ward');
});
});
}
301 Views
no comments
private void GetResourceSet() { this.ResourceSet = Request.Form[this.lstResourceSet.UniqueID]; if (ResourceSet == null) this.ResourceSet = Request.QueryString["ResourceSet"]; if (this.ResourceSet == null) this.ResourceSet = ViewState["ResourceSet"] as string; if (this.ResourceSet == null) this.ResourceSet = "";
532 Views
no comments
Subscribe
Discuss
What's new
What is it
New Snippet
Recent Snippets
My Snippets
Web Code
Search
