如何在Socialengine 4 Framework中使用Jquery悬浮卡? [英] How to use Jquery hovercard in Socialengine 4 Framework?

查看:98
本文介绍了如何在Socialengine 4 Framework中使用Jquery悬浮卡?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在尝试在Socialengine框架中使用Jquery Hovercard

I am trying to use Jquery Hovercard in Socialengine framework

我正在使用jquery插件: http://designwithpc.com/Plugins/Hovercard#demo

I am using jquery plugin: http://designwithpc.com/Plugins/Hovercard#demo

在我的本地系统中一切正常.但我不知道该如何在socialengine框架中使用它.

everything works fine in my local system. but I don't know how to use the same in the socialengine framework.

有人可以帮助我在我有两个js文件的情况下保存js文件的地方吗?

can anyone help me where I can keep js file I have two js file?

  1. jquery.min.js
  2. hovercard.js

如何在活动"模块中包括和使用它,确切位置如下,

How to include and use it in Activity module exact location is bellow,

activity \ views \ scripts_activityText.tpl

activity\views\scripts_activityText.tpl

您还可以在此处查看该页面: http://demo-se.spur-it. com/.当我将鼠标悬停在个人资料图片上时,我想在新功能下使用该字词.

You can also see the page here: http://demo-se.spur-i-t.com/ . I want to use under term What's new when hovering over profile image.

推荐答案

我已经这样做了

<script src="<?php echo $baseURL; ?>js/jquery.js"></script>
<script type="text/javascript">

var $j = jQuery.noConflict();

$j(document).ready(function() {
  alert();
});

</script>

这篇关于如何在Socialengine 4 Framework中使用Jquery悬浮卡?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆