English 中文(简体)
Jumi plugin dont似乎装上了joomla 1.5 的 j子和图像。
原标题:Jumi plugin doesnt seem to load jQuery and images called with css in joomla 1.5

我有一份选择清单,我使用html,cs& js,独立工作,但一旦我把清单装入一个显示违约的html选择清单的文章。 我曾尝试用Jumi plugin将其装上了多数箱子,但有些则拒绝装上盒子上的图像。 帮助

问题回答

首先,我最后一次使用Joomla,使用Mootools。 Mootools和j Query没有一帆风顺,因为他们打上了<>t> 姓名空间,大多数人使用$ in jQuery代码。

为了防止这种情况发生,你要么应该这样做。

  • use $.noConflict() to change the jQuery namespace
  • use jQuery instead of $ in your code
  • 随函附上您的法典。

    (function($){
        //use `$` safely in here
    }(jQuery))
    




相关问题
CSS working only in Firefox

I am trying to create a search text-field like on the Apple website. The HTML looks like this: <div class="frm-search"> <div> <input class="btn" type="image" src="http://www....

image changed but appears the same in browser

I m writing a php script to crop an image. The script overwrites the old image with the new one, but when I reload the page (which is supposed to pickup the new image) I still see the old one. ...

Firefox background image horizontal centering oddity

I am building some basic HTML code for a CMS. One of the page-related options in the CMS is "background image" and "stretch page width / height to background image width / height." so that with large ...

Separator line in ASP.NET

I d like to add a simple separator line in an aspx web form. Does anyone know how? It sounds easy enough, but still I can t manage to find how to do it.. 10x!

热门标签