The query that I am trying to use, is quite specific, firstly accept the sick not me Know how to write in JQuery, I manipulate more hacks / existing scripts, but I'll learn some time, but I need to fix an existing problem.
Actually I have a simple tab layout that swaps the content, my issue is that the content I swap is generated from CMS, so linking you within #screen will give you a separate page What I would like to do is either add an ARP within the #screen div or some of it with an IFrame, but the ID is possible that it may prefer to stay away from it. Sorry if my explanation is not clear code below.
& lt; Script type = "text / javascript" src = "https://ajax.googleapis.com/ajax/libs/jquery/ 1.7.2 / jquery.min.js" & gt; & Lt; / Script & gt; & Lt; Style & gt; .content {display: none;} .tab {cursor: pointer; Width: 20%; Swim left; Text-align: center; Color: #fff; Padding: 10px;} #screen {clear: both; Padding: 20px 0 0 0;} & lt; / Style & gt; & Lt; Script & gt; $ (Document) .ready (function () {var $ content1 = $ ('content') first () .clone (); $ content1.css ("display", "block"); $ ('div # $ Content1); $ (". Tab") Live ("click", function () {var $ content = $ (this) .next ('div.content') .clone (); $ Content.css (" $ ('Div # screen'); $ html ($ content);})}}; & lt; / script & gt; div class = "tab" & gt; tab Title
Popular posts from this blog
I tried to create a new database in my project, but when I run the script, I get this error, I have another project, this type of definition worked before, but now it gets a single error. I am using Python 2.7.8 and the version of SQLAlchemy module is 0.9.8. By the way, using a project flask- SQLAlchemy, it works well, I'm confused. Traceback information is as follows: Traceback (most recent call final): File "D: / Projects / IOM / db_create.py", line 4, & lt; Module & gt; From the models the base file "D: \ Projects \ OO-IM \ models.py", in line 15, in the & lt; Module & gt; Column ( 'followed_id', int (), ForeignKey ( 'user.id')) file "C: \ Python27 \ lib \ site-packages \ SQLAlchemy \ SQL \ schema.py", line 369, __new__ schema = metadata. Schema file "C: \ Python27 \ lib \ site-packages \ SQLAlchemy \ SQL \ elements.py", line 662, AttributeError in __getattr__ key): Neither 'column' object nor ...
I use Eners to be hibernate to audit my institutions. I have an audit entity, Foo , which includes a list & lt; Bars & gt; However, I do not want to audit the bar institutions, in the form of properties, I have written that: @inti @edicated public class Foo {@JoinTable (name = "T_FOO_BAR", joinColumns = @JoinColumn (name = "FOO_ID"), inverseJoinColumns = @JoinColumn (Name = "BAR_ID")) @ManyToMany (Cascade = Persist) @ Indited (targetAuditMode = RelationTargetAuditMode.NOT_AUDITED ) Public listing & lt; Bars & gt; GetBars () {Return bars; }} Now, I want to retrieve an amendment of foo : AuditReader reader = AuditReaderFactory.get (GetEntityManager ()); FU modification = (FU) reader.CreativeTeA () .entensEtrevision (Foo Class, 42) .getSingleResult (); Unfortunately, when I want to retrieve all the data (i.e. when it loads lazy times ), error me ORA-00942: table or view is not present , because Tried to query this: Sel...
While pagging my user model in kppp, I can sort with some values, but not others. For example, I can order results from created or email , for example, but username or reputation seems to come back order by arbitrary command for example with a list of users: $ this-> paginate = array ('condition' => array ( 'User.is_active' = & gt; true), 'border' => 24, 'order' => array ('User.created' => DESC)); Works as expected, but $ this - & gt; Paged = array ('conditions' = & gt; array (' user.isIactive '= & gt; true),' border '= & gt; 24,' command '= & gt; array (' user repeats' = ' & Gt; DESC ')); No, no. I first thought that this could be a database issue, but when I search the database directly, sorted as expected. Note: I am using Mangodebi with the Mongo DB plugin of Ichikawa for the KPPHP; Pagnetizing users are used to work properl...
Comments
Post a Comment