/[drupal]/contributions/sandbox/fago/relevance_feedback/relevance_feedback.implicit.js
ViewVC logotype

Contents of /contributions/sandbox/fago/relevance_feedback/relevance_feedback.implicit.js

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1 - (show annotations) (download) (as text)
Tue Sep 23 16:18:52 2008 UTC (14 months ago) by fago
Branch: MAIN
CVS Tags: HEAD
File MIME type: text/javascript
added the relevance feedback module to the sandbox
1
2 Drupal.behaviors.trackResultView = function (context) {
3 $('.node-results dt.title a:not(.trackResultView-processed)', context).addClass('trackResultView-processed').click( function(e){
4 var keys = $("form input[name='keys']").attr('value');
5 $.get("/relevance_feedback/js/", { url: this.href, keys: keys, type: "rel"});
6
7 });
8 };

  ViewVC Help
Powered by ViewVC 1.1.2