<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr</title>
<link>http://snipplr.com/tags/trigger</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Fri, 24 May 2013 08:43:17 GMT</pubDate>
<item>
<title>(SQL) Viewing Trigger Order (First and Last) - edwinet</title>
<link>http://snipplr.com/view/70885/viewing-trigger-order-first-and-last/</link>
<description><![CDATA[ <p>This SQL statesment help you to understand which trigger is going to execute first and which one is going to execute last.</p> ]]></description>
<pubDate>Tue, 23 Apr 2013 01:11:25 GMT</pubDate>
<guid>http://snipplr.com/view/70885/viewing-trigger-order-first-and-last/</guid>
</item>
<item>
<title>(jQuery) Check to see if function triggered by an event - 1man</title>
<link>http://snipplr.com/view/52618/check-to-see-if-function-triggered-by-an-event/</link>
<description><![CDATA[ <p>Rather that using $(element).trigger('click'), check to see if execute has come from an element rather than directly.</p> ]]></description>
<pubDate>Wed, 27 Apr 2011 02:28:27 GMT</pubDate>
<guid>http://snipplr.com/view/52618/check-to-see-if-function-triggered-by-an-event/</guid>
</item>
<item>
<title>(SQL) Complete example of Triggers in insert,Update and delete scenario - kashif21</title>
<link>http://snipplr.com/view/52490/complete-example-of-triggers-in-insertupdate-and-delete-scenario/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Fri, 22 Apr 2011 23:38:13 GMT</pubDate>
<guid>http://snipplr.com/view/52490/complete-example-of-triggers-in-insertupdate-and-delete-scenario/</guid>
</item>
<item>
<title>(SQL) SQL Inserted Trigger - emregulcan</title>
<link>http://snipplr.com/view/48656/sql-inserted-trigger/</link>
<description><![CDATA[ <p>This trigger returns a resultset that includes last inserted record's guid info (uniqueidentifier)

If your column is uniqueidentifier and its default value is newid() , you can't get last record id (guid) with @@identity .

So, I write a trigger on my table to get last record guid info ;)</p> ]]></description>
<pubDate>Wed, 09 Feb 2011 14:09:14 GMT</pubDate>
<guid>http://snipplr.com/view/48656/sql-inserted-trigger/</guid>
</item>
<item>
<title>(ActionScript 3) Trigger Javascript from Flash with AS3 - StevenW721</title>
<link>http://snipplr.com/view/43869/trigger-javascript-from-flash-with-as3/</link>
<description><![CDATA[ <p>Short and sweet, add the following two lines where you want to trigger a javascript function. Just change the javascript denoted in the code by "javascriptFunction()" with whatever you want to call. Also jsut in case make sure you have the allowScriptAccess parameter set to "always".</p> ]]></description>
<pubDate>Wed, 10 Nov 2010 09:32:50 GMT</pubDate>
<guid>http://snipplr.com/view/43869/trigger-javascript-from-flash-with-as3/</guid>
</item>
<item>
<title>(jQuery) Trigger a .Click on an $(\'#element\') - nicktheandroid</title>
<link>http://snipplr.com/view/42540/trigger-a-click-on-an-element/</link>
<description><![CDATA[ <p>Trigger a .Click when you hover over an $(\'#element\')</p> ]]></description>
<pubDate>Tue, 19 Oct 2010 13:57:18 GMT</pubDate>
<guid>http://snipplr.com/view/42540/trigger-a-click-on-an-element/</guid>
</item>
<item>
<title>(jQuery) Jquery Passing Dynamic Data to Event Handlers - Meander365</title>
<link>http://snipplr.com/view/41138/jquery-passing-dynamic-data-to-event-handlers/</link>
<description><![CDATA[ <p>I can see this being useful for when you want to pass a lot of associated data to an event handler from elements and their chosen trigger action.</p> ]]></description>
<pubDate>Wed, 29 Sep 2010 17:34:58 GMT</pubDate>
<guid>http://snipplr.com/view/41138/jquery-passing-dynamic-data-to-event-handlers/</guid>
</item>
<item>
<title>(C#) Generic list wrapper returns a smaller strongly typed sub-list  which modifies the parent-list when changed (without events) - bryanlyman</title>
<link>http://snipplr.com/view/26884/generic-list-wrapper-returns-a-smaller-strongly-typed-sublist--which-modifies-the-parentlist-when-changed-without-events/</link>
<description><![CDATA[ <p>A class which wraps a parent list containing mixed object types, to provide smaller strongly typed sub-lists of objects. These sub-lists can be modified, which then modifies the parent list concurrently (without events being triggered). Supports the merging of other lists of the same type. Supports serialization. Supports parent list auto-instantiation.</p> ]]></description>
<pubDate>Fri, 22 Jan 2010 19:24:16 GMT</pubDate>
<guid>http://snipplr.com/view/26884/generic-list-wrapper-returns-a-smaller-strongly-typed-sublist--which-modifies-the-parentlist-when-changed-without-events/</guid>
</item>
<item>
<title>(JavaScript) Cross-Browser event triggering - bryanlyman</title>
<link>http://snipplr.com/view/25592/crossbrowser-event-triggering/</link>
<description><![CDATA[ <p>A browser friendly way to trigger an event on an element. This is just a simple snippet which doesn\'t really explain the detailed contents of an event object, but it gives an idea of the differences between specific browsers. This function will fire the onChange event for an element passed to it (say...a checkbox).</p> ]]></description>
<pubDate>Mon, 28 Dec 2009 12:43:29 GMT</pubDate>
<guid>http://snipplr.com/view/25592/crossbrowser-event-triggering/</guid>
</item>
<item>
<title>(SQL) MySQL Trigger - jturmel</title>
<link>http://snipplr.com/view/20005/mysql-trigger/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 22 Sep 2009 02:02:34 GMT</pubDate>
<guid>http://snipplr.com/view/20005/mysql-trigger/</guid>
</item>
<item>
<title>(JavaScript) Manually Trigger Element Event Via Code - MMDeveloper</title>
<link>http://snipplr.com/view/8471/manually-trigger-element-event-via-code/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 18 Sep 2008 08:05:04 GMT</pubDate>
<guid>http://snipplr.com/view/8471/manually-trigger-element-event-via-code/</guid>
</item>
<item>
<title>(SQL) Update Trigger to Increment a Version Number Column - rengber</title>
<link>http://snipplr.com/view/3483/update-trigger-to-increment-a-version-number-column/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 07 Aug 2007 19:04:22 GMT</pubDate>
<guid>http://snipplr.com/view/3483/update-trigger-to-increment-a-version-number-column/</guid>
</item>
<item>
<title>(JavaScript) click on an element across browsers - noah</title>
<link>http://snipplr.com/view/3336/click-on-an-element-across-browsers/</link>
<description><![CDATA[ <p>If you have assigned an event handler to a container, you might want to remotely trigger it as if a child of the container had been clicked.  That is, you might want to manually set the target of the 'event' object that is passed to the event handler on the container.  This helps to keep the number of event handlers down.</p> ]]></description>
<pubDate>Fri, 20 Jul 2007 18:08:37 GMT</pubDate>
<guid>http://snipplr.com/view/3336/click-on-an-element-across-browsers/</guid>
</item>
<item>
<title>(SQL) Created Date &amp;amp; Last Modified Date Triggers - jeffxl</title>
<link>http://snipplr.com/view/2595/created-date--last-modified-date-triggers/</link>
<description><![CDATA[ <p>First, create two new fields in your table "Created", and "LastModified" as "datetime" fields, being sure to allow nulls.  Then run this code as a query to create triggers that will update the appropriate field when a record is modified, or a record is inserted.  This proves very useful when you're dealing with a huge database.

In the code below replace [TableName] with your actual table name, and replace [UniqueID] with a unique ID field name in your table.</p> ]]></description>
<pubDate>Thu, 03 May 2007 10:52:06 GMT</pubDate>
<guid>http://snipplr.com/view/2595/created-date--last-modified-date-triggers/</guid>
</item>
</channel>
</rss>